COLOR #466945

HEX: #466945
RGB: (70,105,69)

Color info

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

RGB color model

#466945 color RGB value is (70,105,69).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 69 of 255 = 27%

70
105
69

R + G + B ~ 32%. #466945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 69 = 244 (100%)
R 70 of 244 ~ 28.69%
G 105 of 244 ~ 43.03%
B 69 of 244 ~ 28.28%

%28.69
%43.03
%28.28

CMYK color model

#466945 color CMYK value is (33,0,34,59).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 58.82%
CMYK:
(33,0,34,59)
C33M0Y34K59 
(33%,0%,34%,59%)
(0.33/0.00/0.34/0.59)	

CMYK percentages

%33.33
%0
%34.29
%58.82

Codes

Color #466945 in popluar color models

466945
RGB7010569
HSL118°20.69%34.12%
HSB/HSV118°34.29%41.18%
CMYK33.33%0.00%34.29%
58.82%

Color #466945 in popluar number systems.

HEX466945
Decimal7010569
Binary100011011010011000101
Octal106151105

Shades and tints

Shades of #466945

#466945
(70,105,69)
#40603F
(64,96,63)
#3A5739
(58,87,57)
#344E33
(52,78,51)
#2E452D
(46,69,45)
#283C27
(40,60,39)
#223321
(34,51,33)
#1C2A1B
(28,42,27)
#162115
(22,33,21)
#10180F
(16,24,15)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #466945

#466945
(70,105,69)
#567655
(86,118,85)
#668365
(102,131,101)
#769075
(118,144,117)
#869D85
(134,157,133)
#96AA95
(150,170,149)
#A6B7A5
(166,183,165)
#B6C4B5
(182,196,181)
#C6D1C5
(198,209,197)
#D6DED5
(214,222,213)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466945; }

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

This text font color is #466945.


Background Color

.myBgColor { background-color: #466945; }

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

This div background color is #466945.


Border color

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

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

This div border color is #466945.


Opacity

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

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

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

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

This text has shadow with #466945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466945 on black background.


Color preview on white background

This text has color #466945 on white background.



Black color preview on #466945 background

This text has black color on #466945 background.


White color preview on #466945 background

This text has white color on #466945 background.