Color Hex Logo

#51805b Color Hex

#51805B
(81,128,91)
0 Favorites   0 Comments

Color spaces of #51805b

RGB 8112891
HSL0.370.220.41
HSV133°37°50°
CMYK 0.370.000.29   0.50
XYZ13.000817.943012.6757
Yxy17.94300.29810.4114
Hunter Lab42.3592-19.343711.9093
CIE-Lab49.4269-24.391915.1486

#51805b color RGB value is (81,128,91).

#51805b hex color red value is 81, green value is 128 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #51805b hue: 0.37 , saturation: 0.22 and the lightness value of 51805b is 0.41.

The process color (four color CMYK) of #51805b color hex is 0.37, 0.00, 0.29, 0.50. Web safe color of #51805b is #669966. Color #51805b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000000 01011011
Octal 121 200 133
Decimal 81 128 91
Hex 51 80 5B

RGB Percentages of Color #51805b

%27.00
%42.67
%30.33

CMYK Percentages of Color #51805b

%37
%0
%29
%50

Triadic Colors of #51805b

#51805b #5b5180 #805b51

Analogous Colors of #51805b

#51805b #518073 #5f8051

Monochromatic Colors of #51805b

#51805b

Complementary Color

#51805b #805176

#51805b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51805b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51805b Color CSS Codes

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

#51805b Text Font Color

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

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


#51805b Background Color

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

This div background color is #51805b


#51805b Border Color

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

This div border color is #51805b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,128,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51805b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51805b;
  -webkit-box-shadow: 1px 1px 3px 2px #51805b;
  box-shadow:         1px 1px 3px 2px #51805b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51805b


Comments

No comments written yet.

Please login to write comment.