COLOR #8B8037

HEX: #8B8037 RGB: (139,128,55)

Color info

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

RGB color model

#8B8037 color RGB value is (139,128,55).

RGB: (139,128,55) (55%, 50%, 22%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 55 of 255 = 22%

139
128
55

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

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 55 = 322 (100%)
R 139 of 322 ~ 43.17%
G 128 of 322 ~ 39.75%
B 55 of 322 ~ 17.08'%

%43.17
%39.75
%17.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 60.43%
  • key color value is 45.49%
CMYK: (0,8,60,45) C0M8Y60K45 (0%,8%,60%,45%) (0.00/0.08/0.60/0.45) 

CMYK percentages

%0
%7.91
%60.43
%45.49

Codes

Color #8B8037 in popluar color models

8B 80 37
RGB 139 128 55
HSL 52° 43.30% 38.04%
HSB/HSV 52° 60.43% 54.51%
CMYK 0.00% 7.91% 60.43%
45.49%

Color #8B8037 in popluar number systems.

HEX 8B 80 37
Decimal 139 128 55
Binary 10001011 10000000 110111
Octal 213 200 67

Shades and tints

Shades of #8B8037

#8B8037
(139,128,55)
#7F7532
(127,117,50)
#736A2D
(115,106,45)
#675F28
(103,95,40)
#5B5423
(91,84,35)
#4F491E
(79,73,30)
#433E19
(67,62,25)
#373314
(55,51,20)
#2B280F
(43,40,15)
#1F1D0A
(31,29,10)
#131205
(19,18,5)
#000000
(0,0,0)

Tints of #8B8037

#8B8037
(139,128,55)
#958B49
(149,139,73)
#9F965B
(159,150,91)
#A9A16D
(169,161,109)
#B3AC7F
(179,172,127)
#BDB791
(189,183,145)
#C7C2A3
(199,194,163)
#D1CDB5
(209,205,181)
#DBD8C7
(219,216,199)
#E5E3D9
(229,227,217)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8037 color. Also use rgb(139,128,55) instead hex code.

Text Font Color

.myTextColor { color: #8B8037; }

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

This text font color is #8B8037.

Background Color

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

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

This div background color is #8B8037.

Border color

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

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

This div border color is #8B8037.

Opacity

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

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

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

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

This text has shadow with #8B8037 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8037.

Preview

Color preview on black background

This text has color #8B8037 on black background.


Color preview on white background

This text has color #8B8037 on white background.


Black color preview on #8B8037 background

This text has black color on #8B8037 background.


White color preview on #8B8037 background

This text has white color on #8B8037 background.


Related colors

Complementary color

Complementary color for #hex is #747FC8.


I love getcolorcode.com

Triadic colors

1 #378B80 and #80378B with #8B8037 are triadic colors.

2 #37808B and #808B37 with #8B8037 are triadic colors.