Color Hex Logo

#884f0b Color Hex

#884F0B
(136,79,11)
0 Favorites   0 Comments

Color spaces of #884f0b

RGB 1367911
HSL0.090.850.29
HSV33°92°53°
CMYK 0.000.420.92   0.47
XYZ13.009710.85041.7253
Yxy10.85040.50850.4241
Hunter Lab32.939912.854019.9525
CIE-Lab39.327419.199445.1579

#884f0b color RGB value is (136,79,11).

#884f0b hex color red value is 136, green value is 79 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #884f0b hue: 0.09 , saturation: 0.85 and the lightness value of 884f0b is 0.29.

The process color (four color CMYK) of #884f0b color hex is 0.00, 0.42, 0.92, 0.47. Web safe color of #884f0b is #996600. Color #884f0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 00001011
Octal 210 117 13
Decimal 136 79 11
Hex 88 4F B

RGB Percentages of Color #884f0b

%60.18
%34.96
%4.87

CMYK Percentages of Color #884f0b

%0
%42
%92
%47

Triadic Colors of #884f0b

#884f0b #0b884f #4f0b88

Analogous Colors of #884f0b

#884f0b #83880b #88110b

Monochromatic Colors of #884f0b

#884f0b

Complementary Color

#884f0b #0b4488

#884f0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884f0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#884f0b Color CSS Codes

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

#884f0b Text Font Color

<p style="color:#884f0b">Text here</p>

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


#884f0b Background Color

<div style="background-color:#884f0b">
Div content here</div>

This div background color is #884f0b


#884f0b Border Color

<div style="border:3px solid #884f0b">
Div here</div>

This div border color is #884f0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,79,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #884f0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #884f0b;
  -webkit-box-shadow: 1px 1px 3px 2px #884f0b;
  box-shadow:         1px 1px 3px 2px #884f0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,79,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884f0b


Comments

No comments written yet.

Please login to write comment.