COLOR #466928

HEX: #466928
RGB: (70,105,40)

Color info

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

RGB color model

#466928 color RGB value is (70,105,40).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 40 of 255 = 16%

70
105
40

R + G + B ~ 28%. #466928 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 40 = 215 (100%)
R 70 of 215 ~ 32.56%
G 105 of 215 ~ 48.84%
B 40 of 215 ~ 18.6%

%32.56
%48.84
%18.6

CMYK color model

#466928 color CMYK value is (33,0,62,59).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 61.90%
  • key color value is 58.82%
CMYK:
(33,0,62,59)
C33M0Y62K59 
(33%,0%,62%,59%)
(0.33/0.00/0.62/0.59)	

CMYK percentages

%33.33
%0
%61.9
%58.82

Codes

Color #466928 in popluar color models

466928
RGB7010540
HSL92°44.83%28.43%
HSB/HSV92°61.90%41.18%
CMYK33.33%0.00%61.90%
58.82%

Color #466928 in popluar number systems.

HEX466928
Decimal7010540
Binary10001101101001101000
Octal10615150

Shades and tints

Shades of #466928

#466928
(70,105,40)
#406025
(64,96,37)
#3A5722
(58,87,34)
#344E1F
(52,78,31)
#2E451C
(46,69,28)
#283C19
(40,60,25)
#223316
(34,51,22)
#1C2A13
(28,42,19)
#162110
(22,33,16)
#10180D
(16,24,13)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #466928

#466928
(70,105,40)
#56763B
(86,118,59)
#66834E
(102,131,78)
#769061
(118,144,97)
#869D74
(134,157,116)
#96AA87
(150,170,135)
#A6B79A
(166,183,154)
#B6C4AD
(182,196,173)
#C6D1C0
(198,209,192)
#D6DED3
(214,222,211)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466928; }

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

This text font color is #466928.


Background Color

.myBgColor { background-color: #466928; }

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

This div background color is #466928.


Border color

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

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

This div border color is #466928.


Opacity

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

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

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

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

This text has shadow with #466928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466928 on black background.


Color preview on white background

This text has color #466928 on white background.



Black color preview on #466928 background

This text has black color on #466928 background.


White color preview on #466928 background

This text has white color on #466928 background.