COLOR #948681

HEX: #948681
RGB: (148,134,129)

Color info

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

RGB color model

#948681 color RGB value is (148,134,129).

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

RGB channels and saturation

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

148
134
129

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

Portions of RGB colors in percentages

R + G + B =
148 + 134 + 129 = 411 (100%)
R 148 of 411 ~ 36.01%
G 134 of 411 ~ 32.6%
B 129 of 411 ~ 31.39%

%36.01
%32.6
%31.39

CMYK color model

#948681 color CMYK value is (0,9,13,42).

  • cyan value is 0.00%
  • magenta value is 9.46%
  • yellow value is 12.84%
  • key color value is 41.96%
CMYK:
(0,9,13,42)
C0M9Y13K42 
(0%,9%,13%,42%)
(0.00/0.09/0.13/0.42)	

CMYK percentages

%0
%9.46
%12.84
%41.96

Codes

Color #948681 in popluar color models

948681
RGB148134129
HSL16°8.15%54.31%
HSB/HSV16°12.84%58.04%
CMYK0.00%9.46%12.84%
41.96%

Color #948681 in popluar number systems.

HEX948681
Decimal148134129
Binary100101001000011010000001
Octal224206201

Shades and tints

Shades of #948681

#948681
(148,134,129)
#877A76
(135,122,118)
#7A6E6B
(122,110,107)
#6D6260
(109,98,96)
#605655
(96,86,85)
#534A4A
(83,74,74)
#463E3F
(70,62,63)
#393234
(57,50,52)
#2C2629
(44,38,41)
#1F1A1E
(31,26,30)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #948681

#948681
(148,134,129)
#9D918C
(157,145,140)
#A69C97
(166,156,151)
#AFA7A2
(175,167,162)
#B8B2AD
(184,178,173)
#C1BDB8
(193,189,184)
#CAC8C3
(202,200,195)
#D3D3CE
(211,211,206)
#DCDED9
(220,222,217)
#E5E9E4
(229,233,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948681; }

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

This text font color is #948681.


Background Color

.myBgColor { background-color: #948681; }

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

This div background color is #948681.


Border color

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

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

This div border color is #948681.


Opacity

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

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

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

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

This text has shadow with #948681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948681 on black background.


Color preview on white background

This text has color #948681 on white background.



Black color preview on #948681 background

This text has black color on #948681 background.


White color preview on #948681 background

This text has white color on #948681 background.