COLOR #46820D

HEX: #46820D
RGB: (70,130,13)

Color info

#46820D contains mainly green color. Web safe color of #46820D is #339900 (or #390).

RGB color model

#46820D color RGB value is (70,130,13).

  • red value is 70;
  • green value is 130;
  • blue value is 13.
RGB: (70,130,13) (27%,51%,5%)

RGB channels and saturation

R 70 of 255 = 27%
G 130 of 255 = 51%
B 13 of 255 = 5%

70
130
13

R + G + B ~ 28%. #46820D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 130 + 13 = 213 (100%)
R 70 of 213 ~ 32.86%
G 130 of 213 ~ 61.03%
B 13 of 213 ~ 6.1%

%32.86
%61.03

CMYK color model

#46820D color CMYK value is (46,0,90,49).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 49.02%
CMYK: (46,0,90,49) C46M0Y90K49 (46%,0%,90%,49%) (0.46/0.00/0.90/0.49)

CMYK percentages

%46.15
%0
%90
%49.02

Codes

Color #46820D in popluar color models

46820D
RGB7013013
HSL91°81.82%28.04%
HSB/HSV91°90.00%50.98%
CMYK46.15%0.00%90.00%
49.02%

Color #46820D in popluar number systems.

HEX46820D
Decimal7013013
Binary1000110100000101101
Octal10620215

Shades and tints

Shades of #46820D

#46820D
(70,130,13)
#40770C
(64,119,12)
#3A6C0B
(58,108,11)
#34610A
(52,97,10)
#2E5609
(46,86,9)
#284B08
(40,75,8)
#224007
(34,64,7)
#1C3506
(28,53,6)
#162A05
(22,42,5)
#101F04
(16,31,4)
#0A1403
(10,20,3)
#000000
(0,0,0)

Tints of #46820D

#46820D
(70,130,13)
#568D23
(86,141,35)
#669839
(102,152,57)
#76A34F
(118,163,79)
#86AE65
(134,174,101)
#96B97B
(150,185,123)
#A6C491
(166,196,145)
#B6CFA7
(182,207,167)
#C6DABD
(198,218,189)
#D6E5D3
(214,229,211)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46820D color. Also use rgb(70,130,13) instead hex code.

Text Font Color

.myTextColor { color: #46820D; }

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

This text font color is #46820D.


Background Color

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

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

This div background color is #46820D.


Border color

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

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

This div border color is #46820D.


Opacity

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

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

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

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

This text has shadow with #46820D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #46820D on black background.


Color preview on white background

This text has color #46820D on white background.



Black color preview on #46820D background

This text has black color on #46820D background.


White color preview on #46820D background

This text has white color on #46820D background.