COLOR #466728

HEX: #466728
RGB: (70,103,40)

Color info

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

RGB color model

#466728 color RGB value is (70,103,40).

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

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 40 of 255 = 16%

70
103
40

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

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 40 = 213 (100%)
R 70 of 213 ~ 32.86%
G 103 of 213 ~ 48.36%
B 40 of 213 ~ 18.78%

%32.86
%48.36
%18.78

CMYK color model

#466728 color CMYK value is (32,0,61,60).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 61.17%
  • key color value is 59.61%
CMYK:
(32,0,61,60)
C32M0Y61K60 
(32%,0%,61%,60%)
(0.32/0.00/0.61/0.60)	

CMYK percentages

%32.04
%0
%61.17
%59.61

Codes

Color #466728 in popluar color models

466728
RGB7010340
HSL91°44.06%28.04%
HSB/HSV91°61.17%40.39%
CMYK32.04%0.00%61.17%
59.61%

Color #466728 in popluar number systems.

HEX466728
Decimal7010340
Binary10001101100111101000
Octal10614750

Shades and tints

Shades of #466728

#466728
(70,103,40)
#405E25
(64,94,37)
#3A5522
(58,85,34)
#344C1F
(52,76,31)
#2E431C
(46,67,28)
#283A19
(40,58,25)
#223116
(34,49,22)
#1C2813
(28,40,19)
#161F10
(22,31,16)
#10160D
(16,22,13)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #466728

#466728
(70,103,40)
#56743B
(86,116,59)
#66814E
(102,129,78)
#768E61
(118,142,97)
#869B74
(134,155,116)
#96A887
(150,168,135)
#A6B59A
(166,181,154)
#B6C2AD
(182,194,173)
#C6CFC0
(198,207,192)
#D6DCD3
(214,220,211)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466728; }

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

This text font color is #466728.


Background Color

.myBgColor { background-color: #466728; }

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

This div background color is #466728.


Border color

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

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

This div border color is #466728.


Opacity

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

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

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

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

This text has shadow with #466728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466728 on black background.


Color preview on white background

This text has color #466728 on white background.



Black color preview on #466728 background

This text has black color on #466728 background.


White color preview on #466728 background

This text has white color on #466728 background.