COLOR #948B7F

HEX: #948B7F
RGB: (148,139,127)

Color info

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

RGB color model

#948B7F color RGB value is (148,139,127).

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

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 127 of 255 = 50%

148
139
127

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 127 = 414 (100%)
R 148 of 414 ~ 35.75%
G 139 of 414 ~ 33.57%
B 127 of 414 ~ 30.68%

%35.75
%33.57
%30.68

CMYK color model

#948B7F color CMYK value is (0,6,14,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(0,6,14,42)
C0M6Y14K42 
(0%,6%,14%,42%)
(0.00/0.06/0.14/0.42)	

CMYK percentages

%0
%6.08
%14.19
%41.96

Codes

Color #948B7F in popluar color models

948B7F
RGB148139127
HSL34°8.94%53.92%
HSB/HSV34°14.19%58.04%
CMYK0.00%6.08%14.19%
41.96%

Color #948B7F in popluar number systems.

HEX948B7F
Decimal148139127
Binary10010100100010111111111
Octal224213177

Shades and tints

Shades of #948B7F

#948B7F
(148,139,127)
#877F74
(135,127,116)
#7A7369
(122,115,105)
#6D675E
(109,103,94)
#605B53
(96,91,83)
#534F48
(83,79,72)
#46433D
(70,67,61)
#393732
(57,55,50)
#2C2B27
(44,43,39)
#1F1F1C
(31,31,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #948B7F

#948B7F
(148,139,127)
#9D958A
(157,149,138)
#A69F95
(166,159,149)
#AFA9A0
(175,169,160)
#B8B3AB
(184,179,171)
#C1BDB6
(193,189,182)
#CAC7C1
(202,199,193)
#D3D1CC
(211,209,204)
#DCDBD7
(220,219,215)
#E5E5E2
(229,229,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948B7F; }

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

This text font color is #948B7F.


Background Color

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

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

This div background color is #948B7F.


Border color

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

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

This div border color is #948B7F.


Opacity

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

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

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

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

This text has shadow with #948B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948B7F on black background.


Color preview on white background

This text has color #948B7F on white background.



Black color preview on #948B7F background

This text has black color on #948B7F background.


White color preview on #948B7F background

This text has white color on #948B7F background.