COLOR #8B7748

HEX: #8B7748 RGB: (139,119,72)

Color info

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

RGB color model

#8B7748 color RGB value is (139,119,72).

RGB: (139,119,72) (55%, 47%, 28%)

RGB channels and saturation

R 139 of 255 = 55%
G 119 of 255 = 47%
B 72 of 255 = 28%

139
119
72

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

Portions of RGB colors in percentages

R + G + B = 139 + 119 + 72 = 330 (100%)
R 139 of 330 ~ 42.12%
G 119 of 330 ~ 36.06%
B 72 of 330 ~ 21.82'%

%42.12
%36.06
%21.82

CMYK color model

#8B7748 color CMYK value is (0,14,48,45).

  • cyan value is 0.00%
  • magenta value is 14.39%
  • yellow value is 48.20%
  • key color value is 45.49%
CMYK: (0,14,48,45) C0M14Y48K45 (0%,14%,48%,45%) (0.00/0.14/0.48/0.45) 

CMYK percentages

%0
%14.39
%48.2
%45.49

Codes

Color #8B7748 in popluar color models

8B 77 48
RGB 139 119 72
HSL 42° 31.75% 41.37%
HSB/HSV 42° 48.20% 54.51%
CMYK 0.00% 14.39% 48.20%
45.49%

Color #8B7748 in popluar number systems.

HEX 8B 77 48
Decimal 139 119 72
Binary 10001011 1110111 1001000
Octal 213 167 110

Shades and tints

Shades of #8B7748

#8B7748
(139,119,72)
#7F6D42
(127,109,66)
#73633C
(115,99,60)
#675936
(103,89,54)
#5B4F30
(91,79,48)
#4F452A
(79,69,42)
#433B24
(67,59,36)
#37311E
(55,49,30)
#2B2718
(43,39,24)
#1F1D12
(31,29,18)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #8B7748

#8B7748
(139,119,72)
#958358
(149,131,88)
#9F8F68
(159,143,104)
#A99B78
(169,155,120)
#B3A788
(179,167,136)
#BDB398
(189,179,152)
#C7BFA8
(199,191,168)
#D1CBB8
(209,203,184)
#DBD7C8
(219,215,200)
#E5E3D8
(229,227,216)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7748; }

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

This text font color is #8B7748.

Background Color

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

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

This div background color is #8B7748.

Border color

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

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

This div border color is #8B7748.

Opacity

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

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

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

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

This text has shadow with #8B7748 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7748.

Preview

Color preview on black background

This text has color #8B7748 on black background.


Color preview on white background

This text has color #8B7748 on white background.


Black color preview on #8B7748 background

This text has black color on #8B7748 background.


White color preview on #8B7748 background

This text has white color on #8B7748 background.


Related colors

Complementary color

Complementary color for #hex is #7488B7.


I love getcolorcode.com

Triadic colors

1 #488B77 and #77488B with #8B7748 are triadic colors.

2 #48778B and #778B48 with #8B7748 are triadic colors.