Color Hex Logo

#376f28 Color Hex

#376F28
(55,111,40)
0 Favorites   0 Comments

Color spaces of #376f28

RGB 5511140
HSL0.300.470.30
HSV107°64°44°
CMYK 0.500.000.64   0.56
XYZ7.643012.33433.9854
Yxy12.33430.31900.5147
Hunter Lab35.1202-22.614517.8560
CIE-Lab41.7426-33.077033.1512

#376f28 color RGB value is (55,111,40).

#376f28 hex color red value is 55, green value is 111 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #376f28 hue: 0.30 , saturation: 0.47 and the lightness value of 376f28 is 0.30.

The process color (four color CMYK) of #376f28 color hex is 0.50, 0.00, 0.64, 0.56. Web safe color of #376f28 is #336633. Color #376f28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101111 00101000
Octal 67 157 50
Decimal 55 111 40
Hex 37 6F 28

RGB Percentages of Color #376f28

%26.70
%53.88
%19.42

CMYK Percentages of Color #376f28

%50
%0
%64
%56

Triadic Colors of #376f28

#376f28 #28376f #6f2837

Analogous Colors of #376f28

#376f28 #286f3d #5a6f28

Monochromatic Colors of #376f28

#376f28

Complementary Color

#376f28 #60286f

#376f28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376f28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376f28 Color CSS Codes

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

#376f28 Text Font Color

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

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


#376f28 Background Color

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

This div background color is #376f28


#376f28 Border Color

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

This div border color is #376f28


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,111,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #376f28; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #376f28;
  -webkit-box-shadow: 1px 1px 3px 2px #376f28;
  box-shadow:         1px 1px 3px 2px #376f28; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376f28


Comments

No comments written yet.

Please login to write comment.