Color Hex Logo

#37940d Color Hex

#37940D
(55,148,13)
0 Favorites   0 Comments

Color spaces of #37940d

RGB 5514813
HSL0.280.840.32
HSV101°91°58°
CMYK 0.630.000.91   0.42
XYZ12.238122.02113.9863
Yxy22.02110.32000.5758
Hunter Lab46.9266-35.570227.8121
CIE-Lab54.0494-49.456154.3648

#37940d color RGB value is (55,148,13).

#37940d hex color red value is 55, green value is 148 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #37940d hue: 0.28 , saturation: 0.84 and the lightness value of 37940d is 0.32.

The process color (four color CMYK) of #37940d color hex is 0.63, 0.00, 0.91, 0.42. Web safe color of #37940d is #339900. Color #37940d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10010100 00001101
Octal 67 224 15
Decimal 55 148 13
Hex 37 94 D

RGB Percentages of Color #37940d

%25.46
%68.52
%6.02

CMYK Percentages of Color #37940d

%63
%0
%91
%42

Triadic Colors of #37940d

#37940d #0d3794 #940d37

Analogous Colors of #37940d

#37940d #0d9427 #7b940d

Monochromatic Colors of #37940d

#37940d

Complementary Color

#37940d #6a0d94

#37940d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37940d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37940d Color CSS Codes

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

#37940d Text Font Color

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

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


#37940d Background Color

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

This div background color is #37940d


#37940d Border Color

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

This div border color is #37940d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,148,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37940d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37940d;
  -webkit-box-shadow: 1px 1px 3px 2px #37940d;
  box-shadow:         1px 1px 3px 2px #37940d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37940d


Comments

No comments written yet.

Please login to write comment.