COLOR #94A393

HEX: #94A393 RGB: (148,163,147)

Color info

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

RGB color model

#94A393 color RGB value is (148,163,147).

RGB: (148,163,147) (58%, 64%, 58%)

RGB channels and saturation

R 148 of 255 = 58%
G 163 of 255 = 64%
B 147 of 255 = 58%

148
163
147

R + G + B ~ 60%. #94A393 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 163 + 147 = 458 (100%)
R 148 of 458 ~ 32.31%
G 163 of 458 ~ 35.59%
B 147 of 458 ~ 32.1'%

%32.31
%35.59
%32.1

CMYK color model

#94A393 color CMYK value is (9,0,10,36).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 36.08%

CMYK: (9,0,10,36)
C9M0Y10K36 (9%, 0%, 10%, 36%)
(0.09 / 0.00 / 0.10 / 0.36)

CMYK percentages

%9.2
%0
%9.82
%36.08

Codes

Color #94A393 in popluar color models

94 A3 93
RGB 148 163 147
HSL 116° 8.00% 60.78%
HSB/HSV 116° 9.82% 63.92%
CMYK 9.20% 0.00% 9.82%
36.08%

Color #94A393 in popluar number systems.

HEX 94 A3 93
Decimal 148 163 147
Binary 10010100 10100011 10010011
Octal 224 243 223

Shades and tints

Shades of #94A393

#94A393
(148,163,147)
#879586
(135,149,134)
#7A8779
(122,135,121)
#6D796C
(109,121,108)
#606B5F
(96,107,95)
#535D52
(83,93,82)
#464F45
(70,79,69)
#394138
(57,65,56)
#2C332B
(44,51,43)
#1F251E
(31,37,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #94A393

#94A393
(148,163,147)
#9DAB9C
(157,171,156)
#A6B3A5
(166,179,165)
#AFBBAE
(175,187,174)
#B8C3B7
(184,195,183)
#C1CBC0
(193,203,192)
#CAD3C9
(202,211,201)
#D3DBD2
(211,219,210)
#DCE3DB
(220,227,219)
#E5EBE4
(229,235,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94A393; }

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

This text font color is #94A393.

Background Color

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

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

This div background color is #94A393.

Border color

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

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

This div border color is #94A393.

Opacity

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

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

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

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

This text has shadow with #94A393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94A393.

Preview

Color preview on black background

This text has color #94A393 on black background.


Color preview on white background

This text has color #94A393 on white background.


Black color preview on #94A393 background

This text has black color on #94A393 background.


White color preview on #94A393 background

This text has white color on #94A393 background.


Related colors

Complementary color

Complementary color for #hex is #6B5C6C.


I love getcolorcode.com

Triadic colors

1 #9394A3 and #A39394 with #94A393 are triadic colors.

2 #93A394 and #A39493 with #94A393 are triadic colors.