COLOR #46814A

HEX: #46814A
RGB: (70,129,74)

Color info

#46814A contains red, green and blue colors in about the same proportion. Web safe color of #46814A is #339933 (or #393).

RGB color model

#46814A color RGB value is (70,129,74).

  • red value is 70;
  • green value is 129;
  • blue value is 74.
RGB:
(70,129,74)
(27%,51%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 129 of 255 = 51%
B 74 of 255 = 29%

70
129
74

R + G + B ~ 36%. #46814A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 129 + 74 = 273 (100%)
R 70 of 273 ~ 25.64%
G 129 of 273 ~ 47.25%
B 74 of 273 ~ 27.11%

%25.64
%47.25
%27.11

CMYK color model

#46814A color CMYK value is (46,0,43,49).

  • cyan value is 45.74%
  • magenta value is 0.00%
  • yellow value is 42.64%
  • key color value is 49.41%
CMYK:
(46,0,43,49)
C46M0Y43K49 
(46%,0%,43%,49%)
(0.46/0.00/0.43/0.49)	

CMYK percentages

%45.74
%0
%42.64
%49.41

Codes

Color #46814A in popluar color models

46814A
RGB7012974
HSL124°29.65%39.02%
HSB/HSV124°45.74%50.59%
CMYK45.74%0.00%42.64%
49.41%

Color #46814A in popluar number systems.

HEX46814A
Decimal7012974
Binary1000110100000011001010
Octal106201112

Shades and tints

Shades of #46814A

#46814A
(70,129,74)
#407644
(64,118,68)
#3A6B3E
(58,107,62)
#346038
(52,96,56)
#2E5532
(46,85,50)
#284A2C
(40,74,44)
#223F26
(34,63,38)
#1C3420
(28,52,32)
#16291A
(22,41,26)
#101E14
(16,30,20)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #46814A

#46814A
(70,129,74)
#568C5A
(86,140,90)
#66976A
(102,151,106)
#76A27A
(118,162,122)
#86AD8A
(134,173,138)
#96B89A
(150,184,154)
#A6C3AA
(166,195,170)
#B6CEBA
(182,206,186)
#C6D9CA
(198,217,202)
#D6E4DA
(214,228,218)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46814A color. Also use rgb(70,129,74) instead hex code.

Text Font Color

.myTextColor { color: #46814A; }

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

This text font color is #46814A.


Background Color

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

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

This div background color is #46814A.


Border color

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

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

This div border color is #46814A.


Opacity

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

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

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

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

This text has shadow with #46814A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46814A on black background.


Color preview on white background

This text has color #46814A on white background.



Black color preview on #46814A background

This text has black color on #46814A background.


White color preview on #46814A background

This text has white color on #46814A background.