Color Hex Logo

#334231 Color Hex

#334231
(51,66,49)
0 Favorites   0 Comments

Color spaces of #334231

RGB 516649
HSL0.310.150.23
HSV113°26°26°
CMYK 0.230.000.26   0.74
XYZ3.86784.82203.6326
Yxy4.82200.31390.3913
Hunter Lab21.9591-6.98795.5632
CIE-Lab26.2215-10.00908.4110

#334231 color RGB value is (51,66,49).

#334231 hex color red value is 51, green value is 66 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #334231 hue: 0.31 , saturation: 0.15 and the lightness value of 334231 is 0.23.

The process color (four color CMYK) of #334231 color hex is 0.23, 0.00, 0.26, 0.74. Web safe color of #334231 is #333333. Color #334231 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000010 00110001
Octal 63 102 61
Decimal 51 66 49
Hex 33 42 31

RGB Percentages of Color #334231

%30.72
%39.76
%29.52

CMYK Percentages of Color #334231

%23
%0
%26
%74

Triadic Colors of #334231

#334231 #313342 #423133

Analogous Colors of #334231

#334231 #314238 #3c4231

Monochromatic Colors of #334231

#334231

Complementary Color

#334231 #403142

#334231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334231 Color CSS Codes

.mybgcolor {background-color:#334231; } 
.myforecolor {color:#334231; }
.mybordercolor {border:3px solid #334231; }

#334231 Text Font Color

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

This sample text font color is #334231
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#334231 Background Color

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

This div background color is #334231


#334231 Border Color

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

This div border color is #334231


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,66,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334231; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334231;
  -webkit-box-shadow: 1px 1px 3px 2px #334231;
  box-shadow:         1px 1px 3px 2px #334231; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334231


Comments

No comments written yet.

Please login to write comment.