COLOR #94B591

HEX: #94B591
RGB: (148,181,145)

Color info

#94B591 contains red, green and blue colors in about the same proportion. Web safe color of #94B591 is #99CC99 (or #9C9).

RGB color model

#94B591 color RGB value is (148,181,145).

  • red value is 148;
  • green value is 181;
  • blue value is 145.
RGB:
(148,181,145)
(58%,71%,57%)

RGB channels and saturation

R 148 of 255 = 58%
G 181 of 255 = 71%
B 145 of 255 = 57%

148
181
145

R + G + B ~ 62%. #94B591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 181 + 145 = 474 (100%)
R 148 of 474 ~ 31.22%
G 181 of 474 ~ 38.19%
B 145 of 474 ~ 30.59%

%31.22
%38.19
%30.59

CMYK color model

#94B591 color CMYK value is (18,0,20,29).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 29.02%
CMYK:
(18,0,20,29)
C18M0Y20K29 
(18%,0%,20%,29%)
(0.18/0.00/0.20/0.29)	

CMYK percentages

%18.23
%0
%19.89
%29.02

Codes

Color #94B591 in popluar color models

94B591
RGB148181145
HSL115°19.57%63.92%
HSB/HSV115°19.89%70.98%
CMYK18.23%0.00%19.89%
29.02%

Color #94B591 in popluar number systems.

HEX94B591
Decimal148181145
Binary100101001011010110010001
Octal224265221

Shades and tints

Shades of #94B591

#94B591
(148,181,145)
#87A584
(135,165,132)
#7A9577
(122,149,119)
#6D856A
(109,133,106)
#60755D
(96,117,93)
#536550
(83,101,80)
#465543
(70,85,67)
#394536
(57,69,54)
#2C3529
(44,53,41)
#1F251C
(31,37,28)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #94B591

#94B591
(148,181,145)
#9DBB9B
(157,187,155)
#A6C1A5
(166,193,165)
#AFC7AF
(175,199,175)
#B8CDB9
(184,205,185)
#C1D3C3
(193,211,195)
#CAD9CD
(202,217,205)
#D3DFD7
(211,223,215)
#DCE5E1
(220,229,225)
#E5EBEB
(229,235,235)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B591; }

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

This text font color is #94B591.


Background Color

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

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

This div background color is #94B591.


Border color

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

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

This div border color is #94B591.


Opacity

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

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

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

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

This text has shadow with #94B591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B591 on black background.


Color preview on white background

This text has color #94B591 on white background.



Black color preview on #94B591 background

This text has black color on #94B591 background.


White color preview on #94B591 background

This text has white color on #94B591 background.