COLOR #466736

HEX: #466736
RGB: (70,103,54)

Color info

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

RGB color model

#466736 color RGB value is (70,103,54).

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

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 54 of 255 = 21%

70
103
54

R + G + B ~ 29%. #466736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 54 = 227 (100%)
R 70 of 227 ~ 30.84%
G 103 of 227 ~ 45.37%
B 54 of 227 ~ 23.79%

%30.84
%45.37
%23.79

CMYK color model

#466736 color CMYK value is (32,0,48,60).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 47.57%
  • key color value is 59.61%
CMYK: (32,0,48,60) C32M0Y48K60 (32%,0%,48%,60%) (0.32/0.00/0.48/0.60)

CMYK percentages

%32.04
%0
%47.57
%59.61

Codes

Color #466736 in popluar color models

466736
RGB7010354
HSL100°31.21%30.78%
HSB/HSV100°47.57%40.39%
CMYK32.04%0.00%47.57%
59.61%

Color #466736 in popluar number systems.

HEX466736
Decimal7010354
Binary10001101100111110110
Octal10614766

Shades and tints

Shades of #466736

#466736
(70,103,54)
#405E32
(64,94,50)
#3A552E
(58,85,46)
#344C2A
(52,76,42)
#2E4326
(46,67,38)
#283A22
(40,58,34)
#22311E
(34,49,30)
#1C281A
(28,40,26)
#161F16
(22,31,22)
#101612
(16,22,18)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #466736

#466736
(70,103,54)
#567448
(86,116,72)
#66815A
(102,129,90)
#768E6C
(118,142,108)
#869B7E
(134,155,126)
#96A890
(150,168,144)
#A6B5A2
(166,181,162)
#B6C2B4
(182,194,180)
#C6CFC6
(198,207,198)
#D6DCD8
(214,220,216)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466736; }

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

This text font color is #466736.


Background Color

.myBgColor { background-color: #466736; }

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

This div background color is #466736.


Border color

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

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

This div border color is #466736.


Opacity

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

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

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

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

This text has shadow with #466736 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #466736 on black background.


Color preview on white background

This text has color #466736 on white background.



Black color preview on #466736 background

This text has black color on #466736 background.


White color preview on #466736 background

This text has white color on #466736 background.