COLOR #949173

HEX: #949173
RGB: (148,145,115)

Color info

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

RGB color model

#949173 color RGB value is (148,145,115).

  • red value is 148;
  • green value is 145;
  • blue value is 115.
RGB:
(148,145,115)
(58%,57%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 115 of 255 = 45%

148
145
115

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

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 115 = 408 (100%)
R 148 of 408 ~ 36.27%
G 145 of 408 ~ 35.54%
B 115 of 408 ~ 28.19%

%36.27
%35.54
%28.19

CMYK color model

#949173 color CMYK value is (0,2,22,42).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK:
(0,2,22,42)
C0M2Y22K42 
(0%,2%,22%,42%)
(0.00/0.02/0.22/0.42)	

CMYK percentages

%0
%2.03
%22.3
%41.96

Codes

Color #949173 in popluar color models

949173
RGB148145115
HSL55°13.36%51.57%
HSB/HSV55°22.30%58.04%
CMYK0.00%2.03%22.30%
41.96%

Color #949173 in popluar number systems.

HEX949173
Decimal148145115
Binary10010100100100011110011
Octal224221163

Shades and tints

Shades of #949173

#949173
(148,145,115)
#878469
(135,132,105)
#7A775F
(122,119,95)
#6D6A55
(109,106,85)
#605D4B
(96,93,75)
#535041
(83,80,65)
#464337
(70,67,55)
#39362D
(57,54,45)
#2C2923
(44,41,35)
#1F1C19
(31,28,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #949173

#949173
(148,145,115)
#9D9B7F
(157,155,127)
#A6A58B
(166,165,139)
#AFAF97
(175,175,151)
#B8B9A3
(184,185,163)
#C1C3AF
(193,195,175)
#CACDBB
(202,205,187)
#D3D7C7
(211,215,199)
#DCE1D3
(220,225,211)
#E5EBDF
(229,235,223)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949173 color. Also use rgb(148,145,115) instead hex code.

Text Font Color

.myTextColor { color: #949173; }

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

This text font color is #949173.


Background Color

.myBgColor { background-color: #949173; }

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

This div background color is #949173.


Border color

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

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

This div border color is #949173.


Opacity

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

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

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

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

This text has shadow with #949173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949173 on black background.


Color preview on white background

This text has color #949173 on white background.



Black color preview on #949173 background

This text has black color on #949173 background.


White color preview on #949173 background

This text has white color on #949173 background.