COLOR #46782F

HEX: #46782F
RGB: (70,120,47)

Color info

#46782F contains mainly red and green colors. Web safe color of #46782F is #336633 (or #363).

RGB color model

#46782F color RGB value is (70,120,47).

  • red value is 70;
  • green value is 120;
  • blue value is 47.
RGB:
(70,120,47)
(27%,47%,18%)

RGB channels and saturation

R 70 of 255 = 27%
G 120 of 255 = 47%
B 47 of 255 = 18%

70
120
47

R + G + B ~ 31%. #46782F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 120 + 47 = 237 (100%)
R 70 of 237 ~ 29.54%
G 120 of 237 ~ 50.63%
B 47 of 237 ~ 19.83%

%29.54
%50.63
%19.83

CMYK color model

#46782F color CMYK value is (42,0,61,53).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 60.83%
  • key color value is 52.94%
CMYK:
(42,0,61,53)
C42M0Y61K53 
(42%,0%,61%,53%)
(0.42/0.00/0.61/0.53)	

CMYK percentages

%41.67
%0
%60.83
%52.94

Codes

Color #46782F in popluar color models

46782F
RGB7012047
HSL101°43.71%32.75%
HSB/HSV101°60.83%47.06%
CMYK41.67%0.00%60.83%
52.94%

Color #46782F in popluar number systems.

HEX46782F
Decimal7012047
Binary10001101111000101111
Octal10617057

Shades and tints

Shades of #46782F

#46782F
(70,120,47)
#406E2B
(64,110,43)
#3A6427
(58,100,39)
#345A23
(52,90,35)
#2E501F
(46,80,31)
#28461B
(40,70,27)
#223C17
(34,60,23)
#1C3213
(28,50,19)
#16280F
(22,40,15)
#101E0B
(16,30,11)
#0A1407
(10,20,7)
#000000
(0,0,0)

Tints of #46782F

#46782F
(70,120,47)
#568441
(86,132,65)
#669053
(102,144,83)
#769C65
(118,156,101)
#86A877
(134,168,119)
#96B489
(150,180,137)
#A6C09B
(166,192,155)
#B6CCAD
(182,204,173)
#C6D8BF
(198,216,191)
#D6E4D1
(214,228,209)
#E6F0E3
(230,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46782F color. Also use rgb(70,120,47) instead hex code.

Text Font Color

.myTextColor { color: #46782F; }

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

This text font color is #46782F.


Background Color

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

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

This div background color is #46782F.


Border color

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

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

This div border color is #46782F.


Opacity

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

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

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

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

This text has shadow with #46782F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46782F on black background.


Color preview on white background

This text has color #46782F on white background.



Black color preview on #46782F background

This text has black color on #46782F background.


White color preview on #46782F background

This text has white color on #46782F background.