COLOR #958B63

HEX: #958B63 RGB: (149,139,99)

Color info

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

RGB color model

#958B63 color RGB value is (149,139,99).

RGB: (149,139,99) (58%, 55%, 39%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 99 of 255 = 39%

149
139
99

R + G + B ~ 51%. #958B63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 139 + 99 = 387 (100%)
R 149 of 387 ~ 38.5%
G 139 of 387 ~ 35.92%
B 99 of 387 ~ 25.58'%

%38.5
%35.92
%25.58

CMYK color model

#958B63 color CMYK value is (0,7,34,42).

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

CMYK: (0,7,34,42)
C0M7Y34K42 (0%, 7%, 34%, 42%)
(0.00 / 0.07 / 0.34 / 0.42)

CMYK percentages

%0
%6.71
%33.56
%41.57

Codes

Color #958B63 in popluar color models

95 8B 63
RGB 149 139 99
HSL 48° 20.16% 48.63%
HSB/HSV 48° 33.56% 58.43%
CMYK 0.00% 6.71% 33.56%
41.57%

Color #958B63 in popluar number systems.

HEX 95 8B 63
Decimal 149 139 99
Binary 10010101 10001011 1100011
Octal 225 213 143

Shades and tints

Shades of #958B63

#958B63
(149,139,99)
#887F5A
(136,127,90)
#7B7351
(123,115,81)
#6E6748
(110,103,72)
#615B3F
(97,91,63)
#544F36
(84,79,54)
#47432D
(71,67,45)
#3A3724
(58,55,36)
#2D2B1B
(45,43,27)
#201F12
(32,31,18)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #958B63

#958B63
(149,139,99)
#9E9571
(158,149,113)
#A79F7F
(167,159,127)
#B0A98D
(176,169,141)
#B9B39B
(185,179,155)
#C2BDA9
(194,189,169)
#CBC7B7
(203,199,183)
#D4D1C5
(212,209,197)
#DDDBD3
(221,219,211)
#E6E5E1
(230,229,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958B63 color. Also use rgb(149,139,99) instead hex code.

Text Font Color

.myTextColor { color: #958B63; }

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

This text font color is #958B63.

Background Color

.myBgColor { background-color: #958B63; }

<div style="background-color:#958B63">Inner text</div>

This div background color is #958B63.

Border color

.myBorderColor { border: 1px solid #958B63; }

<div style="border:3px solid #958B63">Div</div>

This div border color is #958B63.

Opacity

.myOpacity80 { color: #958B63; opacity: 0.8; }

<p style="color:#958B63;opacity:0.8;">80%</p>

Text with #958B63 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 #958B63;}

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

This text has shadow with #958B63 color.


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

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

This text has shadow with #958B63 primary color and red secondary color.


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

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

This text has shadow with #958B63 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #958B63.

Preview

Color preview on black background

This text has color #958B63 on black background.


Color preview on white background

This text has color #958B63 on white background.


Black color preview on #958B63 background

This text has black color on #958B63 background.


White color preview on #958B63 background

This text has white color on #958B63 background.


Related colors

Complementary color

Complementary color for #hex is #6A749C.


I love getcolorcode.com

Triadic colors

1 #63958B and #8B6395 with #958B63 are triadic colors.

2 #638B95 and #8B9563 with #958B63 are triadic colors.