COLOR #466645

HEX: #466645
RGB: (70,102,69)

Color info

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

RGB color model

#466645 color RGB value is (70,102,69).

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

RGB channels and saturation

R 70 of 255 = 27%
G 102 of 255 = 40%
B 69 of 255 = 27%

70
102
69

R + G + B ~ 31%. #466645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 69 = 241 (100%)
R 70 of 241 ~ 29.05%
G 102 of 241 ~ 42.32%
B 69 of 241 ~ 28.63%

%29.05
%42.32
%28.63

CMYK color model

#466645 color CMYK value is (31,0,32,60).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 60.00%
CMYK:
(31,0,32,60)
C31M0Y32K60 
(31%,0%,32%,60%)
(0.31/0.00/0.32/0.60)	

CMYK percentages

%31.37
%0
%32.35
%60

Codes

Color #466645 in popluar color models

466645
RGB7010269
HSL118°19.30%33.53%
HSB/HSV118°32.35%40.00%
CMYK31.37%0.00%32.35%
60.00%

Color #466645 in popluar number systems.

HEX466645
Decimal7010269
Binary100011011001101000101
Octal106146105

Shades and tints

Shades of #466645

#466645
(70,102,69)
#405D3F
(64,93,63)
#3A5439
(58,84,57)
#344B33
(52,75,51)
#2E422D
(46,66,45)
#283927
(40,57,39)
#223021
(34,48,33)
#1C271B
(28,39,27)
#161E15
(22,30,21)
#10150F
(16,21,15)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #466645

#466645
(70,102,69)
#567355
(86,115,85)
#668065
(102,128,101)
#768D75
(118,141,117)
#869A85
(134,154,133)
#96A795
(150,167,149)
#A6B4A5
(166,180,165)
#B6C1B5
(182,193,181)
#C6CEC5
(198,206,197)
#D6DBD5
(214,219,213)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466645; }

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

This text font color is #466645.


Background Color

.myBgColor { background-color: #466645; }

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

This div background color is #466645.


Border color

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

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

This div border color is #466645.


Opacity

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

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

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

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

This text has shadow with #466645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466645 on black background.


Color preview on white background

This text has color #466645 on white background.



Black color preview on #466645 background

This text has black color on #466645 background.


White color preview on #466645 background

This text has white color on #466645 background.