COLOR #94A582

HEX: #94A582 RGB: (148,165,130)

Color info

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

RGB color model

#94A582 color RGB value is (148,165,130).

RGB: (148,165,130) (58%, 65%, 51%)

RGB channels and saturation

R 148 of 255 = 58%
G 165 of 255 = 65%
B 130 of 255 = 51%

148
165
130

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

Portions of RGB colors in percentages

R + G + B = 148 + 165 + 130 = 443 (100%)
R 148 of 443 ~ 33.41%
G 165 of 443 ~ 37.25%
B 130 of 443 ~ 29.35'%

%33.41
%37.25
%29.35

CMYK color model

#94A582 color CMYK value is (10,0,21,35).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 35.29%

CMYK: (10,0,21,35)
C10M0Y21K35 (10%, 0%, 21%, 35%)
(0.10 / 0.00 / 0.21 / 0.35)

CMYK percentages

%10.3
%0
%21.21
%35.29

Codes

Color #94A582 in popluar color models

94 A5 82
RGB 148 165 130
HSL 89° 16.28% 57.84%
HSB/HSV 89° 21.21% 64.71%
CMYK 10.30% 0.00% 21.21%
35.29%

Color #94A582 in popluar number systems.

HEX 94 A5 82
Decimal 148 165 130
Binary 10010100 10100101 10000010
Octal 224 245 202

Shades and tints

Shades of #94A582

#94A582
(148,165,130)
#879677
(135,150,119)
#7A876C
(122,135,108)
#6D7861
(109,120,97)
#606956
(96,105,86)
#535A4B
(83,90,75)
#464B40
(70,75,64)
#393C35
(57,60,53)
#2C2D2A
(44,45,42)
#1F1E1F
(31,30,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #94A582

#94A582
(148,165,130)
#9DAD8D
(157,173,141)
#A6B598
(166,181,152)
#AFBDA3
(175,189,163)
#B8C5AE
(184,197,174)
#C1CDB9
(193,205,185)
#CAD5C4
(202,213,196)
#D3DDCF
(211,221,207)
#DCE5DA
(220,229,218)
#E5EDE5
(229,237,229)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94A582; }

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

This text font color is #94A582.

Background Color

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

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

This div background color is #94A582.

Border color

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

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

This div border color is #94A582.

Opacity

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

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

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

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

This text has shadow with #94A582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94A582.

Preview

Color preview on black background

This text has color #94A582 on black background.


Color preview on white background

This text has color #94A582 on white background.


Black color preview on #94A582 background

This text has black color on #94A582 background.


White color preview on #94A582 background

This text has white color on #94A582 background.


Related colors

Complementary color

Complementary color for #hex is #6B5A7D.


I love getcolorcode.com

Triadic colors

1 #8294A5 and #A58294 with #94A582 are triadic colors.

2 #82A594 and #A59482 with #94A582 are triadic colors.