Color Hex Logo

#81984b Color Hex

#81984B
(129,152,75)
0 Favorites   0 Comments

Color spaces of #81984b

RGB 12915275
HSL0.220.340.45
HSV78°51°60°
CMYK 0.150.000.51   0.40
XYZ21.551527.631610.8542
Yxy27.63160.35900.4602
Hunter Lab52.5658-18.806724.5534
CIE-Lab59.5544-20.771137.5315

#81984b color RGB value is (129,152,75).

#81984b hex color red value is 129, green value is 152 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #81984b hue: 0.22 , saturation: 0.34 and the lightness value of 81984b is 0.45.

The process color (four color CMYK) of #81984b color hex is 0.15, 0.00, 0.51, 0.40. Web safe color of #81984b is #999933. Color #81984b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011000 01001011
Octal 201 230 113
Decimal 129 152 75
Hex 81 98 4B

RGB Percentages of Color #81984b

%36.24
%42.70
%21.07

CMYK Percentages of Color #81984b

%15
%0
%51
%40

Triadic Colors of #81984b

#81984b #4b8198 #984b81

Analogous Colors of #81984b

#81984b #5a984b #98894b

Monochromatic Colors of #81984b

#81984b

Complementary Color

#81984b #624b98

#81984b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81984b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81984b Color CSS Codes

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

#81984b Text Font Color

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

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


#81984b Background Color

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

This div background color is #81984b


#81984b Border Color

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

This div border color is #81984b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,152,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81984b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81984b;
  -webkit-box-shadow: 1px 1px 3px 2px #81984b;
  box-shadow:         1px 1px 3px 2px #81984b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81984b


Comments

No comments written yet.

Please login to write comment.