Color Hex Logo

#51972b Color Hex

#51972B
(81,151,43)
0 Favorites   0 Comments

Color spaces of #51972b

RGB 8115143
HSL0.270.560.38
HSV99°72°59°
CMYK 0.460.000.72   0.41
XYZ14.896024.05706.1439
Yxy24.05700.33030.5335
Hunter Lab49.0479-31.622926.9067
CIE-Lab56.1448-41.393547.6766

#51972b color RGB value is (81,151,43).

#51972b hex color red value is 81, green value is 151 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #51972b hue: 0.27 , saturation: 0.56 and the lightness value of 51972b is 0.38.

The process color (four color CMYK) of #51972b color hex is 0.46, 0.00, 0.72, 0.41. Web safe color of #51972b is #669933. Color #51972b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010111 00101011
Octal 121 227 53
Decimal 81 151 43
Hex 51 97 2B

RGB Percentages of Color #51972b

%29.45
%54.91
%15.64

CMYK Percentages of Color #51972b

%46
%0
%72
%41

Triadic Colors of #51972b

#51972b #2b5197 #972b51

Analogous Colors of #51972b

#51972b #2b973b #87972b

Monochromatic Colors of #51972b

#51972b

Complementary Color

#51972b #712b97

#51972b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51972b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51972b Color CSS Codes

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

#51972b Text Font Color

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

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


#51972b Background Color

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

This div background color is #51972b


#51972b Border Color

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

This div border color is #51972b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,151,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 #51972b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51972b


Comments

No comments written yet.

Please login to write comment.