COLOR #466E33

HEX: #466E33
RGB: (70,110,51)

Color info

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

RGB color model

#466E33 color RGB value is (70,110,51).

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

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 51 of 255 = 20%

70
110
51

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

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 51 = 231 (100%)
R 70 of 231 ~ 30.3%
G 110 of 231 ~ 47.62%
B 51 of 231 ~ 22.08%

%30.3
%47.62
%22.08

CMYK color model

#466E33 color CMYK value is (36,0,54,57).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 53.64%
  • key color value is 56.86%
CMYK:
(36,0,54,57)
C36M0Y54K57 
(36%,0%,54%,57%)
(0.36/0.00/0.54/0.57)	

CMYK percentages

%36.36
%0
%53.64
%56.86

Codes

Color #466E33 in popluar color models

466E33
RGB7011051
HSL101°36.65%31.57%
HSB/HSV101°53.64%43.14%
CMYK36.36%0.00%53.64%
56.86%

Color #466E33 in popluar number systems.

HEX466E33
Decimal7011051
Binary10001101101110110011
Octal10615663

Shades and tints

Shades of #466E33

#466E33
(70,110,51)
#40642F
(64,100,47)
#3A5A2B
(58,90,43)
#345027
(52,80,39)
#2E4623
(46,70,35)
#283C1F
(40,60,31)
#22321B
(34,50,27)
#1C2817
(28,40,23)
#161E13
(22,30,19)
#10140F
(16,20,15)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #466E33

#466E33
(70,110,51)
#567B45
(86,123,69)
#668857
(102,136,87)
#769569
(118,149,105)
#86A27B
(134,162,123)
#96AF8D
(150,175,141)
#A6BC9F
(166,188,159)
#B6C9B1
(182,201,177)
#C6D6C3
(198,214,195)
#D6E3D5
(214,227,213)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466E33; }

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

This text font color is #466E33.


Background Color

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

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

This div background color is #466E33.


Border color

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

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

This div border color is #466E33.


Opacity

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

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

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

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

This text has shadow with #466E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E33 on black background.


Color preview on white background

This text has color #466E33 on white background.



Black color preview on #466E33 background

This text has black color on #466E33 background.


White color preview on #466E33 background

This text has white color on #466E33 background.