COLOR #46804D

HEX: #46804D
RGB: (70,128,77)

Color info

#46804D contains red, green and blue colors in about the same proportion. Web safe color of #46804D is #336633 (or #363).

RGB color model

#46804D color RGB value is (70,128,77).

  • red value is 70;
  • green value is 128;
  • blue value is 77.
RGB:
(70,128,77)
(27%,50%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 77 of 255 = 30%

70
128
77

R + G + B ~ 36%. #46804D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 128 + 77 = 275 (100%)
R 70 of 275 ~ 25.45%
G 128 of 275 ~ 46.55%
B 77 of 275 ~ 28%

%25.45
%46.55
%28

CMYK color model

#46804D color CMYK value is (45,0,40,50).

  • cyan value is 45.31%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 49.80%
CMYK:
(45,0,40,50)
C45M0Y40K50 
(45%,0%,40%,50%)
(0.45/0.00/0.40/0.50)	

CMYK percentages

%45.31
%0
%39.84
%49.8

Codes

Color #46804D in popluar color models

46804D
RGB7012877
HSL127°29.29%38.82%
HSB/HSV127°45.31%50.20%
CMYK45.31%0.00%39.84%
49.80%

Color #46804D in popluar number systems.

HEX46804D
Decimal7012877
Binary1000110100000001001101
Octal106200115

Shades and tints

Shades of #46804D

#46804D
(70,128,77)
#407546
(64,117,70)
#3A6A3F
(58,106,63)
#345F38
(52,95,56)
#2E5431
(46,84,49)
#28492A
(40,73,42)
#223E23
(34,62,35)
#1C331C
(28,51,28)
#162815
(22,40,21)
#101D0E
(16,29,14)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #46804D

#46804D
(70,128,77)
#568B5D
(86,139,93)
#66966D
(102,150,109)
#76A17D
(118,161,125)
#86AC8D
(134,172,141)
#96B79D
(150,183,157)
#A6C2AD
(166,194,173)
#B6CDBD
(182,205,189)
#C6D8CD
(198,216,205)
#D6E3DD
(214,227,221)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46804D color. Also use rgb(70,128,77) instead hex code.

Text Font Color

.myTextColor { color: #46804D; }

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

This text font color is #46804D.


Background Color

.myBgColor { background-color: #46804D; }

<div style="background-color:#46804D">Inner text</div>

This div background color is #46804D.


Border color

.myBorderColor { border: 1px solid #46804D; }

<div style="border:3px solid #46804D">Div</div>

This div border color is #46804D.


Opacity

.myOpacity80 { color: #46804D; opacity: 0.8; }

<p style="color:#46804D;opacity:0.8;">80%</p>

Text with #46804D 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 #46804D;}

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

This text has shadow with #46804D color.

.textShadow {text-shadow: 3px 3px 1px #46804D, 3px 3px 1px red;}

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

This text has shadow with #46804D primary color and red secondary color.


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

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

This text has shadow with #46804D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46804D on black background.


Color preview on white background

This text has color #46804D on white background.



Black color preview on #46804D background

This text has black color on #46804D background.


White color preview on #46804D background

This text has white color on #46804D background.