COLOR #948F7E

HEX: #948F7E
RGB: (148,143,126)

Color info

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

RGB color model

#948F7E color RGB value is (148,143,126).

  • red value is 148;
  • green value is 143;
  • blue value is 126.
RGB:
(148,143,126)
(58%,56%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 126 of 255 = 49%

148
143
126

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

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 126 = 417 (100%)
R 148 of 417 ~ 35.49%
G 143 of 417 ~ 34.29%
B 126 of 417 ~ 30.22%

%35.49
%34.29
%30.22

CMYK color model

#948F7E color CMYK value is (0,3,15,42).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 14.86%
  • key color value is 41.96%
CMYK:
(0,3,15,42)
C0M3Y15K42 
(0%,3%,15%,42%)
(0.00/0.03/0.15/0.42)	

CMYK percentages

%0
%3.38
%14.86
%41.96

Codes

Color #948F7E in popluar color models

948F7E
RGB148143126
HSL46°9.32%53.73%
HSB/HSV46°14.86%58.04%
CMYK0.00%3.38%14.86%
41.96%

Color #948F7E in popluar number systems.

HEX948F7E
Decimal148143126
Binary10010100100011111111110
Octal224217176

Shades and tints

Shades of #948F7E

#948F7E
(148,143,126)
#878273
(135,130,115)
#7A7568
(122,117,104)
#6D685D
(109,104,93)
#605B52
(96,91,82)
#534E47
(83,78,71)
#46413C
(70,65,60)
#393431
(57,52,49)
#2C2726
(44,39,38)
#1F1A1B
(31,26,27)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #948F7E

#948F7E
(148,143,126)
#9D9989
(157,153,137)
#A6A394
(166,163,148)
#AFAD9F
(175,173,159)
#B8B7AA
(184,183,170)
#C1C1B5
(193,193,181)
#CACBC0
(202,203,192)
#D3D5CB
(211,213,203)
#DCDFD6
(220,223,214)
#E5E9E1
(229,233,225)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948F7E color. Also use rgb(148,143,126) instead hex code.

Text Font Color

.myTextColor { color: #948F7E; }

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

This text font color is #948F7E.


Background Color

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

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

This div background color is #948F7E.


Border color

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

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

This div border color is #948F7E.


Opacity

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

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

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

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

This text has shadow with #948F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948F7E on black background.


Color preview on white background

This text has color #948F7E on white background.



Black color preview on #948F7E background

This text has black color on #948F7E background.


White color preview on #948F7E background

This text has white color on #948F7E background.