COLOR #948970

HEX: #948970
RGB: (148,137,112)

Color info

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

RGB color model

#948970 color RGB value is (148,137,112).

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

RGB channels and saturation

R 148 of 255 = 58%
G 137 of 255 = 54%
B 112 of 255 = 44%

148
137
112

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

Portions of RGB colors in percentages

R + G + B =
148 + 137 + 112 = 397 (100%)
R 148 of 397 ~ 37.28%
G 137 of 397 ~ 34.51%
B 112 of 397 ~ 28.21%

%37.28
%34.51
%28.21

CMYK color model

#948970 color CMYK value is (0,7,24,42).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(0,7,24,42)
C0M7Y24K42 
(0%,7%,24%,42%)
(0.00/0.07/0.24/0.42)	

CMYK percentages

%0
%7.43
%24.32
%41.96

Codes

Color #948970 in popluar color models

948970
RGB148137112
HSL42°14.40%50.98%
HSB/HSV42°24.32%58.04%
CMYK0.00%7.43%24.32%
41.96%

Color #948970 in popluar number systems.

HEX948970
Decimal148137112
Binary10010100100010011110000
Octal224211160

Shades and tints

Shades of #948970

#948970
(148,137,112)
#877D66
(135,125,102)
#7A715C
(122,113,92)
#6D6552
(109,101,82)
#605948
(96,89,72)
#534D3E
(83,77,62)
#464134
(70,65,52)
#39352A
(57,53,42)
#2C2920
(44,41,32)
#1F1D16
(31,29,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #948970

#948970
(148,137,112)
#9D937D
(157,147,125)
#A69D8A
(166,157,138)
#AFA797
(175,167,151)
#B8B1A4
(184,177,164)
#C1BBB1
(193,187,177)
#CAC5BE
(202,197,190)
#D3CFCB
(211,207,203)
#DCD9D8
(220,217,216)
#E5E3E5
(229,227,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948970; }

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

This text font color is #948970.


Background Color

.myBgColor { background-color: #948970; }

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

This div background color is #948970.


Border color

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

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

This div border color is #948970.


Opacity

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

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

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

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

This text has shadow with #948970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948970 on black background.


Color preview on white background

This text has color #948970 on white background.



Black color preview on #948970 background

This text has black color on #948970 background.


White color preview on #948970 background

This text has white color on #948970 background.