COLOR #948C76

HEX: #948C76
RGB: (148,140,118)

Color info

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

RGB color model

#948C76 color RGB value is (148,140,118).

  • red value is 148;
  • green value is 140;
  • blue value is 118.
RGB:
(148,140,118)
(58%,55%,46%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 118 of 255 = 46%

148
140
118

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

Portions of RGB colors in percentages

R + G + B =
148 + 140 + 118 = 406 (100%)
R 148 of 406 ~ 36.45%
G 140 of 406 ~ 34.48%
B 118 of 406 ~ 29.06%

%36.45
%34.48
%29.06

CMYK color model

#948C76 color CMYK value is (0,5,20,42).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 20.27%
  • key color value is 41.96%
CMYK:
(0,5,20,42)
C0M5Y20K42 
(0%,5%,20%,42%)
(0.00/0.05/0.20/0.42)	

CMYK percentages

%0
%5.41
%20.27
%41.96

Codes

Color #948C76 in popluar color models

948C76
RGB148140118
HSL44°12.30%52.16%
HSB/HSV44°20.27%58.04%
CMYK0.00%5.41%20.27%
41.96%

Color #948C76 in popluar number systems.

HEX948C76
Decimal148140118
Binary10010100100011001110110
Octal224214166

Shades and tints

Shades of #948C76

#948C76
(148,140,118)
#87806C
(135,128,108)
#7A7462
(122,116,98)
#6D6858
(109,104,88)
#605C4E
(96,92,78)
#535044
(83,80,68)
#46443A
(70,68,58)
#393830
(57,56,48)
#2C2C26
(44,44,38)
#1F201C
(31,32,28)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #948C76

#948C76
(148,140,118)
#9D9682
(157,150,130)
#A6A08E
(166,160,142)
#AFAA9A
(175,170,154)
#B8B4A6
(184,180,166)
#C1BEB2
(193,190,178)
#CAC8BE
(202,200,190)
#D3D2CA
(211,210,202)
#DCDCD6
(220,220,214)
#E5E6E2
(229,230,226)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948C76 color. Also use rgb(148,140,118) instead hex code.

Text Font Color

.myTextColor { color: #948C76; }

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

This text font color is #948C76.


Background Color

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

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

This div background color is #948C76.


Border color

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

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

This div border color is #948C76.


Opacity

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

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

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

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

This text has shadow with #948C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948C76 on black background.


Color preview on white background

This text has color #948C76 on white background.



Black color preview on #948C76 background

This text has black color on #948C76 background.


White color preview on #948C76 background

This text has white color on #948C76 background.