COLOR #948D79

HEX: #948D79
RGB: (148,141,121)

Color info

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

RGB color model

#948D79 color RGB value is (148,141,121).

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

RGB channels and saturation

R 148 of 255 = 58%
G 141 of 255 = 55%
B 121 of 255 = 47%

148
141
121

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

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 121 = 410 (100%)
R 148 of 410 ~ 36.1%
G 141 of 410 ~ 34.39%
B 121 of 410 ~ 29.51%

%36.1
%34.39
%29.51

CMYK color model

#948D79 color CMYK value is (0,5,18,42).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 18.24%
  • key color value is 41.96%
CMYK:
(0,5,18,42)
C0M5Y18K42 
(0%,5%,18%,42%)
(0.00/0.05/0.18/0.42)	

CMYK percentages

%0
%4.73
%18.24
%41.96

Codes

Color #948D79 in popluar color models

948D79
RGB148141121
HSL44°11.20%52.75%
HSB/HSV44°18.24%58.04%
CMYK0.00%4.73%18.24%
41.96%

Color #948D79 in popluar number systems.

HEX948D79
Decimal148141121
Binary10010100100011011111001
Octal224215171

Shades and tints

Shades of #948D79

#948D79
(148,141,121)
#87816E
(135,129,110)
#7A7563
(122,117,99)
#6D6958
(109,105,88)
#605D4D
(96,93,77)
#535142
(83,81,66)
#464537
(70,69,55)
#39392C
(57,57,44)
#2C2D21
(44,45,33)
#1F2116
(31,33,22)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #948D79

#948D79
(148,141,121)
#9D9785
(157,151,133)
#A6A191
(166,161,145)
#AFAB9D
(175,171,157)
#B8B5A9
(184,181,169)
#C1BFB5
(193,191,181)
#CAC9C1
(202,201,193)
#D3D3CD
(211,211,205)
#DCDDD9
(220,221,217)
#E5E7E5
(229,231,229)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948D79; }

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

This text font color is #948D79.


Background Color

.myBgColor { background-color: #948D79; }

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

This div background color is #948D79.


Border color

.myBorderColor { border: 1px solid #948D79; }

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

This div border color is #948D79.


Opacity

.myOpacity80 { color: #948D79; opacity: 0.8; }

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

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

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

This text has shadow with #948D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948D79 on black background.


Color preview on white background

This text has color #948D79 on white background.



Black color preview on #948D79 background

This text has black color on #948D79 background.


White color preview on #948D79 background

This text has white color on #948D79 background.