COLOR #958071

HEX: #958071
RGB: (149,128,113)

Color info

#958071 contains red, green and blue colors in about the same proportion. Web safe color of #958071 is #996666 (or #966).

RGB color model

#958071 color RGB value is (149,128,113).

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

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 113 of 255 = 44%

149
128
113

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

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 113 = 390 (100%)
R 149 of 390 ~ 38.21%
G 128 of 390 ~ 32.82%
B 113 of 390 ~ 28.97%

%38.21
%32.82
%28.97

CMYK color model

#958071 color CMYK value is (0,14,24,42).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 24.16%
  • key color value is 41.57%
CMYK:
(0,14,24,42)
C0M14Y24K42 
(0%,14%,24%,42%)
(0.00/0.14/0.24/0.42)	

CMYK percentages

%0
%14.09
%24.16
%41.57

Codes

Color #958071 in popluar color models

958071
RGB149128113
HSL25°14.52%51.37%
HSB/HSV25°24.16%58.43%
CMYK0.00%14.09%24.16%
41.57%

Color #958071 in popluar number systems.

HEX958071
Decimal149128113
Binary10010101100000001110001
Octal225200161

Shades and tints

Shades of #958071

#958071
(149,128,113)
#887567
(136,117,103)
#7B6A5D
(123,106,93)
#6E5F53
(110,95,83)
#615449
(97,84,73)
#54493F
(84,73,63)
#473E35
(71,62,53)
#3A332B
(58,51,43)
#2D2821
(45,40,33)
#201D17
(32,29,23)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #958071

#958071
(149,128,113)
#9E8B7D
(158,139,125)
#A79689
(167,150,137)
#B0A195
(176,161,149)
#B9ACA1
(185,172,161)
#C2B7AD
(194,183,173)
#CBC2B9
(203,194,185)
#D4CDC5
(212,205,197)
#DDD8D1
(221,216,209)
#E6E3DD
(230,227,221)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958071; }

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

This text font color is #958071.


Background Color

.myBgColor { background-color: #958071; }

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

This div background color is #958071.


Border color

.myBorderColor { border: 1px solid #958071; }

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

This div border color is #958071.


Opacity

.myOpacity80 { color: #958071; opacity: 0.8; }

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

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

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

This text has shadow with #958071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958071 on black background.


Color preview on white background

This text has color #958071 on white background.



Black color preview on #958071 background

This text has black color on #958071 background.


White color preview on #958071 background

This text has white color on #958071 background.