COLOR #466428

HEX: #466428
RGB: (70,100,40)

Color info

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

RGB color model

#466428 color RGB value is (70,100,40).

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

RGB channels and saturation

R 70 of 255 = 27%
G 100 of 255 = 39%
B 40 of 255 = 16%

70
100
40

R + G + B ~ 27%. #466428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 40 = 210 (100%)
R 70 of 210 ~ 33.33%
G 100 of 210 ~ 47.62%
B 40 of 210 ~ 19.05%

%33.33
%47.62
%19.05

CMYK color model

#466428 color CMYK value is (30,0,60,61).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 60.78%
CMYK:
(30,0,60,61)
C30M0Y60K61 
(30%,0%,60%,61%)
(0.30/0.00/0.60/0.61)	

CMYK percentages

%30
%0
%60
%60.78

Codes

Color #466428 in popluar color models

466428
RGB7010040
HSL90°42.86%27.45%
HSB/HSV90°60.00%39.22%
CMYK30.00%0.00%60.00%
60.78%

Color #466428 in popluar number systems.

HEX466428
Decimal7010040
Binary10001101100100101000
Octal10614450

Shades and tints

Shades of #466428

#466428
(70,100,40)
#405B25
(64,91,37)
#3A5222
(58,82,34)
#34491F
(52,73,31)
#2E401C
(46,64,28)
#283719
(40,55,25)
#222E16
(34,46,22)
#1C2513
(28,37,19)
#161C10
(22,28,16)
#10130D
(16,19,13)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #466428

#466428
(70,100,40)
#56723B
(86,114,59)
#66804E
(102,128,78)
#768E61
(118,142,97)
#869C74
(134,156,116)
#96AA87
(150,170,135)
#A6B89A
(166,184,154)
#B6C6AD
(182,198,173)
#C6D4C0
(198,212,192)
#D6E2D3
(214,226,211)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466428; }

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

This text font color is #466428.


Background Color

.myBgColor { background-color: #466428; }

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

This div background color is #466428.


Border color

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

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

This div border color is #466428.


Opacity

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

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

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

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

This text has shadow with #466428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466428 on black background.


Color preview on white background

This text has color #466428 on white background.



Black color preview on #466428 background

This text has black color on #466428 background.


White color preview on #466428 background

This text has white color on #466428 background.