Color Hex Logo

#376545 Color Hex

#376545
(55,101,69)
0 Favorites   0 Comments

Color spaces of #376545

RGB 5510169
HSL0.380.290.31
HSV138°46°40°
CMYK 0.460.000.32   0.60
XYZ7.303410.54937.2815
Yxy10.54930.29060.4197
Hunter Lab32.4797-16.70189.4438
CIE-Lab38.8108-23.684813.3211

#376545 color RGB value is (55,101,69).

#376545 hex color red value is 55, green value is 101 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #376545 hue: 0.38 , saturation: 0.29 and the lightness value of 376545 is 0.31.

The process color (four color CMYK) of #376545 color hex is 0.46, 0.00, 0.32, 0.60. Web safe color of #376545 is #336633. Color #376545 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100101 01000101
Octal 67 145 105
Decimal 55 101 69
Hex 37 65 45

RGB Percentages of Color #376545

%24.44
%44.89
%30.67

CMYK Percentages of Color #376545

%46
%0
%32
%60

Triadic Colors of #376545

#376545 #453765 #654537

Analogous Colors of #376545

#376545 #37655c #406537

Monochromatic Colors of #376545

#376545

Complementary Color

#376545 #653757

#376545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376545 Color CSS Codes

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

#376545 Text Font Color

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

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


#376545 Background Color

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

This div background color is #376545


#376545 Border Color

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

This div border color is #376545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376545


Comments

No comments written yet.

Please login to write comment.