COLOR #958473

HEX: #958473
RGB: (149,132,115)

Color info

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

RGB color model

#958473 color RGB value is (149,132,115).

  • red value is 149;
  • green value is 132;
  • blue value is 115.
RGB:
(149,132,115)
(58%,52%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 132 of 255 = 52%
B 115 of 255 = 45%

149
132
115

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

Portions of RGB colors in percentages

R + G + B =
149 + 132 + 115 = 396 (100%)
R 149 of 396 ~ 37.63%
G 132 of 396 ~ 33.33%
B 115 of 396 ~ 29.04%

%37.63
%33.33
%29.04

CMYK color model

#958473 color CMYK value is (0,11,23,42).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 22.82%
  • key color value is 41.57%
CMYK:
(0,11,23,42)
C0M11Y23K42 
(0%,11%,23%,42%)
(0.00/0.11/0.23/0.42)	

CMYK percentages

%0
%11.41
%22.82
%41.57

Codes

Color #958473 in popluar color models

958473
RGB149132115
HSL30°13.82%51.76%
HSB/HSV30°22.82%58.43%
CMYK0.00%11.41%22.82%
41.57%

Color #958473 in popluar number systems.

HEX958473
Decimal149132115
Binary10010101100001001110011
Octal225204163

Shades and tints

Shades of #958473

#958473
(149,132,115)
#887869
(136,120,105)
#7B6C5F
(123,108,95)
#6E6055
(110,96,85)
#61544B
(97,84,75)
#544841
(84,72,65)
#473C37
(71,60,55)
#3A302D
(58,48,45)
#2D2423
(45,36,35)
#201819
(32,24,25)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #958473

#958473
(149,132,115)
#9E8F7F
(158,143,127)
#A79A8B
(167,154,139)
#B0A597
(176,165,151)
#B9B0A3
(185,176,163)
#C2BBAF
(194,187,175)
#CBC6BB
(203,198,187)
#D4D1C7
(212,209,199)
#DDDCD3
(221,220,211)
#E6E7DF
(230,231,223)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958473 color. Also use rgb(149,132,115) instead hex code.

Text Font Color

.myTextColor { color: #958473; }

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

This text font color is #958473.


Background Color

.myBgColor { background-color: #958473; }

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

This div background color is #958473.


Border color

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

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

This div border color is #958473.


Opacity

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

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

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

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

This text has shadow with #958473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958473 on black background.


Color preview on white background

This text has color #958473 on white background.



Black color preview on #958473 background

This text has black color on #958473 background.


White color preview on #958473 background

This text has white color on #958473 background.