Color Hex Logo

#8b402e Color Hex

#8B402E
(139,64,46)
0 Favorites   0 Comments

Color spaces of #8b402e

RGB 1396446
HSL0.030.500.36
HSV12°67°55°
CMYK 0.000.540.67   0.45
XYZ12.97409.35303.7063
Yxy9.35300.49840.3593
Hunter Lab30.582722.204914.2225
CIE-Lab36.655230.481225.9677

#8b402e color RGB value is (139,64,46).

#8b402e hex color red value is 139, green value is 64 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8b402e hue: 0.03 , saturation: 0.50 and the lightness value of 8b402e is 0.36.

The process color (four color CMYK) of #8b402e color hex is 0.00, 0.54, 0.67, 0.45. Web safe color of #8b402e is #993333. Color #8b402e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01000000 00101110
Octal 213 100 56
Decimal 139 64 46
Hex 8B 40 2E

RGB Percentages of Color #8b402e

%55.82
%25.70
%18.47

CMYK Percentages of Color #8b402e

%0
%54
%67
%45

Triadic Colors of #8b402e

#8b402e #2e8b40 #402e8b

Analogous Colors of #8b402e

#8b402e #8b6f2e #8b2e4a

Monochromatic Colors of #8b402e

#8b402e

Complementary Color

#8b402e #2e798b

#8b402e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b402e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b402e Color CSS Codes

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

#8b402e Text Font Color

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

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


#8b402e Background Color

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

This div background color is #8b402e


#8b402e Border Color

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

This div border color is #8b402e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,64,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b402e


Comments

No comments written yet.

Please login to write comment.