COLOR #8B480A

HEX: #8B480A RGB: (139,72,10)

Color info

#8B480A contains mainly red color. Web safe color of #8B480A is #993300 (or #930).

RGB color model

#8B480A color RGB value is (139,72,10).

RGB: (139,72,10) (55%, 28%, 4%)

RGB channels and saturation

R 139 of 255 = 55%
G 72 of 255 = 28%
B 10 of 255 = 4%

139
72
10

R + G + B ~ 29%. #8B480A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 72 + 10 = 221 (100%)
R 139 of 221 ~ 62.9%
G 72 of 221 ~ 32.58%
B 10 of 221 ~ 4.52'%

%62.9
%32.58

CMYK color model

#8B480A color CMYK value is (0,48,93,45).

  • cyan value is 0.00%
  • magenta value is 48.20%
  • yellow value is 92.81%
  • key color value is 45.49%
CMYK: (0,48,93,45) C0M48Y93K45 (0%,48%,93%,45%) (0.00/0.48/0.93/0.45) 

CMYK percentages

%0
%48.2
%92.81
%45.49

Codes

Color #8B480A in popluar color models

8B 48 0A
RGB 139 72 10
HSL 29° 86.58% 29.22%
HSB/HSV 29° 92.81% 54.51%
CMYK 0.00% 48.20% 92.81%
45.49%

Color #8B480A in popluar number systems.

HEX 8B 48 0A
Decimal 139 72 10
Binary 10001011 1001000 1010
Octal 213 110 12

Shades and tints

Shades of #8B480A

#8B480A
(139,72,10)
#7F420A
(127,66,10)
#733C0A
(115,60,10)
#67360A
(103,54,10)
#5B300A
(91,48,10)
#4F2A0A
(79,42,10)
#43240A
(67,36,10)
#371E0A
(55,30,10)
#2B180A
(43,24,10)
#1F120A
(31,18,10)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #8B480A

#8B480A
(139,72,10)
#955820
(149,88,32)
#9F6836
(159,104,54)
#A9784C
(169,120,76)
#B38862
(179,136,98)
#BD9878
(189,152,120)
#C7A88E
(199,168,142)
#D1B8A4
(209,184,164)
#DBC8BA
(219,200,186)
#E5D8D0
(229,216,208)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B480A color. Also use rgb(139,72,10) instead hex code.

Text Font Color

.myTextColor { color: #8B480A; }

<p style="color:#8B480A">This sample text font color is #8B480A.</p>

This text font color is #8B480A.

Background Color

.myBgColor { background-color: #8B480A; }

<div style="background-color:#8B480A">Inner text</div>

This div background color is #8B480A.

Border color

.myBorderColor { border: 1px solid #8B480A; }

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

This div border color is #8B480A.

Opacity

.myOpacity80 { color: #8B480A; opacity: 0.8; }

<p style="color:#8B480A;opacity:0.8;">80%</p>

Text with #8B480A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8B480A;}

<p style="text-shadow: 3px 3px 1px #8B480A">Text here.</p>

This text has shadow with #8B480A color.


.textShadow {text-shadow: 3px 3px 1px #8B480A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8B480A, 5px 5px 20px red">Text here.</p>

This text has shadow with #8B480A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B480A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8B480A, Direction=45, Strength=4)">Text</p>

This text has shadow with #8B480A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8B480A;
-webkit-box-shadow: 1px 1px 3px 2px #8B480A;
box-shadow: 1px 1px 3px 2px #8B480A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8B480A; -webkit-box-shadow: 1px 1px 3px 2px #8B480A; box-shadow:1px 1px 3px 2px #8B480A;">
Div content here
</div>

This div box has shadow with color #8B480A.

Preview

Color preview on black background

This text has color #8B480A on black background.


Color preview on white background

This text has color #8B480A on white background.


Black color preview on #8B480A background

This text has black color on #8B480A background.


White color preview on #8B480A background

This text has white color on #8B480A background.


Related colors

Complementary color

Complementary color for #hex is #74B7F5.


I love getcolorcode.com

Triadic colors

1 #0A8B48 and #480A8B with #8B480A are triadic colors.

2 #0A488B and #488B0A with #8B480A are triadic colors.