COLOR #466649

HEX: #466649
RGB: (70,102,73)

Color info

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

RGB color model

#466649 color RGB value is (70,102,73).

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

RGB channels and saturation

R 70 of 255 = 27%
G 102 of 255 = 40%
B 73 of 255 = 29%

70
102
73

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

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 73 = 245 (100%)
R 70 of 245 ~ 28.57%
G 102 of 245 ~ 41.63%
B 73 of 245 ~ 29.8%

%28.57
%41.63
%29.8

CMYK color model

#466649 color CMYK value is (31,0,28,60).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 60.00%
CMYK:
(31,0,28,60)
C31M0Y28K60 
(31%,0%,28%,60%)
(0.31/0.00/0.28/0.60)	

CMYK percentages

%31.37
%0
%28.43
%60

Codes

Color #466649 in popluar color models

466649
RGB7010273
HSL126°18.60%33.73%
HSB/HSV126°31.37%40.00%
CMYK31.37%0.00%28.43%
60.00%

Color #466649 in popluar number systems.

HEX466649
Decimal7010273
Binary100011011001101001001
Octal106146111

Shades and tints

Shades of #466649

#466649
(70,102,73)
#405D43
(64,93,67)
#3A543D
(58,84,61)
#344B37
(52,75,55)
#2E4231
(46,66,49)
#28392B
(40,57,43)
#223025
(34,48,37)
#1C271F
(28,39,31)
#161E19
(22,30,25)
#101513
(16,21,19)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #466649

#466649
(70,102,73)
#567359
(86,115,89)
#668069
(102,128,105)
#768D79
(118,141,121)
#869A89
(134,154,137)
#96A799
(150,167,153)
#A6B4A9
(166,180,169)
#B6C1B9
(182,193,185)
#C6CEC9
(198,206,201)
#D6DBD9
(214,219,217)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466649; }

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

This text font color is #466649.


Background Color

.myBgColor { background-color: #466649; }

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

This div background color is #466649.


Border color

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

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

This div border color is #466649.


Opacity

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

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

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

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

This text has shadow with #466649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466649 on black background.


Color preview on white background

This text has color #466649 on white background.



Black color preview on #466649 background

This text has black color on #466649 background.


White color preview on #466649 background

This text has white color on #466649 background.