Color Hex Logo

#8b072f Color Hex

#8B072F
(139,7,47)
0 Favorites   0 Comments

Color spaces of #8b072f

RGB 139747
HSL0.950.900.29
HSV342°95°55°
CMYK 0.000.950.66   0.45
XYZ11.23655.84623.2255
Yxy5.84620.55330.2879
Hunter Lab24.178940.64009.0159
CIE-Lab29.021151.339715.7389

#8b072f color RGB value is (139,7,47).

#8b072f hex color red value is 139, green value is 7 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8b072f hue: 0.95 , saturation: 0.90 and the lightness value of 8b072f is 0.29.

The process color (four color CMYK) of #8b072f color hex is 0.00, 0.95, 0.66, 0.45. Web safe color of #8b072f is #990033. Color #8b072f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000111 00101111
Octal 213 7 57
Decimal 139 7 47
Hex 8B 7 2F

RGB Percentages of Color #8b072f

%72.02
%3.63
%24.35

CMYK Percentages of Color #8b072f

%0
%95
%66
%45

Triadic Colors of #8b072f

#8b072f #2f8b07 #072f8b

Analogous Colors of #8b072f

#8b072f #8b2107 #8b0771

Monochromatic Colors of #8b072f

#8b072f

Complementary Color

#8b072f #078b63

#8b072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b072f Color CSS Codes

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

#8b072f Text Font Color

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

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


#8b072f Background Color

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

This div background color is #8b072f


#8b072f Border Color

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

This div border color is #8b072f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b072f


Comments

No comments written yet.

Please login to write comment.