COLOR #46976A

HEX: #46976A
RGB: (70,151,106)

Color info

#46976A contains mainly green and blue colors. Web safe color of #46976A is #339966 (or #396).

RGB color model

#46976A color RGB value is (70,151,106).

  • red value is 70;
  • green value is 151;
  • blue value is 106.
RGB:
(70,151,106)
(27%,59%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 151 of 255 = 59%
B 106 of 255 = 42%

70
151
106

R + G + B ~ 43%. #46976A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 151 + 106 = 327 (100%)
R 70 of 327 ~ 21.41%
G 151 of 327 ~ 46.18%
B 106 of 327 ~ 32.42%

%21.41
%46.18
%32.42

CMYK color model

#46976A color CMYK value is (54,0,30,41).

  • cyan value is 53.64%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK:
(54,0,30,41)
C54M0Y30K41 
(54%,0%,30%,41%)
(0.54/0.00/0.30/0.41)	

CMYK percentages

%53.64
%0
%29.8
%40.78

Codes

Color #46976A in popluar color models

46976A
RGB70151106
HSL147°36.65%43.33%
HSB/HSV147°53.64%59.22%
CMYK53.64%0.00%29.80%
40.78%

Color #46976A in popluar number systems.

HEX46976A
Decimal70151106
Binary1000110100101111101010
Octal106227152

Shades and tints

Shades of #46976A

#46976A
(70,151,106)
#408A61
(64,138,97)
#3A7D58
(58,125,88)
#34704F
(52,112,79)
#2E6346
(46,99,70)
#28563D
(40,86,61)
#224934
(34,73,52)
#1C3C2B
(28,60,43)
#162F22
(22,47,34)
#102219
(16,34,25)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #46976A

#46976A
(70,151,106)
#56A077
(86,160,119)
#66A984
(102,169,132)
#76B291
(118,178,145)
#86BB9E
(134,187,158)
#96C4AB
(150,196,171)
#A6CDB8
(166,205,184)
#B6D6C5
(182,214,197)
#C6DFD2
(198,223,210)
#D6E8DF
(214,232,223)
#E6F1EC
(230,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46976A color. Also use rgb(70,151,106) instead hex code.

Text Font Color

.myTextColor { color: #46976A; }

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

This text font color is #46976A.


Background Color

.myBgColor { background-color: #46976A; }

<div style="background-color:#46976A">Inner text</div>

This div background color is #46976A.


Border color

.myBorderColor { border: 1px solid #46976A; }

<div style="border:3px solid #46976A">Div</div>

This div border color is #46976A.


Opacity

.myOpacity80 { color: #46976A; opacity: 0.8; }

<p style="color:#46976A;opacity:0.8;">80%</p>

Text with #46976A 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 #46976A;}

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

This text has shadow with #46976A color.

.textShadow {text-shadow: 3px 3px 1px #46976A, 3px 3px 1px red;}

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

This text has shadow with #46976A primary color and red secondary color.


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

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

This text has shadow with #46976A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46976A on black background.


Color preview on white background

This text has color #46976A on white background.



Black color preview on #46976A background

This text has black color on #46976A background.


White color preview on #46976A background

This text has white color on #46976A background.