COLOR #8B7C48

HEX: #8B7C48 RGB: (139,124,72)

Color info

#8B7C48 contains mainly red and green colors. Web safe color of #8B7C48 is #996633 (or #963).

RGB color model

#8B7C48 color RGB value is (139,124,72).

RGB: (139,124,72) (55%, 49%, 28%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 72 of 255 = 28%

139
124
72

R + G + B ~ 44%. #8B7C48 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 124 + 72 = 335 (100%)
R 139 of 335 ~ 41.49%
G 124 of 335 ~ 37.01%
B 72 of 335 ~ 21.49'%

%41.49
%37.01
%21.49

CMYK color model

#8B7C48 color CMYK value is (0,11,48,45).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 48.20%
  • key color value is 45.49%

CMYK: (0,11,48,45)
C0M11Y48K45 (0%, 11%, 48%, 45%)
(0.00 / 0.11 / 0.48 / 0.45)

CMYK percentages

%0
%10.79
%48.2
%45.49

Codes

Color #8B7C48 in popluar color models

8B 7C 48
RGB 139 124 72
HSL 47° 31.75% 41.37%
HSB/HSV 47° 48.20% 54.51%
CMYK 0.00% 10.79% 48.20%
45.49%

Color #8B7C48 in popluar number systems.

HEX 8B 7C 48
Decimal 139 124 72
Binary 10001011 1111100 1001000
Octal 213 174 110

Shades and tints

Shades of #8B7C48

#8B7C48
(139,124,72)
#7F7142
(127,113,66)
#73663C
(115,102,60)
#675B36
(103,91,54)
#5B5030
(91,80,48)
#4F452A
(79,69,42)
#433A24
(67,58,36)
#372F1E
(55,47,30)
#2B2418
(43,36,24)
#1F1912
(31,25,18)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #8B7C48

#8B7C48
(139,124,72)
#958758
(149,135,88)
#9F9268
(159,146,104)
#A99D78
(169,157,120)
#B3A888
(179,168,136)
#BDB398
(189,179,152)
#C7BEA8
(199,190,168)
#D1C9B8
(209,201,184)
#DBD4C8
(219,212,200)
#E5DFD8
(229,223,216)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7C48; }

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

This text font color is #8B7C48.

Background Color

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

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

This div background color is #8B7C48.

Border color

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

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

This div border color is #8B7C48.

Opacity

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

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

Text with #8B7C48 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 #8B7C48;}

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

This text has shadow with #8B7C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7C48.

Preview

Color preview on black background

This text has color #8B7C48 on black background.


Color preview on white background

This text has color #8B7C48 on white background.


Black color preview on #8B7C48 background

This text has black color on #8B7C48 background.


White color preview on #8B7C48 background

This text has white color on #8B7C48 background.


Related colors

Complementary color

Complementary color for #hex is #7483B7.


I love getcolorcode.com

Triadic colors

1 #488B7C and #7C488B with #8B7C48 are triadic colors.

2 #487C8B and #7C8B48 with #8B7C48 are triadic colors.