COLOR #94B678

HEX: #94B678
RGB: (148,182,120)

Color info

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

RGB color model

#94B678 color RGB value is (148,182,120).

  • red value is 148;
  • green value is 182;
  • blue value is 120.
RGB:
(148,182,120)
(58%,71%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 182 of 255 = 71%
B 120 of 255 = 47%

148
182
120

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

Portions of RGB colors in percentages

R + G + B =
148 + 182 + 120 = 450 (100%)
R 148 of 450 ~ 32.89%
G 182 of 450 ~ 40.44%
B 120 of 450 ~ 26.67%

%32.89
%40.44
%26.67

CMYK color model

#94B678 color CMYK value is (19,0,34,29).

  • cyan value is 18.68%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(19,0,34,29)
C19M0Y34K29 
(19%,0%,34%,29%)
(0.19/0.00/0.34/0.29)	

CMYK percentages

%18.68
%0
%34.07
%28.63

Codes

Color #94B678 in popluar color models

94B678
RGB148182120
HSL93°29.81%59.22%
HSB/HSV93°34.07%71.37%
CMYK18.68%0.00%34.07%
28.63%

Color #94B678 in popluar number systems.

HEX94B678
Decimal148182120
Binary10010100101101101111000
Octal224266170

Shades and tints

Shades of #94B678

#94B678
(148,182,120)
#87A66E
(135,166,110)
#7A9664
(122,150,100)
#6D865A
(109,134,90)
#607650
(96,118,80)
#536646
(83,102,70)
#46563C
(70,86,60)
#394632
(57,70,50)
#2C3628
(44,54,40)
#1F261E
(31,38,30)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #94B678

#94B678
(148,182,120)
#9DBC84
(157,188,132)
#A6C290
(166,194,144)
#AFC89C
(175,200,156)
#B8CEA8
(184,206,168)
#C1D4B4
(193,212,180)
#CADAC0
(202,218,192)
#D3E0CC
(211,224,204)
#DCE6D8
(220,230,216)
#E5ECE4
(229,236,228)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B678 color. Also use rgb(148,182,120) instead hex code.

Text Font Color

.myTextColor { color: #94B678; }

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

This text font color is #94B678.


Background Color

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

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

This div background color is #94B678.


Border color

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

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

This div border color is #94B678.


Opacity

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

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

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

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

This text has shadow with #94B678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B678 on black background.


Color preview on white background

This text has color #94B678 on white background.



Black color preview on #94B678 background

This text has black color on #94B678 background.


White color preview on #94B678 background

This text has white color on #94B678 background.