Color Hex Logo

#51990c Color Hex

#51990C
(81,153,12)
0 Favorites   0 Comments

Color spaces of #51990c

RGB 8115312
HSL0.250.850.32
HSV91°92°60°
CMYK 0.470.000.92   0.40
XYZ14.850924.55834.3053
Yxy24.55830.33970.5618
Hunter Lab49.5563-33.231229.5385
CIE-Lab56.6425-43.811057.1095

#51990c color RGB value is (81,153,12).

#51990c hex color red value is 81, green value is 153 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #51990c hue: 0.25 , saturation: 0.85 and the lightness value of 51990c is 0.32.

The process color (four color CMYK) of #51990c color hex is 0.47, 0.00, 0.92, 0.40. Web safe color of #51990c is #669900. Color #51990c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011001 00001100
Octal 121 231 14
Decimal 81 153 12
Hex 51 99 C

RGB Percentages of Color #51990c

%32.93
%62.20
%4.88

CMYK Percentages of Color #51990c

%47
%0
%92
%40

Triadic Colors of #51990c

#51990c #0c5199 #990c51

Analogous Colors of #51990c

#51990c #0c990e #98990c

Monochromatic Colors of #51990c

#51990c

Complementary Color

#51990c #540c99

#51990c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51990c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51990c Color CSS Codes

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

#51990c Text Font Color

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

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


#51990c Background Color

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

This div background color is #51990c


#51990c Border Color

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

This div border color is #51990c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,153,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51990c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51990c;
  -webkit-box-shadow: 1px 1px 3px 2px #51990c;
  box-shadow:         1px 1px 3px 2px #51990c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,153,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51990c


Comments

No comments written yet.

Please login to write comment.