COLOR #466349

HEX: #466349
RGB: (70,99,73)

Color info

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

RGB color model

#466349 color RGB value is (70,99,73).

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

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 73 of 255 = 29%

70
99
73

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

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 73 = 242 (100%)
R 70 of 242 ~ 28.93%
G 99 of 242 ~ 40.91%
B 73 of 242 ~ 30.17%

%28.93
%40.91
%30.17

CMYK color model

#466349 color CMYK value is (29,0,26,61).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 61.18%
CMYK:
(29,0,26,61)
C29M0Y26K61 
(29%,0%,26%,61%)
(0.29/0.00/0.26/0.61)	

CMYK percentages

%29.29
%0
%26.26
%61.18

Codes

Color #466349 in popluar color models

466349
RGB709973
HSL126°17.16%33.14%
HSB/HSV126°29.29%38.82%
CMYK29.29%0.00%26.26%
61.18%

Color #466349 in popluar number systems.

HEX466349
Decimal709973
Binary100011011000111001001
Octal106143111

Shades and tints

Shades of #466349

#466349
(70,99,73)
#405A43
(64,90,67)
#3A513D
(58,81,61)
#344837
(52,72,55)
#2E3F31
(46,63,49)
#28362B
(40,54,43)
#222D25
(34,45,37)
#1C241F
(28,36,31)
#161B19
(22,27,25)
#101213
(16,18,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #466349

#466349
(70,99,73)
#567159
(86,113,89)
#667F69
(102,127,105)
#768D79
(118,141,121)
#869B89
(134,155,137)
#96A999
(150,169,153)
#A6B7A9
(166,183,169)
#B6C5B9
(182,197,185)
#C6D3C9
(198,211,201)
#D6E1D9
(214,225,217)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466349; }

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

This text font color is #466349.


Background Color

.myBgColor { background-color: #466349; }

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

This div background color is #466349.


Border color

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

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

This div border color is #466349.


Opacity

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

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

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

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

This text has shadow with #466349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466349 on black background.


Color preview on white background

This text has color #466349 on white background.



Black color preview on #466349 background

This text has black color on #466349 background.


White color preview on #466349 background

This text has white color on #466349 background.