COLOR #94B575

HEX: #94B575
RGB: (148,181,117)

Color info

#94B575 contains mainly red and green colors. Web safe color of #94B575 is #99CC66 (or #9C6).

RGB color model

#94B575 color RGB value is (148,181,117).

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

RGB channels and saturation

R 148 of 255 = 58%
G 181 of 255 = 71%
B 117 of 255 = 46%

148
181
117

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

Portions of RGB colors in percentages

R + G + B =
148 + 181 + 117 = 446 (100%)
R 148 of 446 ~ 33.18%
G 181 of 446 ~ 40.58%
B 117 of 446 ~ 26.23%

%33.18
%40.58
%26.23

CMYK color model

#94B575 color CMYK value is (18,0,35,29).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 35.36%
  • key color value is 29.02%
CMYK:
(18,0,35,29)
C18M0Y35K29 
(18%,0%,35%,29%)
(0.18/0.00/0.35/0.29)	

CMYK percentages

%18.23
%0
%35.36
%29.02

Codes

Color #94B575 in popluar color models

94B575
RGB148181117
HSL91°30.19%58.43%
HSB/HSV91°35.36%70.98%
CMYK18.23%0.00%35.36%
29.02%

Color #94B575 in popluar number systems.

HEX94B575
Decimal148181117
Binary10010100101101011110101
Octal224265165

Shades and tints

Shades of #94B575

#94B575
(148,181,117)
#87A56B
(135,165,107)
#7A9561
(122,149,97)
#6D8557
(109,133,87)
#60754D
(96,117,77)
#536543
(83,101,67)
#465539
(70,85,57)
#39452F
(57,69,47)
#2C3525
(44,53,37)
#1F251B
(31,37,27)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #94B575

#94B575
(148,181,117)
#9DBB81
(157,187,129)
#A6C18D
(166,193,141)
#AFC799
(175,199,153)
#B8CDA5
(184,205,165)
#C1D3B1
(193,211,177)
#CAD9BD
(202,217,189)
#D3DFC9
(211,223,201)
#DCE5D5
(220,229,213)
#E5EBE1
(229,235,225)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B575; }

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

This text font color is #94B575.


Background Color

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

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

This div background color is #94B575.


Border color

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

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

This div border color is #94B575.


Opacity

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

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

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

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

This text has shadow with #94B575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B575 on black background.


Color preview on white background

This text has color #94B575 on white background.



Black color preview on #94B575 background

This text has black color on #94B575 background.


White color preview on #94B575 background

This text has white color on #94B575 background.