COLOR #948B81

HEX: #948B81
RGB: (148,139,129)

Color info

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

RGB color model

#948B81 color RGB value is (148,139,129).

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

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 129 of 255 = 51%

148
139
129

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 129 = 416 (100%)
R 148 of 416 ~ 35.58%
G 139 of 416 ~ 33.41%
B 129 of 416 ~ 31.01%

%35.58
%33.41
%31.01

CMYK color model

#948B81 color CMYK value is (0,6,13,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 12.84%
  • key color value is 41.96%
CMYK:
(0,6,13,42)
C0M6Y13K42 
(0%,6%,13%,42%)
(0.00/0.06/0.13/0.42)	

CMYK percentages

%0
%6.08
%12.84
%41.96

Codes

Color #948B81 in popluar color models

948B81
RGB148139129
HSL32°8.15%54.31%
HSB/HSV32°12.84%58.04%
CMYK0.00%6.08%12.84%
41.96%

Color #948B81 in popluar number systems.

HEX948B81
Decimal148139129
Binary100101001000101110000001
Octal224213201

Shades and tints

Shades of #948B81

#948B81
(148,139,129)
#877F76
(135,127,118)
#7A736B
(122,115,107)
#6D6760
(109,103,96)
#605B55
(96,91,85)
#534F4A
(83,79,74)
#46433F
(70,67,63)
#393734
(57,55,52)
#2C2B29
(44,43,41)
#1F1F1E
(31,31,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #948B81

#948B81
(148,139,129)
#9D958C
(157,149,140)
#A69F97
(166,159,151)
#AFA9A2
(175,169,162)
#B8B3AD
(184,179,173)
#C1BDB8
(193,189,184)
#CAC7C3
(202,199,195)
#D3D1CE
(211,209,206)
#DCDBD9
(220,219,217)
#E5E5E4
(229,229,228)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948B81; }

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

This text font color is #948B81.


Background Color

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

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

This div background color is #948B81.


Border color

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

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

This div border color is #948B81.


Opacity

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

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

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

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

This text has shadow with #948B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948B81 on black background.


Color preview on white background

This text has color #948B81 on white background.



Black color preview on #948B81 background

This text has black color on #948B81 background.


White color preview on #948B81 background

This text has white color on #948B81 background.