COLOR #46937F

HEX: #46937F
RGB: (70,147,127)

Color info

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

RGB color model

#46937F color RGB value is (70,147,127).

  • red value is 70;
  • green value is 147;
  • blue value is 127.
RGB:
(70,147,127)
(27%,58%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 147 of 255 = 58%
B 127 of 255 = 50%

70
147
127

R + G + B ~ 45%. #46937F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 147 + 127 = 344 (100%)
R 70 of 344 ~ 20.35%
G 147 of 344 ~ 42.73%
B 127 of 344 ~ 36.92%

%20.35
%42.73
%36.92

CMYK color model

#46937F color CMYK value is (52,0,14,42).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 42.35%
CMYK:
(52,0,14,42)
C52M0Y14K42 
(52%,0%,14%,42%)
(0.52/0.00/0.14/0.42)	

CMYK percentages

%52.38
%0
%13.61
%42.35

Codes

Color #46937F in popluar color models

46937F
RGB70147127
HSL164°35.48%42.55%
HSB/HSV164°52.38%57.65%
CMYK52.38%0.00%13.61%
42.35%

Color #46937F in popluar number systems.

HEX46937F
Decimal70147127
Binary1000110100100111111111
Octal106223177

Shades and tints

Shades of #46937F

#46937F
(70,147,127)
#408674
(64,134,116)
#3A7969
(58,121,105)
#346C5E
(52,108,94)
#2E5F53
(46,95,83)
#285248
(40,82,72)
#22453D
(34,69,61)
#1C3832
(28,56,50)
#162B27
(22,43,39)
#101E1C
(16,30,28)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #46937F

#46937F
(70,147,127)
#569C8A
(86,156,138)
#66A595
(102,165,149)
#76AEA0
(118,174,160)
#86B7AB
(134,183,171)
#96C0B6
(150,192,182)
#A6C9C1
(166,201,193)
#B6D2CC
(182,210,204)
#C6DBD7
(198,219,215)
#D6E4E2
(214,228,226)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46937F color. Also use rgb(70,147,127) instead hex code.

Text Font Color

.myTextColor { color: #46937F; }

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

This text font color is #46937F.


Background Color

.myBgColor { background-color: #46937F; }

<div style="background-color:#46937F">Inner text</div>

This div background color is #46937F.


Border color

.myBorderColor { border: 1px solid #46937F; }

<div style="border:3px solid #46937F">Div</div>

This div border color is #46937F.


Opacity

.myOpacity80 { color: #46937F; opacity: 0.8; }

<p style="color:#46937F;opacity:0.8;">80%</p>

Text with #46937F 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 #46937F;}

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

This text has shadow with #46937F color.

.textShadow {text-shadow: 3px 3px 1px #46937F, 3px 3px 1px red;}

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

This text has shadow with #46937F primary color and red secondary color.


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

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

This text has shadow with #46937F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46937F on black background.


Color preview on white background

This text has color #46937F on white background.



Black color preview on #46937F background

This text has black color on #46937F background.


White color preview on #46937F background

This text has white color on #46937F background.