Color Hex Logo

#377319 Color Hex

#377319
(55,115,25)
0 Favorites   0 Comments

Color spaces of #377319

RGB 5511525
HSL0.280.640.27
HSV100°78°45°
CMYK 0.520.000.78   0.55
XYZ7.881813.14393.0413
Yxy13.14390.32750.5461
Hunter Lab36.2545-24.639220.4045
CIE-Lab42.9793-36.182941.0060

#377319 color RGB value is (55,115,25).

#377319 hex color red value is 55, green value is 115 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #377319 hue: 0.28 , saturation: 0.64 and the lightness value of 377319 is 0.27.

The process color (four color CMYK) of #377319 color hex is 0.52, 0.00, 0.78, 0.55. Web safe color of #377319 is #336600. Color #377319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110011 00011001
Octal 67 163 31
Decimal 55 115 25
Hex 37 73 19

RGB Percentages of Color #377319

%28.21
%58.97
%12.82

CMYK Percentages of Color #377319

%52
%0
%78
%55

Triadic Colors of #377319

#377319 #193773 #731937

Analogous Colors of #377319

#377319 #197328 #647319

Monochromatic Colors of #377319

#377319

Complementary Color

#377319 #551973

#377319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377319 Color CSS Codes

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

#377319 Text Font Color

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

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


#377319 Background Color

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

This div background color is #377319


#377319 Border Color

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

This div border color is #377319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377319


Comments

No comments written yet.

Please login to write comment.