COLOR #466936

HEX: #466936
RGB: (70,105,54)

Color info

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

RGB color model

#466936 color RGB value is (70,105,54).

  • red value is 70;
  • green value is 105;
  • blue value is 54.
RGB:
(70,105,54)
(27%,41%,21%)

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 54 of 255 = 21%

70
105
54

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

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 54 = 229 (100%)
R 70 of 229 ~ 30.57%
G 105 of 229 ~ 45.85%
B 54 of 229 ~ 23.58%

%30.57
%45.85
%23.58

CMYK color model

#466936 color CMYK value is (33,0,49,59).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 58.82%
CMYK:
(33,0,49,59)
C33M0Y49K59 
(33%,0%,49%,59%)
(0.33/0.00/0.49/0.59)	

CMYK percentages

%33.33
%0
%48.57
%58.82

Codes

Color #466936 in popluar color models

466936
RGB7010554
HSL101°32.08%31.18%
HSB/HSV101°48.57%41.18%
CMYK33.33%0.00%48.57%
58.82%

Color #466936 in popluar number systems.

HEX466936
Decimal7010554
Binary10001101101001110110
Octal10615166

Shades and tints

Shades of #466936

#466936
(70,105,54)
#406032
(64,96,50)
#3A572E
(58,87,46)
#344E2A
(52,78,42)
#2E4526
(46,69,38)
#283C22
(40,60,34)
#22331E
(34,51,30)
#1C2A1A
(28,42,26)
#162116
(22,33,22)
#101812
(16,24,18)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #466936

#466936
(70,105,54)
#567648
(86,118,72)
#66835A
(102,131,90)
#76906C
(118,144,108)
#869D7E
(134,157,126)
#96AA90
(150,170,144)
#A6B7A2
(166,183,162)
#B6C4B4
(182,196,180)
#C6D1C6
(198,209,198)
#D6DED8
(214,222,216)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466936 color. Also use rgb(70,105,54) instead hex code.

Text Font Color

.myTextColor { color: #466936; }

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

This text font color is #466936.


Background Color

.myBgColor { background-color: #466936; }

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

This div background color is #466936.


Border color

.myBorderColor { border: 1px solid #466936; }

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

This div border color is #466936.


Opacity

.myOpacity80 { color: #466936; opacity: 0.8; }

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

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

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

This text has shadow with #466936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466936 on black background.


Color preview on white background

This text has color #466936 on white background.



Black color preview on #466936 background

This text has black color on #466936 background.


White color preview on #466936 background

This text has white color on #466936 background.