Color Hex Logo

#51916b Color Hex

#51916B
(81,145,107)
0 Favorites   0 Comments

Color spaces of #51916b

RGB 81145107
HSL0.400.280.44
HSV144°44°57°
CMYK 0.440.000.26   0.43
XYZ16.172623.061717.5089
Yxy23.06170.28500.4064
Hunter Lab48.0226-23.926011.9989
CIE-Lab55.1358-29.553613.8896

#51916b color RGB value is (81,145,107).

#51916b hex color red value is 81, green value is 145 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #51916b hue: 0.40 , saturation: 0.28 and the lightness value of 51916b is 0.44.

The process color (four color CMYK) of #51916b color hex is 0.44, 0.00, 0.26, 0.43. Web safe color of #51916b is #669966. Color #51916b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010001 01101011
Octal 121 221 153
Decimal 81 145 107
Hex 51 91 6B

RGB Percentages of Color #51916b

%24.32
%43.54
%32.13

CMYK Percentages of Color #51916b

%44
%0
%26
%43

Triadic Colors of #51916b

#51916b #6b5191 #916b51

Analogous Colors of #51916b

#51916b #51918b #579151

Monochromatic Colors of #51916b

#51916b

Complementary Color

#51916b #915177

#51916b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51916b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51916b Color CSS Codes

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

#51916b Text Font Color

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

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


#51916b Background Color

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

This div background color is #51916b


#51916b Border Color

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

This div border color is #51916b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51916b


Comments

No comments written yet.

Please login to write comment.