COLOR #948F89

HEX: #948F89
RGB: (148,143,137)

Color info

#948F89 contains red, green and blue colors in about the same proportion. Web safe color of #948F89 is #999999 (or #999).

RGB color model

#948F89 color RGB value is (148,143,137).

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

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 137 of 255 = 54%

148
143
137

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

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 137 = 428 (100%)
R 148 of 428 ~ 34.58%
G 143 of 428 ~ 33.41%
B 137 of 428 ~ 32.01%

%34.58
%33.41
%32.01

CMYK color model

#948F89 color CMYK value is (0,3,7,42).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(0,3,7,42)
C0M3Y7K42 
(0%,3%,7%,42%)
(0.00/0.03/0.07/0.42)	

CMYK percentages

%0
%3.38
%7.43
%41.96

Codes

Color #948F89 in popluar color models

948F89
RGB148143137
HSL33°4.89%55.88%
HSB/HSV33°7.43%58.04%
CMYK0.00%3.38%7.43%
41.96%

Color #948F89 in popluar number systems.

HEX948F89
Decimal148143137
Binary100101001000111110001001
Octal224217211

Shades and tints

Shades of #948F89

#948F89
(148,143,137)
#87827D
(135,130,125)
#7A7571
(122,117,113)
#6D6865
(109,104,101)
#605B59
(96,91,89)
#534E4D
(83,78,77)
#464141
(70,65,65)
#393435
(57,52,53)
#2C2729
(44,39,41)
#1F1A1D
(31,26,29)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #948F89

#948F89
(148,143,137)
#9D9993
(157,153,147)
#A6A39D
(166,163,157)
#AFADA7
(175,173,167)
#B8B7B1
(184,183,177)
#C1C1BB
(193,193,187)
#CACBC5
(202,203,197)
#D3D5CF
(211,213,207)
#DCDFD9
(220,223,217)
#E5E9E3
(229,233,227)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948F89; }

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

This text font color is #948F89.


Background Color

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

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

This div background color is #948F89.


Border color

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

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

This div border color is #948F89.


Opacity

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

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

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

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

This text has shadow with #948F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948F89 on black background.


Color preview on white background

This text has color #948F89 on white background.



Black color preview on #948F89 background

This text has black color on #948F89 background.


White color preview on #948F89 background

This text has white color on #948F89 background.