COLOR #958F71

HEX: #958F71
RGB: (149,143,113)

Color info

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

RGB color model

#958F71 color RGB value is (149,143,113).

  • red value is 149;
  • green value is 143;
  • blue value is 113.
RGB:
(149,143,113)
(58%,56%,44%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 113 of 255 = 44%

149
143
113

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

Portions of RGB colors in percentages

R + G + B =
149 + 143 + 113 = 405 (100%)
R 149 of 405 ~ 36.79%
G 143 of 405 ~ 35.31%
B 113 of 405 ~ 27.9%

%36.79
%35.31
%27.9

CMYK color model

#958F71 color CMYK value is (0,4,24,42).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 24.16%
  • key color value is 41.57%
CMYK:
(0,4,24,42)
C0M4Y24K42 
(0%,4%,24%,42%)
(0.00/0.04/0.24/0.42)	

CMYK percentages

%0
%4.03
%24.16
%41.57

Codes

Color #958F71 in popluar color models

958F71
RGB149143113
HSL50°14.52%51.37%
HSB/HSV50°24.16%58.43%
CMYK0.00%4.03%24.16%
41.57%

Color #958F71 in popluar number systems.

HEX958F71
Decimal149143113
Binary10010101100011111110001
Octal225217161

Shades and tints

Shades of #958F71

#958F71
(149,143,113)
#888267
(136,130,103)
#7B755D
(123,117,93)
#6E6853
(110,104,83)
#615B49
(97,91,73)
#544E3F
(84,78,63)
#474135
(71,65,53)
#3A342B
(58,52,43)
#2D2721
(45,39,33)
#201A17
(32,26,23)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #958F71

#958F71
(149,143,113)
#9E997D
(158,153,125)
#A7A389
(167,163,137)
#B0AD95
(176,173,149)
#B9B7A1
(185,183,161)
#C2C1AD
(194,193,173)
#CBCBB9
(203,203,185)
#D4D5C5
(212,213,197)
#DDDFD1
(221,223,209)
#E6E9DD
(230,233,221)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958F71 color. Also use rgb(149,143,113) instead hex code.

Text Font Color

.myTextColor { color: #958F71; }

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

This text font color is #958F71.


Background Color

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

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

This div background color is #958F71.


Border color

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

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

This div border color is #958F71.


Opacity

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

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

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

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

This text has shadow with #958F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958F71 on black background.


Color preview on white background

This text has color #958F71 on white background.



Black color preview on #958F71 background

This text has black color on #958F71 background.


White color preview on #958F71 background

This text has white color on #958F71 background.