COLOR #46703E

HEX: #46703E
RGB: (70,112,62)

Color info

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

RGB color model

#46703E color RGB value is (70,112,62).

  • red value is 70;
  • green value is 112;
  • blue value is 62.
RGB:
(70,112,62)
(27%,44%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 112 of 255 = 44%
B 62 of 255 = 24%

70
112
62

R + G + B ~ 32%. #46703E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 112 + 62 = 244 (100%)
R 70 of 244 ~ 28.69%
G 112 of 244 ~ 45.9%
B 62 of 244 ~ 25.41%

%28.69
%45.9
%25.41

CMYK color model

#46703E color CMYK value is (38,0,45,56).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 56.08%
CMYK:
(38,0,45,56)
C38M0Y45K56 
(38%,0%,45%,56%)
(0.38/0.00/0.45/0.56)	

CMYK percentages

%37.5
%0
%44.64
%56.08

Codes

Color #46703E in popluar color models

46703E
RGB7011262
HSL110°28.74%34.12%
HSB/HSV110°44.64%43.92%
CMYK37.50%0.00%44.64%
56.08%

Color #46703E in popluar number systems.

HEX46703E
Decimal7011262
Binary10001101110000111110
Octal10616076

Shades and tints

Shades of #46703E

#46703E
(70,112,62)
#406639
(64,102,57)
#3A5C34
(58,92,52)
#34522F
(52,82,47)
#2E482A
(46,72,42)
#283E25
(40,62,37)
#223420
(34,52,32)
#1C2A1B
(28,42,27)
#162016
(22,32,22)
#101611
(16,22,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #46703E

#46703E
(70,112,62)
#567D4F
(86,125,79)
#668A60
(102,138,96)
#769771
(118,151,113)
#86A482
(134,164,130)
#96B193
(150,177,147)
#A6BEA4
(166,190,164)
#B6CBB5
(182,203,181)
#C6D8C6
(198,216,198)
#D6E5D7
(214,229,215)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46703E color. Also use rgb(70,112,62) instead hex code.

Text Font Color

.myTextColor { color: #46703E; }

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

This text font color is #46703E.


Background Color

.myBgColor { background-color: #46703E; }

<div style="background-color:#46703E">Inner text</div>

This div background color is #46703E.


Border color

.myBorderColor { border: 1px solid #46703E; }

<div style="border:3px solid #46703E">Div</div>

This div border color is #46703E.


Opacity

.myOpacity80 { color: #46703E; opacity: 0.8; }

<p style="color:#46703E;opacity:0.8;">80%</p>

Text with #46703E 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 #46703E;}

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

This text has shadow with #46703E color.

.textShadow {text-shadow: 3px 3px 1px #46703E, 3px 3px 1px red;}

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

This text has shadow with #46703E primary color and red secondary color.


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

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

This text has shadow with #46703E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46703E on black background.


Color preview on white background

This text has color #46703E on white background.



Black color preview on #46703E background

This text has black color on #46703E background.


White color preview on #46703E background

This text has white color on #46703E background.