COLOR #94B061

HEX: #94B061 RGB: (148,176,97)

Color info

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

RGB color model

#94B061 color RGB value is (148,176,97).

RGB: (148,176,97) (58%, 69%, 38%)

RGB channels and saturation

R 148 of 255 = 58%
G 176 of 255 = 69%
B 97 of 255 = 38%

148
176
97

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

Portions of RGB colors in percentages

R + G + B = 148 + 176 + 97 = 421 (100%)
R 148 of 421 ~ 35.15%
G 176 of 421 ~ 41.81%
B 97 of 421 ~ 23.04'%

%35.15
%41.81
%23.04

CMYK color model

#94B061 color CMYK value is (16,0,45,31).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 44.89%
  • key color value is 30.98%

CMYK: (16,0,45,31)
C16M0Y45K31 (16%, 0%, 45%, 31%)
(0.16 / 0.00 / 0.45 / 0.31)

CMYK percentages

%15.91
%0
%44.89
%30.98

Codes

Color #94B061 in popluar color models

94 B0 61
RGB 148 176 97
HSL 81° 33.33% 53.53%
HSB/HSV 81° 44.89% 69.02%
CMYK 15.91% 0.00% 44.89%
30.98%

Color #94B061 in popluar number systems.

HEX 94 B0 61
Decimal 148 176 97
Binary 10010100 10110000 1100001
Octal 224 260 141

Shades and tints

Shades of #94B061

#94B061
(148,176,97)
#87A059
(135,160,89)
#7A9051
(122,144,81)
#6D8049
(109,128,73)
#607041
(96,112,65)
#536039
(83,96,57)
#465031
(70,80,49)
#394029
(57,64,41)
#2C3021
(44,48,33)
#1F2019
(31,32,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #94B061

#94B061
(148,176,97)
#9DB76F
(157,183,111)
#A6BE7D
(166,190,125)
#AFC58B
(175,197,139)
#B8CC99
(184,204,153)
#C1D3A7
(193,211,167)
#CADAB5
(202,218,181)
#D3E1C3
(211,225,195)
#DCE8D1
(220,232,209)
#E5EFDF
(229,239,223)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B061 color. Also use rgb(148,176,97) instead hex code.

Text Font Color

.myTextColor { color: #94B061; }

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

This text font color is #94B061.

Background Color

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

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

This div background color is #94B061.

Border color

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

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

This div border color is #94B061.

Opacity

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

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

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

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

This text has shadow with #94B061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B061.

Preview

Color preview on black background

This text has color #94B061 on black background.


Color preview on white background

This text has color #94B061 on white background.


Black color preview on #94B061 background

This text has black color on #94B061 background.


White color preview on #94B061 background

This text has white color on #94B061 background.


Related colors

Complementary color

Complementary color for #hex is #6B4F9E.


I love getcolorcode.com

Triadic colors

1 #6194B0 and #B06194 with #94B061 are triadic colors.

2 #61B094 and #B09461 with #94B061 are triadic colors.