Color Hex Logo

#335e3c Color Hex

#335E3C
(51,94,60)
0 Favorites   0 Comments

Color spaces of #335e3c

RGB 519460
HSL0.370.300.28
HSV133°46°37°
CMYK 0.460.000.36   0.63
XYZ6.18369.03555.6931
Yxy9.03550.29570.4321
Hunter Lab30.0591-15.88349.8120
CIE-Lab36.0526-23.268014.9588

#335e3c color RGB value is (51,94,60).

#335e3c hex color red value is 51, green value is 94 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #335e3c hue: 0.37 , saturation: 0.30 and the lightness value of 335e3c is 0.28.

The process color (four color CMYK) of #335e3c color hex is 0.46, 0.00, 0.36, 0.63. Web safe color of #335e3c is #336633. Color #335e3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011110 00111100
Octal 63 136 74
Decimal 51 94 60
Hex 33 5E 3C

RGB Percentages of Color #335e3c

%24.88
%45.85
%29.27

CMYK Percentages of Color #335e3c

%46
%0
%36
%63

Triadic Colors of #335e3c

#335e3c #3c335e #5e3c33

Analogous Colors of #335e3c

#335e3c #335e52 #405e33

Monochromatic Colors of #335e3c

#335e3c

Complementary Color

#335e3c #5e3355

#335e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#335e3c Color CSS Codes

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

#335e3c Text Font Color

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

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


#335e3c Background Color

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

This div background color is #335e3c


#335e3c Border Color

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

This div border color is #335e3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,94,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335e3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335e3c;
  -webkit-box-shadow: 1px 1px 3px 2px #335e3c;
  box-shadow:         1px 1px 3px 2px #335e3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335e3c


Comments

No comments written yet.

Please login to write comment.