COLOR #948B7A

HEX: #948B7A
RGB: (148,139,122)

Color info

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

RGB color model

#948B7A color RGB value is (148,139,122).

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

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 122 of 255 = 48%

148
139
122

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 122 = 409 (100%)
R 148 of 409 ~ 36.19%
G 139 of 409 ~ 33.99%
B 122 of 409 ~ 29.83%

%36.19
%33.99
%29.83

CMYK color model

#948B7A color CMYK value is (0,6,18,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK:
(0,6,18,42)
C0M6Y18K42 
(0%,6%,18%,42%)
(0.00/0.06/0.18/0.42)	

CMYK percentages

%0
%6.08
%17.57
%41.96

Codes

Color #948B7A in popluar color models

948B7A
RGB148139122
HSL39°10.83%52.94%
HSB/HSV39°17.57%58.04%
CMYK0.00%6.08%17.57%
41.96%

Color #948B7A in popluar number systems.

HEX948B7A
Decimal148139122
Binary10010100100010111111010
Octal224213172

Shades and tints

Shades of #948B7A

#948B7A
(148,139,122)
#877F6F
(135,127,111)
#7A7364
(122,115,100)
#6D6759
(109,103,89)
#605B4E
(96,91,78)
#534F43
(83,79,67)
#464338
(70,67,56)
#39372D
(57,55,45)
#2C2B22
(44,43,34)
#1F1F17
(31,31,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #948B7A

#948B7A
(148,139,122)
#9D9586
(157,149,134)
#A69F92
(166,159,146)
#AFA99E
(175,169,158)
#B8B3AA
(184,179,170)
#C1BDB6
(193,189,182)
#CAC7C2
(202,199,194)
#D3D1CE
(211,209,206)
#DCDBDA
(220,219,218)
#E5E5E6
(229,229,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948B7A; }

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

This text font color is #948B7A.


Background Color

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

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

This div background color is #948B7A.


Border color

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

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

This div border color is #948B7A.


Opacity

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

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

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

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

This text has shadow with #948B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948B7A on black background.


Color preview on white background

This text has color #948B7A on white background.



Black color preview on #948B7A background

This text has black color on #948B7A background.


White color preview on #948B7A background

This text has white color on #948B7A background.