COLOR #8B9258

HEX: #8B9258 RGB: (139,146,88)

Color info

#8B9258 contains red, green and blue colors in about the same proportion. Web safe color of #8B9258 is #999966 (or #996).

RGB color model

#8B9258 color RGB value is (139,146,88).

RGB: (139,146,88) (55%, 57%, 35%)

RGB channels and saturation

R 139 of 255 = 55%
G 146 of 255 = 57%
B 88 of 255 = 35%

139
146
88

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

Portions of RGB colors in percentages

R + G + B = 139 + 146 + 88 = 373 (100%)
R 139 of 373 ~ 37.27%
G 146 of 373 ~ 39.14%
B 88 of 373 ~ 23.59'%

%37.27
%39.14
%23.59

CMYK color model

#8B9258 color CMYK value is (5,0,40,43).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 42.75%

CMYK: (5,0,40,43)
C5M0Y40K43 (5%, 0%, 40%, 43%)
(0.05 / 0.00 / 0.40 / 0.43)

CMYK percentages

%4.79
%0
%39.73
%42.75

Codes

Color #8B9258 in popluar color models

8B 92 58
RGB 139 146 88
HSL 67° 24.79% 45.88%
HSB/HSV 67° 39.73% 57.25%
CMYK 4.79% 0.00% 39.73%
42.75%

Color #8B9258 in popluar number systems.

HEX 8B 92 58
Decimal 139 146 88
Binary 10001011 10010010 1011000
Octal 213 222 130

Shades and tints

Shades of #8B9258

#8B9258
(139,146,88)
#7F8550
(127,133,80)
#737848
(115,120,72)
#676B40
(103,107,64)
#5B5E38
(91,94,56)
#4F5130
(79,81,48)
#434428
(67,68,40)
#373720
(55,55,32)
#2B2A18
(43,42,24)
#1F1D10
(31,29,16)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #8B9258

#8B9258
(139,146,88)
#959B67
(149,155,103)
#9FA476
(159,164,118)
#A9AD85
(169,173,133)
#B3B694
(179,182,148)
#BDBFA3
(189,191,163)
#C7C8B2
(199,200,178)
#D1D1C1
(209,209,193)
#DBDAD0
(219,218,208)
#E5E3DF
(229,227,223)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9258 color. Also use rgb(139,146,88) instead hex code.

Text Font Color

.myTextColor { color: #8B9258; }

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

This text font color is #8B9258.

Background Color

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

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

This div background color is #8B9258.

Border color

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

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

This div border color is #8B9258.

Opacity

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

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

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

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

This text has shadow with #8B9258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9258.

Preview

Color preview on black background

This text has color #8B9258 on black background.


Color preview on white background

This text has color #8B9258 on white background.


Black color preview on #8B9258 background

This text has black color on #8B9258 background.


White color preview on #8B9258 background

This text has white color on #8B9258 background.


Related colors

Complementary color

Complementary color for #hex is #746DA7.


I love getcolorcode.com

Triadic colors

1 #588B92 and #92588B with #8B9258 are triadic colors.

2 #58928B and #928B58 with #8B9258 are triadic colors.