COLOR #466E30

HEX: #466E30
RGB: (70,110,48)

Color info

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

RGB color model

#466E30 color RGB value is (70,110,48).

  • red value is 70;
  • green value is 110;
  • blue value is 48.
RGB:
(70,110,48)
(27%,43%,19%)

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 48 of 255 = 19%

70
110
48

R + G + B ~ 30%. #466E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 48 = 228 (100%)
R 70 of 228 ~ 30.7%
G 110 of 228 ~ 48.25%
B 48 of 228 ~ 21.05%

%30.7
%48.25
%21.05

CMYK color model

#466E30 color CMYK value is (36,0,56,57).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 56.86%
CMYK:
(36,0,56,57)
C36M0Y56K57 
(36%,0%,56%,57%)
(0.36/0.00/0.56/0.57)	

CMYK percentages

%36.36
%0
%56.36
%56.86

Codes

Color #466E30 in popluar color models

466E30
RGB7011048
HSL99°39.24%30.98%
HSB/HSV99°56.36%43.14%
CMYK36.36%0.00%56.36%
56.86%

Color #466E30 in popluar number systems.

HEX466E30
Decimal7011048
Binary10001101101110110000
Octal10615660

Shades and tints

Shades of #466E30

#466E30
(70,110,48)
#40642C
(64,100,44)
#3A5A28
(58,90,40)
#345024
(52,80,36)
#2E4620
(46,70,32)
#283C1C
(40,60,28)
#223218
(34,50,24)
#1C2814
(28,40,20)
#161E10
(22,30,16)
#10140C
(16,20,12)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #466E30

#466E30
(70,110,48)
#567B42
(86,123,66)
#668854
(102,136,84)
#769566
(118,149,102)
#86A278
(134,162,120)
#96AF8A
(150,175,138)
#A6BC9C
(166,188,156)
#B6C9AE
(182,201,174)
#C6D6C0
(198,214,192)
#D6E3D2
(214,227,210)
#E6F0E4
(230,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466E30 color. Also use rgb(70,110,48) instead hex code.

Text Font Color

.myTextColor { color: #466E30; }

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

This text font color is #466E30.


Background Color

.myBgColor { background-color: #466E30; }

<div style="background-color:#466E30">Inner text</div>

This div background color is #466E30.


Border color

.myBorderColor { border: 1px solid #466E30; }

<div style="border:3px solid #466E30">Div</div>

This div border color is #466E30.


Opacity

.myOpacity80 { color: #466E30; opacity: 0.8; }

<p style="color:#466E30;opacity:0.8;">80%</p>

Text with #466E30 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 #466E30;}

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

This text has shadow with #466E30 color.

.textShadow {text-shadow: 3px 3px 1px #466E30, 3px 3px 1px red;}

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

This text has shadow with #466E30 primary color and red secondary color.


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

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

This text has shadow with #466E30 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E30 on black background.


Color preview on white background

This text has color #466E30 on white background.



Black color preview on #466E30 background

This text has black color on #466E30 background.


White color preview on #466E30 background

This text has white color on #466E30 background.