COLOR #94B782

HEX: #94B782
RGB: (148,183,130)

Color info

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

RGB color model

#94B782 color RGB value is (148,183,130).

  • red value is 148;
  • green value is 183;
  • blue value is 130.
RGB: (148,183,130) (58%,72%,51%)

RGB channels and saturation

R 148 of 255 = 58%
G 183 of 255 = 72%
B 130 of 255 = 51%

148
183
130

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

Portions of RGB colors in percentages

R + G + B =
148 + 183 + 130 = 461 (100%)
R 148 of 461 ~ 32.1%
G 183 of 461 ~ 39.7%
B 130 of 461 ~ 28.2%

%32.1
%39.7
%28.2

CMYK color model

#94B782 color CMYK value is (19,0,29,28).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 28.24%
CMYK: (19,0,29,28) C19M0Y29K28 (19%,0%,29%,28%) (0.19/0.00/0.29/0.28)

CMYK percentages

%19.13
%0
%28.96
%28.24

Codes

Color #94B782 in popluar color models

94B782
RGB148183130
HSL100°26.90%61.37%
HSB/HSV100°28.96%71.76%
CMYK19.13%0.00%28.96%
28.24%

Color #94B782 in popluar number systems.

HEX94B782
Decimal148183130
Binary100101001011011110000010
Octal224267202

Shades and tints

Shades of #94B782

#94B782
(148,183,130)
#87A777
(135,167,119)
#7A976C
(122,151,108)
#6D8761
(109,135,97)
#607756
(96,119,86)
#53674B
(83,103,75)
#465740
(70,87,64)
#394735
(57,71,53)
#2C372A
(44,55,42)
#1F271F
(31,39,31)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #94B782

#94B782
(148,183,130)
#9DBD8D
(157,189,141)
#A6C398
(166,195,152)
#AFC9A3
(175,201,163)
#B8CFAE
(184,207,174)
#C1D5B9
(193,213,185)
#CADBC4
(202,219,196)
#D3E1CF
(211,225,207)
#DCE7DA
(220,231,218)
#E5EDE5
(229,237,229)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B782 color. Also use rgb(148,183,130) instead hex code.

Text Font Color

.myTextColor { color: #94B782; }

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

This text font color is #94B782.


Background Color

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

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

This div background color is #94B782.


Border color

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

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

This div border color is #94B782.


Opacity

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

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

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

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

This text has shadow with #94B782 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #94B782 on black background.


Color preview on white background

This text has color #94B782 on white background.



Black color preview on #94B782 background

This text has black color on #94B782 background.


White color preview on #94B782 background

This text has white color on #94B782 background.