COLOR #948599

HEX: #948599
RGB: (148,133,153)

Color info

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

RGB color model

#948599 color RGB value is (148,133,153).

  • red value is 148;
  • green value is 133;
  • blue value is 153.
RGB:
(148,133,153)
(58%,52%,60%)

RGB channels and saturation

R 148 of 255 = 58%
G 133 of 255 = 52%
B 153 of 255 = 60%

148
133
153

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

Portions of RGB colors in percentages

R + G + B =
148 + 133 + 153 = 434 (100%)
R 148 of 434 ~ 34.1%
G 133 of 434 ~ 30.65%
B 153 of 434 ~ 35.25%

%34.1
%30.65
%35.25

CMYK color model

#948599 color CMYK value is (3,13,0,40).

  • cyan value is 3.27%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(3,13,0,40)
C3M13Y0K40 
(3%,13%,0%,40%)
(0.03/0.13/0.00/0.40)	

CMYK percentages

%3.27
%13.07
%0
%40

Codes

Color #948599 in popluar color models

948599
RGB148133153
HSL285°8.93%56.08%
HSB/HSV285°13.07%60.00%
CMYK3.27%13.07%0.00%
40.00%

Color #948599 in popluar number systems.

HEX948599
Decimal148133153
Binary100101001000010110011001
Octal224205231

Shades and tints

Shades of #948599

#948599
(148,133,153)
#87798C
(135,121,140)
#7A6D7F
(122,109,127)
#6D6172
(109,97,114)
#605565
(96,85,101)
#534958
(83,73,88)
#463D4B
(70,61,75)
#39313E
(57,49,62)
#2C2531
(44,37,49)
#1F1924
(31,25,36)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #948599

#948599
(148,133,153)
#9D90A2
(157,144,162)
#A69BAB
(166,155,171)
#AFA6B4
(175,166,180)
#B8B1BD
(184,177,189)
#C1BCC6
(193,188,198)
#CAC7CF
(202,199,207)
#D3D2D8
(211,210,216)
#DCDDE1
(220,221,225)
#E5E8EA
(229,232,234)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948599 color. Also use rgb(148,133,153) instead hex code.

Text Font Color

.myTextColor { color: #948599; }

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

This text font color is #948599.


Background Color

.myBgColor { background-color: #948599; }

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

This div background color is #948599.


Border color

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

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

This div border color is #948599.


Opacity

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

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

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

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

This text has shadow with #948599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948599 on black background.


Color preview on white background

This text has color #948599 on white background.



Black color preview on #948599 background

This text has black color on #948599 background.


White color preview on #948599 background

This text has white color on #948599 background.