Color Hex Logo

#51712b Color Hex

#51712B
(81,113,43)
0 Favorites   0 Comments

Color spaces of #51712b

RGB 8111343
HSL0.240.450.31
HSV87°62°44°
CMYK 0.280.000.62   0.56
XYZ9.734513.73404.4234
Yxy13.73400.34900.4924
Hunter Lab37.0594-17.966918.8648
CIE-Lab43.8490-24.035034.4344

#51712b color RGB value is (81,113,43).

#51712b hex color red value is 81, green value is 113 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #51712b hue: 0.24 , saturation: 0.45 and the lightness value of 51712b is 0.31.

The process color (four color CMYK) of #51712b color hex is 0.28, 0.00, 0.62, 0.56. Web safe color of #51712b is #666633. Color #51712b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 00101011
Octal 121 161 53
Decimal 81 113 43
Hex 51 71 2B

RGB Percentages of Color #51712b

%34.18
%47.68
%18.14

CMYK Percentages of Color #51712b

%28
%0
%62
%56

Triadic Colors of #51712b

#51712b #2b5171 #712b51

Analogous Colors of #51712b

#51712b #2e712b #716e2b

Monochromatic Colors of #51712b

#51712b

Complementary Color

#51712b #4b2b71

#51712b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51712b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51712b Color CSS Codes

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

#51712b Text Font Color

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

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


#51712b Background Color

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

This div background color is #51712b


#51712b Border Color

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

This div border color is #51712b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51712b


Comments

No comments written yet.

Please login to write comment.