COLOR #466956

HEX: #466956
RGB: (70,105,86)

Color info

#466956 contains red, green and blue colors in about the same proportion. Web safe color of #466956 is #336666 (or #366).

RGB color model

#466956 color RGB value is (70,105,86).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 86 of 255 = 34%

70
105
86

R + G + B ~ 34%. #466956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 86 = 261 (100%)
R 70 of 261 ~ 26.82%
G 105 of 261 ~ 40.23%
B 86 of 261 ~ 32.95%

%26.82
%40.23
%32.95

CMYK color model

#466956 color CMYK value is (33,0,18,59).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 58.82%
CMYK:
(33,0,18,59)
C33M0Y18K59 
(33%,0%,18%,59%)
(0.33/0.00/0.18/0.59)	

CMYK percentages

%33.33
%0
%18.1
%58.82

Codes

Color #466956 in popluar color models

466956
RGB7010586
HSL147°20.00%34.31%
HSB/HSV147°33.33%41.18%
CMYK33.33%0.00%18.10%
58.82%

Color #466956 in popluar number systems.

HEX466956
Decimal7010586
Binary100011011010011010110
Octal106151126

Shades and tints

Shades of #466956

#466956
(70,105,86)
#40604F
(64,96,79)
#3A5748
(58,87,72)
#344E41
(52,78,65)
#2E453A
(46,69,58)
#283C33
(40,60,51)
#22332C
(34,51,44)
#1C2A25
(28,42,37)
#16211E
(22,33,30)
#101817
(16,24,23)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #466956

#466956
(70,105,86)
#567665
(86,118,101)
#668374
(102,131,116)
#769083
(118,144,131)
#869D92
(134,157,146)
#96AAA1
(150,170,161)
#A6B7B0
(166,183,176)
#B6C4BF
(182,196,191)
#C6D1CE
(198,209,206)
#D6DEDD
(214,222,221)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466956; }

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

This text font color is #466956.


Background Color

.myBgColor { background-color: #466956; }

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

This div background color is #466956.


Border color

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

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

This div border color is #466956.


Opacity

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

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

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

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

This text has shadow with #466956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466956 on black background.


Color preview on white background

This text has color #466956 on white background.



Black color preview on #466956 background

This text has black color on #466956 background.


White color preview on #466956 background

This text has white color on #466956 background.