COLOR #8B6538

HEX: #8B6538 RGB: (139,101,56)

Color info

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

RGB color model

#8B6538 color RGB value is (139,101,56).

RGB: (139,101,56) (55%, 40%, 22%)

RGB channels and saturation

R 139 of 255 = 55%
G 101 of 255 = 40%
B 56 of 255 = 22%

139
101
56

R + G + B ~ 39%. #8B6538 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 101 + 56 = 296 (100%)
R 139 of 296 ~ 46.96%
G 101 of 296 ~ 34.12%
B 56 of 296 ~ 18.92'%

%46.96
%34.12
%18.92

CMYK color model

#8B6538 color CMYK value is (0,27,60,45).

  • cyan value is 0.00%
  • magenta value is 27.34%
  • yellow value is 59.71%
  • key color value is 45.49%
CMYK: (0,27,60,45) C0M27Y60K45 (0%,27%,60%,45%) (0.00/0.27/0.60/0.45) 

CMYK percentages

%0
%27.34
%59.71
%45.49

Codes

Color #8B6538 in popluar color models

8B 65 38
RGB 139 101 56
HSL 33° 42.56% 38.24%
HSB/HSV 33° 59.71% 54.51%
CMYK 0.00% 27.34% 59.71%
45.49%

Color #8B6538 in popluar number systems.

HEX 8B 65 38
Decimal 139 101 56
Binary 10001011 1100101 111000
Octal 213 145 70

Shades and tints

Shades of #8B6538

#8B6538
(139,101,56)
#7F5C33
(127,92,51)
#73532E
(115,83,46)
#674A29
(103,74,41)
#5B4124
(91,65,36)
#4F381F
(79,56,31)
#432F1A
(67,47,26)
#372615
(55,38,21)
#2B1D10
(43,29,16)
#1F140B
(31,20,11)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #8B6538

#8B6538
(139,101,56)
#95734A
(149,115,74)
#9F815C
(159,129,92)
#A98F6E
(169,143,110)
#B39D80
(179,157,128)
#BDAB92
(189,171,146)
#C7B9A4
(199,185,164)
#D1C7B6
(209,199,182)
#DBD5C8
(219,213,200)
#E5E3DA
(229,227,218)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6538 color. Also use rgb(139,101,56) instead hex code.

Text Font Color

.myTextColor { color: #8B6538; }

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

This text font color is #8B6538.

Background Color

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

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

This div background color is #8B6538.

Border color

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

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

This div border color is #8B6538.

Opacity

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

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

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

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

This text has shadow with #8B6538 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6538.

Preview

Color preview on black background

This text has color #8B6538 on black background.


Color preview on white background

This text has color #8B6538 on white background.


Black color preview on #8B6538 background

This text has black color on #8B6538 background.


White color preview on #8B6538 background

This text has white color on #8B6538 background.


Related colors

Complementary color

Complementary color for #hex is #749AC7.


I love getcolorcode.com

Triadic colors

1 #388B65 and #65388B with #8B6538 are triadic colors.

2 #38658B and #658B38 with #8B6538 are triadic colors.