Color Hex Logo

#375e32 Color Hex

#375E32
(55,94,50)
0 Favorites   0 Comments

Color spaces of #375e32

RGB 559450
HSL0.310.310.28
HSV113°47°37°
CMYK 0.410.000.47   0.63
XYZ6.15409.04794.4397
Yxy9.04790.31330.4606
Hunter Lab30.0797-16.120312.3047
CIE-Lab36.0764-23.692020.9489

#375e32 color RGB value is (55,94,50).

#375e32 hex color red value is 55, green value is 94 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #375e32 hue: 0.31 , saturation: 0.31 and the lightness value of 375e32 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 00110010
Octal 67 136 62
Decimal 55 94 50
Hex 37 5E 32

RGB Percentages of Color #375e32

%27.64
%47.24
%25.13

CMYK Percentages of Color #375e32

%41
%0
%47
%63

Triadic Colors of #375e32

#375e32 #32375e #5e3237

Analogous Colors of #375e32

#375e32 #325e43 #4d5e32

Monochromatic Colors of #375e32

#375e32

Complementary Color

#375e32 #59325e

#375e32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375e32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375e32 Color CSS Codes

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

#375e32 Text Font Color

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

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


#375e32 Background Color

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

This div background color is #375e32


#375e32 Border Color

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

This div border color is #375e32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375e32


Comments

No comments written yet.

Please login to write comment.