COLOR #94A750

HEX: #94A750
RGB: (148,167,80)

Color info

#94A750 contains mainly red and green colors. Web safe color of #94A750 is #999966 (or #996).

RGB color model

#94A750 color RGB value is (148,167,80).

  • red value is 148;
  • green value is 167;
  • blue value is 80.
RGB:
(148,167,80)
(58%,65%,31%)

RGB channels and saturation

R 148 of 255 = 58%
G 167 of 255 = 65%
B 80 of 255 = 31%

148
167
80

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

Portions of RGB colors in percentages

R + G + B =
148 + 167 + 80 = 395 (100%)
R 148 of 395 ~ 37.47%
G 167 of 395 ~ 42.28%
B 80 of 395 ~ 20.25%

%37.47
%42.28
%20.25

CMYK color model

#94A750 color CMYK value is (11,0,52,35).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 52.10%
  • key color value is 34.51%
CMYK:
(11,0,52,35)
C11M0Y52K35 
(11%,0%,52%,35%)
(0.11/0.00/0.52/0.35)	

CMYK percentages

%11.38
%0
%52.1
%34.51

Codes

Color #94A750 in popluar color models

94A750
RGB14816780
HSL73°35.22%48.43%
HSB/HSV73°52.10%65.49%
CMYK11.38%0.00%52.10%
34.51%

Color #94A750 in popluar number systems.

HEX94A750
Decimal14816780
Binary10010100101001111010000
Octal224247120

Shades and tints

Shades of #94A750

#94A750
(148,167,80)
#879849
(135,152,73)
#7A8942
(122,137,66)
#6D7A3B
(109,122,59)
#606B34
(96,107,52)
#535C2D
(83,92,45)
#464D26
(70,77,38)
#393E1F
(57,62,31)
#2C2F18
(44,47,24)
#1F2011
(31,32,17)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #94A750

#94A750
(148,167,80)
#9DAF5F
(157,175,95)
#A6B76E
(166,183,110)
#AFBF7D
(175,191,125)
#B8C78C
(184,199,140)
#C1CF9B
(193,207,155)
#CAD7AA
(202,215,170)
#D3DFB9
(211,223,185)
#DCE7C8
(220,231,200)
#E5EFD7
(229,239,215)
#EEF7E6
(238,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A750 color. Also use rgb(148,167,80) instead hex code.

Text Font Color

.myTextColor { color: #94A750; }

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

This text font color is #94A750.


Background Color

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

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

This div background color is #94A750.


Border color

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

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

This div border color is #94A750.


Opacity

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

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

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

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

This text has shadow with #94A750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A750 on black background.


Color preview on white background

This text has color #94A750 on white background.



Black color preview on #94A750 background

This text has black color on #94A750 background.


White color preview on #94A750 background

This text has white color on #94A750 background.