COLOR #94B491

HEX: #94B491
RGB: (148,180,145)

Color info

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

RGB color model

#94B491 color RGB value is (148,180,145).

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

RGB channels and saturation

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

148
180
145

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

Portions of RGB colors in percentages

R + G + B =
148 + 180 + 145 = 473 (100%)
R 148 of 473 ~ 31.29%
G 180 of 473 ~ 38.05%
B 145 of 473 ~ 30.66%

%31.29
%38.05
%30.66

CMYK color model

#94B491 color CMYK value is (18,0,19,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(18,0,19,29)
C18M0Y19K29 
(18%,0%,19%,29%)
(0.18/0.00/0.19/0.29)	

CMYK percentages

%17.78
%0
%19.44
%29.41

Codes

Color #94B491 in popluar color models

94B491
RGB148180145
HSL115°18.92%63.73%
HSB/HSV115°19.44%70.59%
CMYK17.78%0.00%19.44%
29.41%

Color #94B491 in popluar number systems.

HEX94B491
Decimal148180145
Binary100101001011010010010001
Octal224264221

Shades and tints

Shades of #94B491

#94B491
(148,180,145)
#87A484
(135,164,132)
#7A9477
(122,148,119)
#6D846A
(109,132,106)
#60745D
(96,116,93)
#536450
(83,100,80)
#465443
(70,84,67)
#394436
(57,68,54)
#2C3429
(44,52,41)
#1F241C
(31,36,28)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #94B491

#94B491
(148,180,145)
#9DBA9B
(157,186,155)
#A6C0A5
(166,192,165)
#AFC6AF
(175,198,175)
#B8CCB9
(184,204,185)
#C1D2C3
(193,210,195)
#CAD8CD
(202,216,205)
#D3DED7
(211,222,215)
#DCE4E1
(220,228,225)
#E5EAEB
(229,234,235)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B491; }

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

This text font color is #94B491.


Background Color

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

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

This div background color is #94B491.


Border color

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

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

This div border color is #94B491.


Opacity

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

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

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

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

This text has shadow with #94B491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B491 on black background.


Color preview on white background

This text has color #94B491 on white background.



Black color preview on #94B491 background

This text has black color on #94B491 background.


White color preview on #94B491 background

This text has white color on #94B491 background.