COLOR #94B576

HEX: #94B576 RGB: (148,181,118)

Color info

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

RGB color model

#94B576 color RGB value is (148,181,118).

RGB: (148,181,118) (58%, 71%, 46%)

RGB channels and saturation

R 148 of 255 = 58%
G 181 of 255 = 71%
B 118 of 255 = 46%

148
181
118

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

Portions of RGB colors in percentages

R + G + B = 148 + 181 + 118 = 447 (100%)
R 148 of 447 ~ 33.11%
G 181 of 447 ~ 40.49%
B 118 of 447 ~ 26.4'%

%33.11
%40.49
%26.4

CMYK color model

#94B576 color CMYK value is (18,0,35,29).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 29.02%

CMYK: (18,0,35,29)
C18M0Y35K29 (18%, 0%, 35%, 29%)
(0.18 / 0.00 / 0.35 / 0.29)

CMYK percentages

%18.23
%0
%34.81
%29.02

Codes

Color #94B576 in popluar color models

94 B5 76
RGB 148 181 118
HSL 91° 29.86% 58.63%
HSB/HSV 91° 34.81% 70.98%
CMYK 18.23% 0.00% 34.81%
29.02%

Color #94B576 in popluar number systems.

HEX 94 B5 76
Decimal 148 181 118
Binary 10010100 10110101 1110110
Octal 224 265 166

Shades and tints

Shades of #94B576

#94B576
(148,181,118)
#87A56C
(135,165,108)
#7A9562
(122,149,98)
#6D8558
(109,133,88)
#60754E
(96,117,78)
#536544
(83,101,68)
#46553A
(70,85,58)
#394530
(57,69,48)
#2C3526
(44,53,38)
#1F251C
(31,37,28)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #94B576

#94B576
(148,181,118)
#9DBB82
(157,187,130)
#A6C18E
(166,193,142)
#AFC79A
(175,199,154)
#B8CDA6
(184,205,166)
#C1D3B2
(193,211,178)
#CAD9BE
(202,217,190)
#D3DFCA
(211,223,202)
#DCE5D6
(220,229,214)
#E5EBE2
(229,235,226)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B576 color. Also use rgb(148,181,118) instead hex code.

Text Font Color

.myTextColor { color: #94B576; }

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

This text font color is #94B576.

Background Color

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

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

This div background color is #94B576.

Border color

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

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

This div border color is #94B576.

Opacity

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

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

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

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

This text has shadow with #94B576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B576.

Preview

Color preview on black background

This text has color #94B576 on black background.


Color preview on white background

This text has color #94B576 on white background.


Black color preview on #94B576 background

This text has black color on #94B576 background.


White color preview on #94B576 background

This text has white color on #94B576 background.


Related colors

Complementary color

Complementary color for #hex is #6B4A89.


I love getcolorcode.com

Triadic colors

1 #7694B5 and #B57694 with #94B576 are triadic colors.

2 #76B594 and #B59476 with #94B576 are triadic colors.