COLOR #948B82

HEX: #948B82
RGB: (148,139,130)

Color info

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

RGB color model

#948B82 color RGB value is (148,139,130).

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

RGB channels and saturation

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

148
139
130

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 130 = 417 (100%)
R 148 of 417 ~ 35.49%
G 139 of 417 ~ 33.33%
B 130 of 417 ~ 31.18%

%35.49
%33.33
%31.18

CMYK color model

#948B82 color CMYK value is (0,6,12,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 12.16%
  • key color value is 41.96%
CMYK:
(0,6,12,42)
C0M6Y12K42 
(0%,6%,12%,42%)
(0.00/0.06/0.12/0.42)	

CMYK percentages

%0
%6.08
%12.16
%41.96

Codes

Color #948B82 in popluar color models

948B82
RGB148139130
HSL30°7.76%54.51%
HSB/HSV30°12.16%58.04%
CMYK0.00%6.08%12.16%
41.96%

Color #948B82 in popluar number systems.

HEX948B82
Decimal148139130
Binary100101001000101110000010
Octal224213202

Shades and tints

Shades of #948B82

#948B82
(148,139,130)
#877F77
(135,127,119)
#7A736C
(122,115,108)
#6D6761
(109,103,97)
#605B56
(96,91,86)
#534F4B
(83,79,75)
#464340
(70,67,64)
#393735
(57,55,53)
#2C2B2A
(44,43,42)
#1F1F1F
(31,31,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #948B82

#948B82
(148,139,130)
#9D958D
(157,149,141)
#A69F98
(166,159,152)
#AFA9A3
(175,169,163)
#B8B3AE
(184,179,174)
#C1BDB9
(193,189,185)
#CAC7C4
(202,199,196)
#D3D1CF
(211,209,207)
#DCDBDA
(220,219,218)
#E5E5E5
(229,229,229)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948B82; }

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

This text font color is #948B82.


Background Color

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

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

This div background color is #948B82.


Border color

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

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

This div border color is #948B82.


Opacity

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

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

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

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

This text has shadow with #948B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948B82 on black background.


Color preview on white background

This text has color #948B82 on white background.



Black color preview on #948B82 background

This text has black color on #948B82 background.


White color preview on #948B82 background

This text has white color on #948B82 background.