Color Hex Logo

#8b444a Color Hex

#8B444A
(139,68,74)
0 Favorites   0 Comments

Color spaces of #8b444a

RGB 1396874
HSL0.990.340.41
HSV355°51°55°
CMYK 0.000.510.47   0.45
XYZ13.950610.11767.6962
Yxy10.11760.43920.3185
Hunter Lab31.808222.62327.9201
CIE-Lab38.052730.761710.5013

#8b444a color RGB value is (139,68,74).

#8b444a hex color red value is 139, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8b444a hue: 0.99 , saturation: 0.34 and the lightness value of 8b444a is 0.41.

The process color (four color CMYK) of #8b444a color hex is 0.00, 0.51, 0.47, 0.45. Web safe color of #8b444a is #993333. Color #8b444a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01000100 01001010
Octal 213 104 112
Decimal 139 68 74
Hex 8B 44 4A

RGB Percentages of Color #8b444a

%49.47
%24.20
%26.33

CMYK Percentages of Color #8b444a

%0
%51
%47
%45

Triadic Colors of #8b444a

#8b444a #4a8b44 #444a8b

Analogous Colors of #8b444a

#8b444a #8b6144 #8b446e

Monochromatic Colors of #8b444a

#8b444a

Complementary Color

#8b444a #448b85

#8b444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b444a Color CSS Codes

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

#8b444a Text Font Color

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

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


#8b444a Background Color

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

This div background color is #8b444a


#8b444a Border Color

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

This div border color is #8b444a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b444a


Comments

No comments written yet.

Please login to write comment.