COLOR #948B7D

HEX: #948B7D
RGB: (148,139,125)

Color info

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

RGB color model

#948B7D color RGB value is (148,139,125).

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

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 125 of 255 = 49%

148
139
125

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 125 = 412 (100%)
R 148 of 412 ~ 35.92%
G 139 of 412 ~ 33.74%
B 125 of 412 ~ 30.34%

%35.92
%33.74
%30.34

CMYK color model

#948B7D color CMYK value is (0,6,16,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(0,6,16,42)
C0M6Y16K42 
(0%,6%,16%,42%)
(0.00/0.06/0.16/0.42)	

CMYK percentages

%0
%6.08
%15.54
%41.96

Codes

Color #948B7D in popluar color models

948B7D
RGB148139125
HSL37°9.70%53.53%
HSB/HSV37°15.54%58.04%
CMYK0.00%6.08%15.54%
41.96%

Color #948B7D in popluar number systems.

HEX948B7D
Decimal148139125
Binary10010100100010111111101
Octal224213175

Shades and tints

Shades of #948B7D

#948B7D
(148,139,125)
#877F72
(135,127,114)
#7A7367
(122,115,103)
#6D675C
(109,103,92)
#605B51
(96,91,81)
#534F46
(83,79,70)
#46433B
(70,67,59)
#393730
(57,55,48)
#2C2B25
(44,43,37)
#1F1F1A
(31,31,26)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #948B7D

#948B7D
(148,139,125)
#9D9588
(157,149,136)
#A69F93
(166,159,147)
#AFA99E
(175,169,158)
#B8B3A9
(184,179,169)
#C1BDB4
(193,189,180)
#CAC7BF
(202,199,191)
#D3D1CA
(211,209,202)
#DCDBD5
(220,219,213)
#E5E5E0
(229,229,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948B7D; }

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

This text font color is #948B7D.


Background Color

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

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

This div background color is #948B7D.


Border color

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

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

This div border color is #948B7D.


Opacity

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

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

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

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

This text has shadow with #948B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948B7D on black background.


Color preview on white background

This text has color #948B7D on white background.



Black color preview on #948B7D background

This text has black color on #948B7D background.


White color preview on #948B7D background

This text has white color on #948B7D background.