COLOR #948170

HEX: #948170
RGB: (148,129,112)

Color info

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

RGB color model

#948170 color RGB value is (148,129,112).

  • red value is 148;
  • green value is 129;
  • blue value is 112.
RGB:
(148,129,112)
(58%,51%,44%)

RGB channels and saturation

R 148 of 255 = 58%
G 129 of 255 = 51%
B 112 of 255 = 44%

148
129
112

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

Portions of RGB colors in percentages

R + G + B =
148 + 129 + 112 = 389 (100%)
R 148 of 389 ~ 38.05%
G 129 of 389 ~ 33.16%
B 112 of 389 ~ 28.79%

%38.05
%33.16
%28.79

CMYK color model

#948170 color CMYK value is (0,13,24,42).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(0,13,24,42)
C0M13Y24K42 
(0%,13%,24%,42%)
(0.00/0.13/0.24/0.42)	

CMYK percentages

%0
%12.84
%24.32
%41.96

Codes

Color #948170 in popluar color models

948170
RGB148129112
HSL28°14.40%50.98%
HSB/HSV28°24.32%58.04%
CMYK0.00%12.84%24.32%
41.96%

Color #948170 in popluar number systems.

HEX948170
Decimal148129112
Binary10010100100000011110000
Octal224201160

Shades and tints

Shades of #948170

#948170
(148,129,112)
#877666
(135,118,102)
#7A6B5C
(122,107,92)
#6D6052
(109,96,82)
#605548
(96,85,72)
#534A3E
(83,74,62)
#463F34
(70,63,52)
#39342A
(57,52,42)
#2C2920
(44,41,32)
#1F1E16
(31,30,22)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #948170

#948170
(148,129,112)
#9D8C7D
(157,140,125)
#A6978A
(166,151,138)
#AFA297
(175,162,151)
#B8ADA4
(184,173,164)
#C1B8B1
(193,184,177)
#CAC3BE
(202,195,190)
#D3CECB
(211,206,203)
#DCD9D8
(220,217,216)
#E5E4E5
(229,228,229)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948170 color. Also use rgb(148,129,112) instead hex code.

Text Font Color

.myTextColor { color: #948170; }

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

This text font color is #948170.


Background Color

.myBgColor { background-color: #948170; }

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

This div background color is #948170.


Border color

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

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

This div border color is #948170.


Opacity

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

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

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

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

This text has shadow with #948170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948170 on black background.


Color preview on white background

This text has color #948170 on white background.



Black color preview on #948170 background

This text has black color on #948170 background.


White color preview on #948170 background

This text has white color on #948170 background.