COLOR #466150

HEX: #466150
RGB: (70,97,80)

Color info

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

RGB color model

#466150 color RGB value is (70,97,80).

  • red value is 70;
  • green value is 97;
  • blue value is 80.
RGB:
(70,97,80)
(27%,38%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 80 of 255 = 31%

70
97
80

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

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 80 = 247 (100%)
R 70 of 247 ~ 28.34%
G 97 of 247 ~ 39.27%
B 80 of 247 ~ 32.39%

%28.34
%39.27
%32.39

CMYK color model

#466150 color CMYK value is (28,0,18,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(28,0,18,62)
C28M0Y18K62 
(28%,0%,18%,62%)
(0.28/0.00/0.18/0.62)	

CMYK percentages

%27.84
%0
%17.53
%61.96

Codes

Color #466150 in popluar color models

466150
RGB709780
HSL142°16.17%32.75%
HSB/HSV142°27.84%38.04%
CMYK27.84%0.00%17.53%
61.96%

Color #466150 in popluar number systems.

HEX466150
Decimal709780
Binary100011011000011010000
Octal106141120

Shades and tints

Shades of #466150

#466150
(70,97,80)
#405949
(64,89,73)
#3A5142
(58,81,66)
#34493B
(52,73,59)
#2E4134
(46,65,52)
#28392D
(40,57,45)
#223126
(34,49,38)
#1C291F
(28,41,31)
#162118
(22,33,24)
#101911
(16,25,17)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #466150

#466150
(70,97,80)
#566F5F
(86,111,95)
#667D6E
(102,125,110)
#768B7D
(118,139,125)
#86998C
(134,153,140)
#96A79B
(150,167,155)
#A6B5AA
(166,181,170)
#B6C3B9
(182,195,185)
#C6D1C8
(198,209,200)
#D6DFD7
(214,223,215)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466150 color. Also use rgb(70,97,80) instead hex code.

Text Font Color

.myTextColor { color: #466150; }

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

This text font color is #466150.


Background Color

.myBgColor { background-color: #466150; }

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

This div background color is #466150.


Border color

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

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

This div border color is #466150.


Opacity

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

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

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

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

This text has shadow with #466150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466150 on black background.


Color preview on white background

This text has color #466150 on white background.



Black color preview on #466150 background

This text has black color on #466150 background.


White color preview on #466150 background

This text has white color on #466150 background.