COLOR #94A388

HEX: #94A388
RGB: (148,163,136)

Color info

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

RGB color model

#94A388 color RGB value is (148,163,136).

  • red value is 148;
  • green value is 163;
  • blue value is 136.
RGB:
(148,163,136)
(58%,64%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 163 of 255 = 64%
B 136 of 255 = 53%

148
163
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 163 + 136 = 447 (100%)
R 148 of 447 ~ 33.11%
G 163 of 447 ~ 36.47%
B 136 of 447 ~ 30.43%

%33.11
%36.47
%30.43

CMYK color model

#94A388 color CMYK value is (9,0,17,36).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(9,0,17,36)
C9M0Y17K36 
(9%,0%,17%,36%)
(0.09/0.00/0.17/0.36)	

CMYK percentages

%9.2
%0
%16.56
%36.08

Codes

Color #94A388 in popluar color models

94A388
RGB148163136
HSL93°12.80%58.63%
HSB/HSV93°16.56%63.92%
CMYK9.20%0.00%16.56%
36.08%

Color #94A388 in popluar number systems.

HEX94A388
Decimal148163136
Binary100101001010001110001000
Octal224243210

Shades and tints

Shades of #94A388

#94A388
(148,163,136)
#87957C
(135,149,124)
#7A8770
(122,135,112)
#6D7964
(109,121,100)
#606B58
(96,107,88)
#535D4C
(83,93,76)
#464F40
(70,79,64)
#394134
(57,65,52)
#2C3328
(44,51,40)
#1F251C
(31,37,28)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #94A388

#94A388
(148,163,136)
#9DAB92
(157,171,146)
#A6B39C
(166,179,156)
#AFBBA6
(175,187,166)
#B8C3B0
(184,195,176)
#C1CBBA
(193,203,186)
#CAD3C4
(202,211,196)
#D3DBCE
(211,219,206)
#DCE3D8
(220,227,216)
#E5EBE2
(229,235,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A388 color. Also use rgb(148,163,136) instead hex code.

Text Font Color

.myTextColor { color: #94A388; }

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

This text font color is #94A388.


Background Color

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

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

This div background color is #94A388.


Border color

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

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

This div border color is #94A388.


Opacity

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

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

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

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

This text has shadow with #94A388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A388 on black background.


Color preview on white background

This text has color #94A388 on white background.



Black color preview on #94A388 background

This text has black color on #94A388 background.


White color preview on #94A388 background

This text has white color on #94A388 background.