COLOR #94A753

HEX: #94A753
RGB: (148,167,83)

Color info

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

RGB color model

#94A753 color RGB value is (148,167,83).

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

RGB channels and saturation

R 148 of 255 = 58%
G 167 of 255 = 65%
B 83 of 255 = 33%

148
167
83

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

Portions of RGB colors in percentages

R + G + B =
148 + 167 + 83 = 398 (100%)
R 148 of 398 ~ 37.19%
G 167 of 398 ~ 41.96%
B 83 of 398 ~ 20.85%

%37.19
%41.96
%20.85

CMYK color model

#94A753 color CMYK value is (11,0,50,35).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • key color value is 34.51%
CMYK:
(11,0,50,35)
C11M0Y50K35 
(11%,0%,50%,35%)
(0.11/0.00/0.50/0.35)	

CMYK percentages

%11.38
%0
%50.3
%34.51

Codes

Color #94A753 in popluar color models

94A753
RGB14816783
HSL74°33.60%49.02%
HSB/HSV74°50.30%65.49%
CMYK11.38%0.00%50.30%
34.51%

Color #94A753 in popluar number systems.

HEX94A753
Decimal14816783
Binary10010100101001111010011
Octal224247123

Shades and tints

Shades of #94A753

#94A753
(148,167,83)
#87984C
(135,152,76)
#7A8945
(122,137,69)
#6D7A3E
(109,122,62)
#606B37
(96,107,55)
#535C30
(83,92,48)
#464D29
(70,77,41)
#393E22
(57,62,34)
#2C2F1B
(44,47,27)
#1F2014
(31,32,20)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #94A753

#94A753
(148,167,83)
#9DAF62
(157,175,98)
#A6B771
(166,183,113)
#AFBF80
(175,191,128)
#B8C78F
(184,199,143)
#C1CF9E
(193,207,158)
#CAD7AD
(202,215,173)
#D3DFBC
(211,223,188)
#DCE7CB
(220,231,203)
#E5EFDA
(229,239,218)
#EEF7E9
(238,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94A753; }

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

This text font color is #94A753.


Background Color

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

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

This div background color is #94A753.


Border color

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

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

This div border color is #94A753.


Opacity

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

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

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

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

This text has shadow with #94A753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A753 on black background.


Color preview on white background

This text has color #94A753 on white background.



Black color preview on #94A753 background

This text has black color on #94A753 background.


White color preview on #94A753 background

This text has white color on #94A753 background.