Color Hex Logo

#376942 Color Hex

#376942
(55,105,66)
0 Favorites   0 Comments

Color spaces of #376942

RGB 5510566
HSL0.370.310.31
HSV133°48°41°
CMYK 0.480.000.37   0.59
XYZ7.610511.30876.9359
Yxy11.30870.29440.4374
Hunter Lab33.6284-18.453111.3113
CIE-Lab40.0956-26.284316.8416

#376942 color RGB value is (55,105,66).

#376942 hex color red value is 55, green value is 105 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #376942 hue: 0.37 , saturation: 0.31 and the lightness value of 376942 is 0.31.

The process color (four color CMYK) of #376942 color hex is 0.48, 0.00, 0.37, 0.59. Web safe color of #376942 is #336633. Color #376942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101001 01000010
Octal 67 151 102
Decimal 55 105 66
Hex 37 69 42

RGB Percentages of Color #376942

%24.34
%46.46
%29.20

CMYK Percentages of Color #376942

%48
%0
%37
%59

Triadic Colors of #376942

#376942 #423769 #694237

Analogous Colors of #376942

#376942 #37695b #456937

Monochromatic Colors of #376942

#376942

Complementary Color

#376942 #69375e

#376942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376942 Color CSS Codes

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

#376942 Text Font Color

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

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


#376942 Background Color

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

This div background color is #376942


#376942 Border Color

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

This div border color is #376942


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,105,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #376942; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #376942;
  -webkit-box-shadow: 1px 1px 3px 2px #376942;
  box-shadow:         1px 1px 3px 2px #376942; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376942


Comments

No comments written yet.

Please login to write comment.