COLOR #948793

HEX: #948793
RGB: (148,135,147)

Color info

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

RGB color model

#948793 color RGB value is (148,135,147).

  • red value is 148;
  • green value is 135;
  • blue value is 147.
RGB:
(148,135,147)
(58%,53%,58%)

RGB channels and saturation

R 148 of 255 = 58%
G 135 of 255 = 53%
B 147 of 255 = 58%

148
135
147

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

Portions of RGB colors in percentages

R + G + B =
148 + 135 + 147 = 430 (100%)
R 148 of 430 ~ 34.42%
G 135 of 430 ~ 31.4%
B 147 of 430 ~ 34.19%

%34.42
%31.4
%34.19

CMYK color model

#948793 color CMYK value is (0,9,1,42).

  • cyan value is 0.00%
  • magenta value is 8.78%
  • yellow value is 0.68%
  • key color value is 41.96%
CMYK:
(0,9,1,42)
C0M9Y1K42 
(0%,9%,1%,42%)
(0.00/0.09/0.01/0.42)	

CMYK percentages

%0
%8.78
%0.68
%41.96

Codes

Color #948793 in popluar color models

948793
RGB148135147
HSL305°5.73%55.49%
HSB/HSV305°8.78%58.04%
CMYK0.00%8.78%0.68%
41.96%

Color #948793 in popluar number systems.

HEX948793
Decimal148135147
Binary100101001000011110010011
Octal224207223

Shades and tints

Shades of #948793

#948793
(148,135,147)
#877B86
(135,123,134)
#7A6F79
(122,111,121)
#6D636C
(109,99,108)
#60575F
(96,87,95)
#534B52
(83,75,82)
#463F45
(70,63,69)
#393338
(57,51,56)
#2C272B
(44,39,43)
#1F1B1E
(31,27,30)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #948793

#948793
(148,135,147)
#9D919C
(157,145,156)
#A69BA5
(166,155,165)
#AFA5AE
(175,165,174)
#B8AFB7
(184,175,183)
#C1B9C0
(193,185,192)
#CAC3C9
(202,195,201)
#D3CDD2
(211,205,210)
#DCD7DB
(220,215,219)
#E5E1E4
(229,225,228)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948793 color. Also use rgb(148,135,147) instead hex code.

Text Font Color

.myTextColor { color: #948793; }

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

This text font color is #948793.


Background Color

.myBgColor { background-color: #948793; }

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

This div background color is #948793.


Border color

.myBorderColor { border: 1px solid #948793; }

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

This div border color is #948793.


Opacity

.myOpacity80 { color: #948793; opacity: 0.8; }

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

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

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

This text has shadow with #948793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948793 on black background.


Color preview on white background

This text has color #948793 on white background.



Black color preview on #948793 background

This text has black color on #948793 background.


White color preview on #948793 background

This text has white color on #948793 background.