COLOR #94B599

HEX: #94B599
RGB: (148,181,153)

Color info

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

RGB color model

#94B599 color RGB value is (148,181,153).

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

RGB channels and saturation

R 148 of 255 = 58%
G 181 of 255 = 71%
B 153 of 255 = 60%

148
181
153

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

Portions of RGB colors in percentages

R + G + B =
148 + 181 + 153 = 482 (100%)
R 148 of 482 ~ 30.71%
G 181 of 482 ~ 37.55%
B 153 of 482 ~ 31.74%

%30.71
%37.55
%31.74

CMYK color model

#94B599 color CMYK value is (18,0,15,29).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(18,0,15,29)
C18M0Y15K29 
(18%,0%,15%,29%)
(0.18/0.00/0.15/0.29)	

CMYK percentages

%18.23
%0
%15.47
%29.02

Codes

Color #94B599 in popluar color models

94B599
RGB148181153
HSL129°18.23%64.51%
HSB/HSV129°18.23%70.98%
CMYK18.23%0.00%15.47%
29.02%

Color #94B599 in popluar number systems.

HEX94B599
Decimal148181153
Binary100101001011010110011001
Octal224265231

Shades and tints

Shades of #94B599

#94B599
(148,181,153)
#87A58C
(135,165,140)
#7A957F
(122,149,127)
#6D8572
(109,133,114)
#607565
(96,117,101)
#536558
(83,101,88)
#46554B
(70,85,75)
#39453E
(57,69,62)
#2C3531
(44,53,49)
#1F2524
(31,37,36)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #94B599

#94B599
(148,181,153)
#9DBBA2
(157,187,162)
#A6C1AB
(166,193,171)
#AFC7B4
(175,199,180)
#B8CDBD
(184,205,189)
#C1D3C6
(193,211,198)
#CAD9CF
(202,217,207)
#D3DFD8
(211,223,216)
#DCE5E1
(220,229,225)
#E5EBEA
(229,235,234)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B599; }

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

This text font color is #94B599.


Background Color

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

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

This div background color is #94B599.


Border color

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

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

This div border color is #94B599.


Opacity

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

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

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

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

This text has shadow with #94B599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B599 on black background.


Color preview on white background

This text has color #94B599 on white background.



Black color preview on #94B599 background

This text has black color on #94B599 background.


White color preview on #94B599 background

This text has white color on #94B599 background.