Color Hex Logo

#8b821b Color Hex

#8B821B
(139,130,27)
0 Favorites   0 Comments

Color spaces of #8b821b

RGB 13913027
HSL0.150.670.33
HSV55°81°55°
CMYK 0.000.060.81   0.45
XYZ18.827921.53344.2009
Yxy21.53340.42250.4832
Hunter Lab46.4041-8.783027.1154
CIE-Lab53.5284-8.223252.2956

#8b821b color RGB value is (139,130,27).

#8b821b hex color red value is 139, green value is 130 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #8b821b hue: 0.15 , saturation: 0.67 and the lightness value of 8b821b is 0.33.

The process color (four color CMYK) of #8b821b color hex is 0.00, 0.06, 0.81, 0.45. Web safe color of #8b821b is #999933. Color #8b821b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000010 00011011
Octal 213 202 33
Decimal 139 130 27
Hex 8B 82 1B

RGB Percentages of Color #8b821b

%46.96
%43.92
%9.12

CMYK Percentages of Color #8b821b

%0
%6
%81
%45

Triadic Colors of #8b821b

#8b821b #1b8b82 #821b8b

Analogous Colors of #8b821b

#8b821b #5c8b1b #8b4a1b

Monochromatic Colors of #8b821b

#8b821b

Complementary Color

#8b821b #1b248b

#8b821b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b821b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b821b Color CSS Codes

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

#8b821b Text Font Color

<p style="color:#8b821b">Text here</p>

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


#8b821b Background Color

<div style="background-color:#8b821b">
Div content here</div>

This div background color is #8b821b


#8b821b Border Color

<div style="border:3px solid #8b821b">
Div here</div>

This div border color is #8b821b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,130,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b821b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b821b;
  -webkit-box-shadow: 1px 1px 3px 2px #8b821b;
  box-shadow:         1px 1px 3px 2px #8b821b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,130,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 #8b821b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b821b


Comments

No comments written yet.

Please login to write comment.