Color Hex Logo

#334529 Color Hex

#334529
(51,69,41)
0 Favorites   0 Comments

Color spaces of #334529

RGB 516941
HSL0.270.250.22
HSV99°41°27°
CMYK 0.260.000.41   0.73
XYZ3.89365.12012.8809
Yxy5.12010.32730.4305
Hunter Lab22.6276-8.88348.2907
CIE-Lab27.0742-13.303014.6696

#334529 color RGB value is (51,69,41).

#334529 hex color red value is 51, green value is 69 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #334529 hue: 0.27 , saturation: 0.25 and the lightness value of 334529 is 0.22.

The process color (four color CMYK) of #334529 color hex is 0.26, 0.00, 0.41, 0.73. Web safe color of #334529 is #333333. Color #334529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000101 00101001
Octal 63 105 51
Decimal 51 69 41
Hex 33 45 29

RGB Percentages of Color #334529

%31.68
%42.86
%25.47

CMYK Percentages of Color #334529

%26
%0
%41
%73

Triadic Colors of #334529

#334529 #293345 #452933

Analogous Colors of #334529

#334529 #29452d #414529

Monochromatic Colors of #334529

#334529

Complementary Color

#334529 #3b2945

#334529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334529 Color CSS Codes

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

#334529 Text Font Color

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

This sample text font color is #334529
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.


#334529 Background Color

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

This div background color is #334529


#334529 Border Color

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

This div border color is #334529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334529


Comments

No comments written yet.

Please login to write comment.