COLOR #94B464

HEX: #94B464 RGB: (148,180,100)

Color info

#94B464 contains mainly red and green colors. Web safe color of #94B464 is #99CC66 (or #9C6).

RGB color model

#94B464 color RGB value is (148,180,100).

RGB: (148,180,100) (58%, 71%, 39%)

RGB channels and saturation

R 148 of 255 = 58%
G 180 of 255 = 71%
B 100 of 255 = 39%

148
180
100

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

Portions of RGB colors in percentages

R + G + B = 148 + 180 + 100 = 428 (100%)
R 148 of 428 ~ 34.58%
G 180 of 428 ~ 42.06%
B 100 of 428 ~ 23.36'%

%34.58
%42.06
%23.36

CMYK color model

#94B464 color CMYK value is (18,0,44,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 29.41%

CMYK: (18,0,44,29)
C18M0Y44K29 (18%, 0%, 44%, 29%)
(0.18 / 0.00 / 0.44 / 0.29)

CMYK percentages

%17.78
%0
%44.44
%29.41

Codes

Color #94B464 in popluar color models

94 B4 64
RGB 148 180 100
HSL 84° 34.78% 54.90%
HSB/HSV 84° 44.44% 70.59%
CMYK 17.78% 0.00% 44.44%
29.41%

Color #94B464 in popluar number systems.

HEX 94 B4 64
Decimal 148 180 100
Binary 10010100 10110100 1100100
Octal 224 264 144

Shades and tints

Shades of #94B464

#94B464
(148,180,100)
#87A45B
(135,164,91)
#7A9452
(122,148,82)
#6D8449
(109,132,73)
#607440
(96,116,64)
#536437
(83,100,55)
#46542E
(70,84,46)
#394425
(57,68,37)
#2C341C
(44,52,28)
#1F2413
(31,36,19)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #94B464

#94B464
(148,180,100)
#9DBA72
(157,186,114)
#A6C080
(166,192,128)
#AFC68E
(175,198,142)
#B8CC9C
(184,204,156)
#C1D2AA
(193,210,170)
#CAD8B8
(202,216,184)
#D3DEC6
(211,222,198)
#DCE4D4
(220,228,212)
#E5EAE2
(229,234,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B464 color. Also use rgb(148,180,100) instead hex code.

Text Font Color

.myTextColor { color: #94B464; }

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

This text font color is #94B464.

Background Color

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

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

This div background color is #94B464.

Border color

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

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

This div border color is #94B464.

Opacity

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

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

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

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

This text has shadow with #94B464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B464.

Preview

Color preview on black background

This text has color #94B464 on black background.


Color preview on white background

This text has color #94B464 on white background.


Black color preview on #94B464 background

This text has black color on #94B464 background.


White color preview on #94B464 background

This text has white color on #94B464 background.


Related colors

Complementary color

Complementary color for #hex is #6B4B9B.


I love getcolorcode.com

Triadic colors

1 #6494B4 and #B46494 with #94B464 are triadic colors.

2 #64B494 and #B49464 with #94B464 are triadic colors.