COLOR #948D7B

HEX: #948D7B
RGB: (148,141,123)

Color info

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

RGB color model

#948D7B color RGB value is (148,141,123).

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

RGB channels and saturation

R 148 of 255 = 58%
G 141 of 255 = 55%
B 123 of 255 = 48%

148
141
123

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

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 123 = 412 (100%)
R 148 of 412 ~ 35.92%
G 141 of 412 ~ 34.22%
B 123 of 412 ~ 29.85%

%35.92
%34.22
%29.85

CMYK color model

#948D7B color CMYK value is (0,5,17,42).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 16.89%
  • key color value is 41.96%
CMYK:
(0,5,17,42)
C0M5Y17K42 
(0%,5%,17%,42%)
(0.00/0.05/0.17/0.42)	

CMYK percentages

%0
%4.73
%16.89
%41.96

Codes

Color #948D7B in popluar color models

948D7B
RGB148141123
HSL43°10.46%53.14%
HSB/HSV43°16.89%58.04%
CMYK0.00%4.73%16.89%
41.96%

Color #948D7B in popluar number systems.

HEX948D7B
Decimal148141123
Binary10010100100011011111011
Octal224215173

Shades and tints

Shades of #948D7B

#948D7B
(148,141,123)
#878170
(135,129,112)
#7A7565
(122,117,101)
#6D695A
(109,105,90)
#605D4F
(96,93,79)
#535144
(83,81,68)
#464539
(70,69,57)
#39392E
(57,57,46)
#2C2D23
(44,45,35)
#1F2118
(31,33,24)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #948D7B

#948D7B
(148,141,123)
#9D9787
(157,151,135)
#A6A193
(166,161,147)
#AFAB9F
(175,171,159)
#B8B5AB
(184,181,171)
#C1BFB7
(193,191,183)
#CAC9C3
(202,201,195)
#D3D3CF
(211,211,207)
#DCDDDB
(220,221,219)
#E5E7E7
(229,231,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948D7B color. Also use rgb(148,141,123) instead hex code.

Text Font Color

.myTextColor { color: #948D7B; }

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

This text font color is #948D7B.


Background Color

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

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

This div background color is #948D7B.


Border color

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

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

This div border color is #948D7B.


Opacity

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

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

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

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

This text has shadow with #948D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948D7B on black background.


Color preview on white background

This text has color #948D7B on white background.



Black color preview on #948D7B background

This text has black color on #948D7B background.


White color preview on #948D7B background

This text has white color on #948D7B background.