COLOR #94A453

HEX: #94A453 RGB: (148,164,83)

Color info

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

RGB color model

#94A453 color RGB value is (148,164,83).

RGB: (148,164,83) (58%, 64%, 33%)

RGB channels and saturation

R 148 of 255 = 58%
G 164 of 255 = 64%
B 83 of 255 = 33%

148
164
83

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

Portions of RGB colors in percentages

R + G + B = 148 + 164 + 83 = 395 (100%)
R 148 of 395 ~ 37.47%
G 164 of 395 ~ 41.52%
B 83 of 395 ~ 21.01'%

%37.47
%41.52
%21.01

CMYK color model

#94A453 color CMYK value is (10,0,49,36).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 49.39%
  • key color value is 35.69%

CMYK: (10,0,49,36)
C10M0Y49K36 (10%, 0%, 49%, 36%)
(0.10 / 0.00 / 0.49 / 0.36)

CMYK percentages

%9.76
%0
%49.39
%35.69

Codes

Color #94A453 in popluar color models

94 A4 53
RGB 148 164 83
HSL 72° 32.79% 48.43%
HSB/HSV 72° 49.39% 64.31%
CMYK 9.76% 0.00% 49.39%
35.69%

Color #94A453 in popluar number systems.

HEX 94 A4 53
Decimal 148 164 83
Binary 10010100 10100100 1010011
Octal 224 244 123

Shades and tints

Shades of #94A453

#94A453
(148,164,83)
#87964C
(135,150,76)
#7A8845
(122,136,69)
#6D7A3E
(109,122,62)
#606C37
(96,108,55)
#535E30
(83,94,48)
#465029
(70,80,41)
#394222
(57,66,34)
#2C341B
(44,52,27)
#1F2614
(31,38,20)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #94A453

#94A453
(148,164,83)
#9DAC62
(157,172,98)
#A6B471
(166,180,113)
#AFBC80
(175,188,128)
#B8C48F
(184,196,143)
#C1CC9E
(193,204,158)
#CAD4AD
(202,212,173)
#D3DCBC
(211,220,188)
#DCE4CB
(220,228,203)
#E5ECDA
(229,236,218)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94A453; }

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

This text font color is #94A453.

Background Color

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

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

This div background color is #94A453.

Border color

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

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

This div border color is #94A453.

Opacity

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

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

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

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

This text has shadow with #94A453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94A453.

Preview

Color preview on black background

This text has color #94A453 on black background.


Color preview on white background

This text has color #94A453 on white background.


Black color preview on #94A453 background

This text has black color on #94A453 background.


White color preview on #94A453 background

This text has white color on #94A453 background.


Related colors

Complementary color

Complementary color for #hex is #6B5BAC.


I love getcolorcode.com

Triadic colors

1 #5394A4 and #A45394 with #94A453 are triadic colors.

2 #53A494 and #A49453 with #94A453 are triadic colors.