COLOR #8B957C

HEX: #8B957C RGB: (139,149,124)

Color info

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

RGB color model

#8B957C color RGB value is (139,149,124).

RGB: (139,149,124) (55%, 58%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 149 of 255 = 58%
B 124 of 255 = 49%

139
149
124

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

Portions of RGB colors in percentages

R + G + B = 139 + 149 + 124 = 412 (100%)
R 139 of 412 ~ 33.74%
G 149 of 412 ~ 36.17%
B 124 of 412 ~ 30.1'%

%33.74
%36.17
%30.1

CMYK color model

#8B957C color CMYK value is (7,0,17,42).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 16.78%
  • key color value is 41.57%

CMYK: (7,0,17,42)
C7M0Y17K42 (7%, 0%, 17%, 42%)
(0.07 / 0.00 / 0.17 / 0.42)

CMYK percentages

%6.71
%0
%16.78
%41.57

Codes

Color #8B957C in popluar color models

8B 95 7C
RGB 139 149 124
HSL 84° 10.55% 53.53%
HSB/HSV 84° 16.78% 58.43%
CMYK 6.71% 0.00% 16.78%
41.57%

Color #8B957C in popluar number systems.

HEX 8B 95 7C
Decimal 139 149 124
Binary 10001011 10010101 1111100
Octal 213 225 174

Shades and tints

Shades of #8B957C

#8B957C
(139,149,124)
#7F8871
(127,136,113)
#737B66
(115,123,102)
#676E5B
(103,110,91)
#5B6150
(91,97,80)
#4F5445
(79,84,69)
#43473A
(67,71,58)
#373A2F
(55,58,47)
#2B2D24
(43,45,36)
#1F2019
(31,32,25)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #8B957C

#8B957C
(139,149,124)
#959E87
(149,158,135)
#9FA792
(159,167,146)
#A9B09D
(169,176,157)
#B3B9A8
(179,185,168)
#BDC2B3
(189,194,179)
#C7CBBE
(199,203,190)
#D1D4C9
(209,212,201)
#DBDDD4
(219,221,212)
#E5E6DF
(229,230,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B957C color. Also use rgb(139,149,124) instead hex code.

Text Font Color

.myTextColor { color: #8B957C; }

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

This text font color is #8B957C.

Background Color

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

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

This div background color is #8B957C.

Border color

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

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

This div border color is #8B957C.

Opacity

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

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

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

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

This text has shadow with #8B957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B957C.

Preview

Color preview on black background

This text has color #8B957C on black background.


Color preview on white background

This text has color #8B957C on white background.


Black color preview on #8B957C background

This text has black color on #8B957C background.


White color preview on #8B957C background

This text has white color on #8B957C background.


Related colors

Complementary color

Complementary color for #hex is #746A83.


I love getcolorcode.com

Triadic colors

1 #7C8B95 and #957C8B with #8B957C are triadic colors.

2 #7C958B and #958B7C with #8B957C are triadic colors.