Color Hex Logo

#377400 Color Hex

#377400
(55,116,0)
0 Favorites   0 Comments

Color spaces of #377400

RGB 551160
HSL0.251.000.23
HSV92°100°45°
CMYK 0.530.001.00   0.55
XYZ7.820913.30302.1555
Yxy13.30300.33600.5714
Hunter Lab36.4733-25.552822.0274
CIE-Lab43.2163-37.767647.9935

#377400 color RGB value is (55,116,0).

#377400 hex color red value is 55, green value is 116 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #377400 hue: 0.25 , saturation: 1.00 and the lightness value of 377400 is 0.23.

The process color (four color CMYK) of #377400 color hex is 0.53, 0.00, 1.00, 0.55. Web safe color of #377400 is #336600. Color #377400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110100 00000000
Octal 67 164 0
Decimal 55 116 0
Hex 37 74 0

RGB Percentages of Color #377400

%32.16
%67.84
%0.00

CMYK Percentages of Color #377400

%53
%0
%100
%55

Triadic Colors of #377400

#377400 #003774 #740037

Analogous Colors of #377400

#377400 #007403 #717400

Monochromatic Colors of #377400

#377400

Complementary Color

#377400 #3d0074

#377400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377400 Color CSS Codes

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

#377400 Text Font Color

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

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


#377400 Background Color

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

This div background color is #377400


#377400 Border Color

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

This div border color is #377400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377400


Comments

No comments written yet.

Please login to write comment.