COLOR #948881

HEX: #948881
RGB: (148,136,129)

Color info

#948881 contains red, green and blue colors in about the same proportion. Web safe color of #948881 is #999999 (or #999).

RGB color model

#948881 color RGB value is (148,136,129).

  • red value is 148;
  • green value is 136;
  • blue value is 129.
RGB:
(148,136,129)
(58%,53%,51%)

RGB channels and saturation

R 148 of 255 = 58%
G 136 of 255 = 53%
B 129 of 255 = 51%

148
136
129

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

Portions of RGB colors in percentages

R + G + B =
148 + 136 + 129 = 413 (100%)
R 148 of 413 ~ 35.84%
G 136 of 413 ~ 32.93%
B 129 of 413 ~ 31.23%

%35.84
%32.93
%31.23

CMYK color model

#948881 color CMYK value is (0,8,13,42).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 12.84%
  • key color value is 41.96%
CMYK:
(0,8,13,42)
C0M8Y13K42 
(0%,8%,13%,42%)
(0.00/0.08/0.13/0.42)	

CMYK percentages

%0
%8.11
%12.84
%41.96

Codes

Color #948881 in popluar color models

948881
RGB148136129
HSL22°8.15%54.31%
HSB/HSV22°12.84%58.04%
CMYK0.00%8.11%12.84%
41.96%

Color #948881 in popluar number systems.

HEX948881
Decimal148136129
Binary100101001000100010000001
Octal224210201

Shades and tints

Shades of #948881

#948881
(148,136,129)
#877C76
(135,124,118)
#7A706B
(122,112,107)
#6D6460
(109,100,96)
#605855
(96,88,85)
#534C4A
(83,76,74)
#46403F
(70,64,63)
#393434
(57,52,52)
#2C2829
(44,40,41)
#1F1C1E
(31,28,30)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #948881

#948881
(148,136,129)
#9D928C
(157,146,140)
#A69C97
(166,156,151)
#AFA6A2
(175,166,162)
#B8B0AD
(184,176,173)
#C1BAB8
(193,186,184)
#CAC4C3
(202,196,195)
#D3CECE
(211,206,206)
#DCD8D9
(220,216,217)
#E5E2E4
(229,226,228)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948881 color. Also use rgb(148,136,129) instead hex code.

Text Font Color

.myTextColor { color: #948881; }

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

This text font color is #948881.


Background Color

.myBgColor { background-color: #948881; }

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

This div background color is #948881.


Border color

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

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

This div border color is #948881.


Opacity

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

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

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

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

This text has shadow with #948881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948881 on black background.


Color preview on white background

This text has color #948881 on white background.



Black color preview on #948881 background

This text has black color on #948881 background.


White color preview on #948881 background

This text has white color on #948881 background.