COLOR #948C71

HEX: #948C71
RGB: (148,140,113)

Color info

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

RGB color model

#948C71 color RGB value is (148,140,113).

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

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 113 of 255 = 44%

148
140
113

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

Portions of RGB colors in percentages

R + G + B =
148 + 140 + 113 = 401 (100%)
R 148 of 401 ~ 36.91%
G 140 of 401 ~ 34.91%
B 113 of 401 ~ 28.18%

%36.91
%34.91
%28.18

CMYK color model

#948C71 color CMYK value is (0,5,24,42).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 23.65%
  • key color value is 41.96%
CMYK:
(0,5,24,42)
C0M5Y24K42 
(0%,5%,24%,42%)
(0.00/0.05/0.24/0.42)	

CMYK percentages

%0
%5.41
%23.65
%41.96

Codes

Color #948C71 in popluar color models

948C71
RGB148140113
HSL46°14.06%51.18%
HSB/HSV46°23.65%58.04%
CMYK0.00%5.41%23.65%
41.96%

Color #948C71 in popluar number systems.

HEX948C71
Decimal148140113
Binary10010100100011001110001
Octal224214161

Shades and tints

Shades of #948C71

#948C71
(148,140,113)
#878067
(135,128,103)
#7A745D
(122,116,93)
#6D6853
(109,104,83)
#605C49
(96,92,73)
#53503F
(83,80,63)
#464435
(70,68,53)
#39382B
(57,56,43)
#2C2C21
(44,44,33)
#1F2017
(31,32,23)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #948C71

#948C71
(148,140,113)
#9D967D
(157,150,125)
#A6A089
(166,160,137)
#AFAA95
(175,170,149)
#B8B4A1
(184,180,161)
#C1BEAD
(193,190,173)
#CAC8B9
(202,200,185)
#D3D2C5
(211,210,197)
#DCDCD1
(220,220,209)
#E5E6DD
(229,230,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C71; }

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

This text font color is #948C71.


Background Color

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

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

This div background color is #948C71.


Border color

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

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

This div border color is #948C71.


Opacity

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

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

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

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

This text has shadow with #948C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948C71 on black background.


Color preview on white background

This text has color #948C71 on white background.



Black color preview on #948C71 background

This text has black color on #948C71 background.


White color preview on #948C71 background

This text has white color on #948C71 background.