COLOR #94984B

HEX: #94984B RGB: (148,152,75)

Color info

#94984B contains mainly red and green colors. Web safe color of #94984B is #999933 (or #993).

RGB color model

#94984B color RGB value is (148,152,75).

RGB: (148,152,75) (58%, 60%, 29%)

RGB channels and saturation

R 148 of 255 = 58%
G 152 of 255 = 60%
B 75 of 255 = 29%

148
152
75

R + G + B ~ 49%. #94984B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 152 + 75 = 375 (100%)
R 148 of 375 ~ 39.47%
G 152 of 375 ~ 40.53%
B 75 of 375 ~ 20'%

%39.47
%40.53
%20

CMYK color model

#94984B color CMYK value is (3,0,51,40).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 40.39%
CMYK: (3,0,51,40) C3M0Y51K40 (3%,0%,51%,40%) (0.03/0.00/0.51/0.40) 

CMYK percentages

%2.63
%0
%50.66
%40.39

Codes

Color #94984B in popluar color models

94 98 4B
RGB 148 152 75
HSL 63° 33.92% 44.51%
HSB/HSV 63° 50.66% 59.61%
CMYK 2.63% 0.00% 50.66%
40.39%

Color #94984B in popluar number systems.

HEX 94 98 4B
Decimal 148 152 75
Binary 10010100 10011000 1001011
Octal 224 230 113

Shades and tints

Shades of #94984B

#94984B
(148,152,75)
#878B45
(135,139,69)
#7A7E3F
(122,126,63)
#6D7139
(109,113,57)
#606433
(96,100,51)
#53572D
(83,87,45)
#464A27
(70,74,39)
#393D21
(57,61,33)
#2C301B
(44,48,27)
#1F2315
(31,35,21)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #94984B

#94984B
(148,152,75)
#9DA15B
(157,161,91)
#A6AA6B
(166,170,107)
#AFB37B
(175,179,123)
#B8BC8B
(184,188,139)
#C1C59B
(193,197,155)
#CACEAB
(202,206,171)
#D3D7BB
(211,215,187)
#DCE0CB
(220,224,203)
#E5E9DB
(229,233,219)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94984B color. Also use rgb(148,152,75) instead hex code.

Text Font Color

.myTextColor { color: #94984B; }

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

This text font color is #94984B.

Background Color

.myBgColor { background-color: #94984B; }

<div style="background-color:#94984B">Inner text</div>

This div background color is #94984B.

Border color

.myBorderColor { border: 1px solid #94984B; }

<div style="border:3px solid #94984B">Div</div>

This div border color is #94984B.

Opacity

.myOpacity80 { color: #94984B; opacity: 0.8; }

<p style="color:#94984B;opacity:0.8;">80%</p>

Text with #94984B 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 #94984B;}

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

This text has shadow with #94984B color.


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

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

This text has shadow with #94984B primary color and red secondary color.


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

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

This text has shadow with #94984B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94984B.

Preview

Color preview on black background

This text has color #94984B on black background.


Color preview on white background

This text has color #94984B on white background.


Black color preview on #94984B background

This text has black color on #94984B background.


White color preview on #94984B background

This text has white color on #94984B background.


Related colors

Complementary color

Complementary color for #hex is #6B67B4.


I love getcolorcode.com

Triadic colors

1 #4B9498 and #984B94 with #94984B are triadic colors.

2 #4B9894 and #98944B with #94984B are triadic colors.