Color Hex Logo

#375e3c Color Hex

#375E3C
(55,94,60)
0 Favorites   0 Comments

Color spaces of #375e3c

RGB 559460
HSL0.350.260.29
HSV128°41°37°
CMYK 0.410.000.36   0.63
XYZ6.39399.14395.7029
Yxy9.14390.30100.4305
Hunter Lab30.2389-15.17499.9854
CIE-Lab36.2599-21.907415.2733

#375e3c color RGB value is (55,94,60).

#375e3c hex color red value is 55, green value is 94 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #375e3c hue: 0.35 , saturation: 0.26 and the lightness value of 375e3c is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 00111100
Octal 67 136 74
Decimal 55 94 60
Hex 37 5E 3C

RGB Percentages of Color #375e3c

%26.32
%44.98
%28.71

CMYK Percentages of Color #375e3c

%41
%0
%36
%63

Triadic Colors of #375e3c

#375e3c #3c375e #5e3c37

Analogous Colors of #375e3c

#375e3c #375e50 #465e37

Monochromatic Colors of #375e3c

#375e3c

Complementary Color

#375e3c #5e3759

#375e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#375e3c Color CSS Codes

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

#375e3c Text Font Color

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

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


#375e3c Background Color

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

This div background color is #375e3c


#375e3c Border Color

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

This div border color is #375e3c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,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 #375e3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375e3c


Comments

No comments written yet.

Please login to write comment.