color details

Color Details
#344334 Color Hex

#344334 color RGB value is (3, 68, 51).
#344334 hex color red value is 3, green value is 68, and blue value is 51.
Cylindrical-coordinate representations (HSL) of color #344334 hue: 164.31, saturation: 0.92 and lightness: 0.14.

The process color (four-color CMYK) of #344334 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #344334 is #ff9999. Color #344334 contains mainly RED.

Color Spaces
Color spaces of #344334Value
RGB52, 67, 52
HSL0.33, 0.13, 0.23
HSV120°, 22°, 26°
XYZ4.04, 4.99, 4
Base Numbers
Base Red Green Blue
Binary 110100 1000011 110100
Octal 64 103 64
Decimal 52 67 52
Hex 34 43 34

RGB Percentages for Color #344334

30.41%
39.18%
30.41%

CMYK Percentages of the Color #344334

22.39%
22.39%
73.73%
CSS Codes for Color #344334
.mybgColor {background-color: #344334;}
.myforeColor {color: #344334;}
.myborderColor {border:3px solid #344334;}
Text Font Color #344334

<p style="color:#344334">Text here</p>

This sample text is styled with the font color #344334. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #344334

<div style="background-color:#344334">Div content here</div>

The background color of this div is #344334
Border Color #344334

<div style="border:3px solid #344334">Div here</div>

The border color of this div is #344334
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(52, 67, 52, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #344334;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #344334;
-webkit-box-shadow: 1px 1px 3px #344334;
box-shadow: 1px 1px 3px #344334;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52, 67, 52, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #344334;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #344334; -webkit-box-shadow: 1px 1px 3px #344334; box-shadow: 1px 1px 3px #344334;">Div content here</div>

This div box has a shadow with a specified color. #344334

Scroll to Top