Color Hex Logo

#84971b Color Hex

#84971B
(132,151,27)
0 Favorites   0 Comments

Color spaces of #84971b

RGB 13215127
HSL0.190.700.35
HSV69°82°59°
CMYK 0.130.000.82   0.41
XYZ20.780227.11795.1760
Yxy27.11790.39150.5109
Hunter Lab52.0748-19.901530.5592
CIE-Lab59.0833-22.421957.0035

#84971b color RGB value is (132,151,27).

#84971b hex color red value is 132, green value is 151 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #84971b hue: 0.19 , saturation: 0.70 and the lightness value of 84971b is 0.35.

The process color (four color CMYK) of #84971b color hex is 0.13, 0.00, 0.82, 0.41. Web safe color of #84971b is #999933. Color #84971b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010111 00011011
Octal 204 227 33
Decimal 132 151 27
Hex 84 97 1B

RGB Percentages of Color #84971b

%42.58
%48.71
%8.71

CMYK Percentages of Color #84971b

%13
%0
%82
%41

Triadic Colors of #84971b

#84971b #1b8497 #971b84

Analogous Colors of #84971b

#84971b #46971b #976c1b

Monochromatic Colors of #84971b

#84971b

Complementary Color

#84971b #2e1b97

#84971b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84971b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84971b Color CSS Codes

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

#84971b Text Font Color

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

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


#84971b Background Color

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

This div background color is #84971b


#84971b Border Color

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

This div border color is #84971b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,151,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84971b


Comments

No comments written yet.

Please login to write comment.