COLOR #94A078

HEX: #94A078 RGB: (148,160,120)

Color info

#94A078 contains red, green and blue colors in about the same proportion. Web safe color of #94A078 is #999966 (or #996).

RGB color model

#94A078 color RGB value is (148,160,120).

RGB: (148,160,120) (58%, 63%, 47%)

RGB channels and saturation

R 148 of 255 = 58%
G 160 of 255 = 63%
B 120 of 255 = 47%

148
160
120

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

Portions of RGB colors in percentages

R + G + B = 148 + 160 + 120 = 428 (100%)
R 148 of 428 ~ 34.58%
G 160 of 428 ~ 37.38%
B 120 of 428 ~ 28.04'%

%34.58
%37.38
%28.04

CMYK color model

#94A078 color CMYK value is (7,0,25,37).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK: (7,0,25,37) C7M0Y25K37 (7%,0%,25%,37%) (0.07/0.00/0.25/0.37) 

CMYK percentages

%7.5
%0
%25
%37.25

Codes

Color #94A078 in popluar color models

94 A0 78
RGB 148 160 120
HSL 78° 17.39% 54.90%
HSB/HSV 78° 25.00% 62.75%
CMYK 7.50% 0.00% 25.00%
37.25%

Color #94A078 in popluar number systems.

HEX 94 A0 78
Decimal 148 160 120
Binary 10010100 10100000 1111000
Octal 224 240 170

Shades and tints

Shades of #94A078

#94A078
(148,160,120)
#87926E
(135,146,110)
#7A8464
(122,132,100)
#6D765A
(109,118,90)
#606850
(96,104,80)
#535A46
(83,90,70)
#464C3C
(70,76,60)
#393E32
(57,62,50)
#2C3028
(44,48,40)
#1F221E
(31,34,30)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #94A078

#94A078
(148,160,120)
#9DA884
(157,168,132)
#A6B090
(166,176,144)
#AFB89C
(175,184,156)
#B8C0A8
(184,192,168)
#C1C8B4
(193,200,180)
#CAD0C0
(202,208,192)
#D3D8CC
(211,216,204)
#DCE0D8
(220,224,216)
#E5E8E4
(229,232,228)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A078 color. Also use rgb(148,160,120) instead hex code.

Text Font Color

.myTextColor { color: #94A078; }

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

This text font color is #94A078.

Background Color

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

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

This div background color is #94A078.

Border color

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

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

This div border color is #94A078.

Opacity

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

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

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

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

This text has shadow with #94A078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94A078.

Preview

Color preview on black background

This text has color #94A078 on black background.


Color preview on white background

This text has color #94A078 on white background.


Black color preview on #94A078 background

This text has black color on #94A078 background.


White color preview on #94A078 background

This text has white color on #94A078 background.


Related colors

Complementary color

Complementary color for #hex is #6B5F87.


I love getcolorcode.com

Triadic colors

1 #7894A0 and #A07894 with #94A078 are triadic colors.

2 #78A094 and #A09478 with #94A078 are triadic colors.