COLOR #94A599

HEX: #94A599
RGB: (148,165,153)

Color info

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

RGB color model

#94A599 color RGB value is (148,165,153).

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

RGB channels and saturation

R 148 of 255 = 58%
G 165 of 255 = 65%
B 153 of 255 = 60%

148
165
153

R + G + B ~ 61%. #94A599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 165 + 153 = 466 (100%)
R 148 of 466 ~ 31.76%
G 165 of 466 ~ 35.41%
B 153 of 466 ~ 32.83%

%31.76
%35.41
%32.83

CMYK color model

#94A599 color CMYK value is (10,0,7,35).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(10,0,7,35)
C10M0Y7K35 
(10%,0%,7%,35%)
(0.10/0.00/0.07/0.35)	

CMYK percentages

%10.3
%0
%7.27
%35.29

Codes

Color #94A599 in popluar color models

94A599
RGB148165153
HSL138°8.63%61.37%
HSB/HSV138°10.30%64.71%
CMYK10.30%0.00%7.27%
35.29%

Color #94A599 in popluar number systems.

HEX94A599
Decimal148165153
Binary100101001010010110011001
Octal224245231

Shades and tints

Shades of #94A599

#94A599
(148,165,153)
#87968C
(135,150,140)
#7A877F
(122,135,127)
#6D7872
(109,120,114)
#606965
(96,105,101)
#535A58
(83,90,88)
#464B4B
(70,75,75)
#393C3E
(57,60,62)
#2C2D31
(44,45,49)
#1F1E24
(31,30,36)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #94A599

#94A599
(148,165,153)
#9DADA2
(157,173,162)
#A6B5AB
(166,181,171)
#AFBDB4
(175,189,180)
#B8C5BD
(184,197,189)
#C1CDC6
(193,205,198)
#CAD5CF
(202,213,207)
#D3DDD8
(211,221,216)
#DCE5E1
(220,229,225)
#E5EDEA
(229,237,234)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94A599; }

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

This text font color is #94A599.


Background Color

.myBgColor { background-color: #94A599; }

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

This div background color is #94A599.


Border color

.myBorderColor { border: 1px solid #94A599; }

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

This div border color is #94A599.


Opacity

.myOpacity80 { color: #94A599; opacity: 0.8; }

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

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

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

This text has shadow with #94A599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A599 on black background.


Color preview on white background

This text has color #94A599 on white background.



Black color preview on #94A599 background

This text has black color on #94A599 background.


White color preview on #94A599 background

This text has white color on #94A599 background.