COLOR #94B399

HEX: #94B399
RGB: (148,179,153)

Color info

#94B399 contains red, green and blue colors in about the same proportion. Web safe color of #94B399 is #999999 (or #999).

RGB color model

#94B399 color RGB value is (148,179,153).

  • red value is 148;
  • green value is 179;
  • blue value is 153.
RGB:
(148,179,153)
(58%,70%,60%)

RGB channels and saturation

R 148 of 255 = 58%
G 179 of 255 = 70%
B 153 of 255 = 60%

148
179
153

R + G + B ~ 63%. #94B399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 179 + 153 = 480 (100%)
R 148 of 480 ~ 30.83%
G 179 of 480 ~ 37.29%
B 153 of 480 ~ 31.88%

%30.83
%37.29
%31.88

CMYK color model

#94B399 color CMYK value is (17,0,15,30).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 29.80%
CMYK:
(17,0,15,30)
C17M0Y15K30 
(17%,0%,15%,30%)
(0.17/0.00/0.15/0.30)	

CMYK percentages

%17.32
%0
%14.53
%29.8

Codes

Color #94B399 in popluar color models

94B399
RGB148179153
HSL130°16.94%64.12%
HSB/HSV130°17.32%70.20%
CMYK17.32%0.00%14.53%
29.80%

Color #94B399 in popluar number systems.

HEX94B399
Decimal148179153
Binary100101001011001110011001
Octal224263231

Shades and tints

Shades of #94B399

#94B399
(148,179,153)
#87A38C
(135,163,140)
#7A937F
(122,147,127)
#6D8372
(109,131,114)
#607365
(96,115,101)
#536358
(83,99,88)
#46534B
(70,83,75)
#39433E
(57,67,62)
#2C3331
(44,51,49)
#1F2324
(31,35,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #94B399

#94B399
(148,179,153)
#9DB9A2
(157,185,162)
#A6BFAB
(166,191,171)
#AFC5B4
(175,197,180)
#B8CBBD
(184,203,189)
#C1D1C6
(193,209,198)
#CAD7CF
(202,215,207)
#D3DDD8
(211,221,216)
#DCE3E1
(220,227,225)
#E5E9EA
(229,233,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B399 color. Also use rgb(148,179,153) instead hex code.

Text Font Color

.myTextColor { color: #94B399; }

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

This text font color is #94B399.


Background Color

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

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

This div background color is #94B399.


Border color

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

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

This div border color is #94B399.


Opacity

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

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

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

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

This text has shadow with #94B399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B399 on black background.


Color preview on white background

This text has color #94B399 on white background.



Black color preview on #94B399 background

This text has black color on #94B399 background.


White color preview on #94B399 background

This text has white color on #94B399 background.