Color Hex Logo

#51995f Color Hex

#51995F
(81,153,95)
0 Favorites   0 Comments

Color spaces of #51995f

RGB 8115395
HSL0.370.310.46
HSV132°47°60°
CMYK 0.470.000.38   0.40
XYZ16.850125.358014.8330
Yxy25.35800.29540.4446
Hunter Lab50.3567-28.395617.7853
CIE-Lab57.4226-35.594123.6818

#51995f color RGB value is (81,153,95).

#51995f hex color red value is 81, green value is 153 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #51995f hue: 0.37 , saturation: 0.31 and the lightness value of 51995f is 0.46.

The process color (four color CMYK) of #51995f color hex is 0.47, 0.00, 0.38, 0.40. Web safe color of #51995f is #669966. Color #51995f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011001 01011111
Octal 121 231 137
Decimal 81 153 95
Hex 51 99 5F

RGB Percentages of Color #51995f

%24.62
%46.50
%28.88

CMYK Percentages of Color #51995f

%47
%0
%38
%40

Triadic Colors of #51995f

#51995f #5f5199 #995f51

Analogous Colors of #51995f

#51995f #519983 #679951

Monochromatic Colors of #51995f

#51995f

Complementary Color

#51995f #99518b

#51995f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51995f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51995f Color CSS Codes

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

#51995f Text Font Color

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

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


#51995f Background Color

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

This div background color is #51995f


#51995f Border Color

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

This div border color is #51995f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51995f


Comments

No comments written yet.

Please login to write comment.