COLOR #8B5938

HEX: #8B5938 RGB: (139,89,56)

Color info

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

RGB color model

#8B5938 color RGB value is (139,89,56).

RGB: (139,89,56) (55%, 35%, 22%)

RGB channels and saturation

R 139 of 255 = 55%
G 89 of 255 = 35%
B 56 of 255 = 22%

139
89
56

R + G + B ~ 37%. #8B5938 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 89 + 56 = 284 (100%)
R 139 of 284 ~ 48.94%
G 89 of 284 ~ 31.34%
B 56 of 284 ~ 19.72'%

%48.94
%31.34
%19.72

CMYK color model

#8B5938 color CMYK value is (0,36,60,45).

  • cyan value is 0.00%
  • magenta value is 35.97%
  • yellow value is 59.71%
  • key color value is 45.49%

CMYK: (0,36,60,45)
C0M36Y60K45 (0%, 36%, 60%, 45%)
(0.00 / 0.36 / 0.60 / 0.45)

CMYK percentages

%0
%35.97
%59.71
%45.49

Codes

Color #8B5938 in popluar color models

8B 59 38
RGB 139 89 56
HSL 24° 42.56% 38.24%
HSB/HSV 24° 59.71% 54.51%
CMYK 0.00% 35.97% 59.71%
45.49%

Color #8B5938 in popluar number systems.

HEX 8B 59 38
Decimal 139 89 56
Binary 10001011 1011001 111000
Octal 213 131 70

Shades and tints

Shades of #8B5938

#8B5938
(139,89,56)
#7F5133
(127,81,51)
#73492E
(115,73,46)
#674129
(103,65,41)
#5B3924
(91,57,36)
#4F311F
(79,49,31)
#43291A
(67,41,26)
#372115
(55,33,21)
#2B1910
(43,25,16)
#1F110B
(31,17,11)
#130906
(19,9,6)
#000000
(0,0,0)

Tints of #8B5938

#8B5938
(139,89,56)
#95684A
(149,104,74)
#9F775C
(159,119,92)
#A9866E
(169,134,110)
#B39580
(179,149,128)
#BDA492
(189,164,146)
#C7B3A4
(199,179,164)
#D1C2B6
(209,194,182)
#DBD1C8
(219,209,200)
#E5E0DA
(229,224,218)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5938; }

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

This text font color is #8B5938.

Background Color

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

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

This div background color is #8B5938.

Border color

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

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

This div border color is #8B5938.

Opacity

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

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

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

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

This text has shadow with #8B5938 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5938.

Preview

Color preview on black background

This text has color #8B5938 on black background.


Color preview on white background

This text has color #8B5938 on white background.


Black color preview on #8B5938 background

This text has black color on #8B5938 background.


White color preview on #8B5938 background

This text has white color on #8B5938 background.


Related colors

Complementary color

Complementary color for #hex is #74A6C7.


I love getcolorcode.com

Triadic colors

1 #388B59 and #59388B with #8B5938 are triadic colors.

2 #38598B and #598B38 with #8B5938 are triadic colors.