Color Hex Logo

#81997f Color Hex

#81997F
(129,153,127)
0 Favorites   0 Comments

Color spaces of #81997f

RGB 129153127
HSL0.320.110.55
HSV115°17°60°
CMYK 0.160.000.17   0.40
XYZ24.275328.981924.3933
Yxy28.98190.31260.3732
Hunter Lab53.8348-13.721410.8193
CIE-Lab60.7657-13.653210.8852

#81997f color RGB value is (129,153,127).

#81997f hex color red value is 129, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #81997f hue: 0.32 , saturation: 0.11 and the lightness value of 81997f is 0.55.

The process color (four color CMYK) of #81997f color hex is 0.16, 0.00, 0.17, 0.40. Web safe color of #81997f is #999966. Color #81997f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011001 01111111
Octal 201 231 177
Decimal 129 153 127
Hex 81 99 7F

RGB Percentages of Color #81997f

%31.54
%37.41
%31.05

CMYK Percentages of Color #81997f

%16
%0
%17
%40

Triadic Colors of #81997f

#81997f #7f8199 #997f81

Analogous Colors of #81997f

#81997f #7f998a #8e997f

Monochromatic Colors of #81997f

#81997f

Complementary Color

#81997f #977f99

#81997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81997f Color CSS Codes

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

#81997f Text Font Color

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

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


#81997f Background Color

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

This div background color is #81997f


#81997f Border Color

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

This div border color is #81997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81997f


Comments

No comments written yet.

Please login to write comment.