COLOR #948979

HEX: #948979
RGB: (148,137,121)

Color info

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

RGB color model

#948979 color RGB value is (148,137,121).

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

RGB channels and saturation

R 148 of 255 = 58%
G 137 of 255 = 54%
B 121 of 255 = 47%

148
137
121

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

Portions of RGB colors in percentages

R + G + B =
148 + 137 + 121 = 406 (100%)
R 148 of 406 ~ 36.45%
G 137 of 406 ~ 33.74%
B 121 of 406 ~ 29.8%

%36.45
%33.74
%29.8

CMYK color model

#948979 color CMYK value is (0,7,18,42).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 18.24%
  • key color value is 41.96%
CMYK:
(0,7,18,42)
C0M7Y18K42 
(0%,7%,18%,42%)
(0.00/0.07/0.18/0.42)	

CMYK percentages

%0
%7.43
%18.24
%41.96

Codes

Color #948979 in popluar color models

948979
RGB148137121
HSL36°11.20%52.75%
HSB/HSV36°18.24%58.04%
CMYK0.00%7.43%18.24%
41.96%

Color #948979 in popluar number systems.

HEX948979
Decimal148137121
Binary10010100100010011111001
Octal224211171

Shades and tints

Shades of #948979

#948979
(148,137,121)
#877D6E
(135,125,110)
#7A7163
(122,113,99)
#6D6558
(109,101,88)
#60594D
(96,89,77)
#534D42
(83,77,66)
#464137
(70,65,55)
#39352C
(57,53,44)
#2C2921
(44,41,33)
#1F1D16
(31,29,22)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #948979

#948979
(148,137,121)
#9D9385
(157,147,133)
#A69D91
(166,157,145)
#AFA79D
(175,167,157)
#B8B1A9
(184,177,169)
#C1BBB5
(193,187,181)
#CAC5C1
(202,197,193)
#D3CFCD
(211,207,205)
#DCD9D9
(220,217,217)
#E5E3E5
(229,227,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948979; }

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

This text font color is #948979.


Background Color

.myBgColor { background-color: #948979; }

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

This div background color is #948979.


Border color

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

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

This div border color is #948979.


Opacity

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

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

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

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

This text has shadow with #948979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948979 on black background.


Color preview on white background

This text has color #948979 on white background.



Black color preview on #948979 background

This text has black color on #948979 background.


White color preview on #948979 background

This text has white color on #948979 background.