COLOR #466154

HEX: #466154
RGB: (70,97,84)

Color info

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

RGB color model

#466154 color RGB value is (70,97,84).

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

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 84 of 255 = 33%

70
97
84

R + G + B ~ 33%. #466154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 84 = 251 (100%)
R 70 of 251 ~ 27.89%
G 97 of 251 ~ 38.65%
B 84 of 251 ~ 33.47%

%27.89
%38.65
%33.47

CMYK color model

#466154 color CMYK value is (28,0,13,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 13.40%
  • key color value is 61.96%
CMYK:
(28,0,13,62)
C28M0Y13K62 
(28%,0%,13%,62%)
(0.28/0.00/0.13/0.62)	

CMYK percentages

%27.84
%0
%13.4
%61.96

Codes

Color #466154 in popluar color models

466154
RGB709784
HSL151°16.17%32.75%
HSB/HSV151°27.84%38.04%
CMYK27.84%0.00%13.40%
61.96%

Color #466154 in popluar number systems.

HEX466154
Decimal709784
Binary100011011000011010100
Octal106141124

Shades and tints

Shades of #466154

#466154
(70,97,84)
#40594D
(64,89,77)
#3A5146
(58,81,70)
#34493F
(52,73,63)
#2E4138
(46,65,56)
#283931
(40,57,49)
#22312A
(34,49,42)
#1C2923
(28,41,35)
#16211C
(22,33,28)
#101915
(16,25,21)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #466154

#466154
(70,97,84)
#566F63
(86,111,99)
#667D72
(102,125,114)
#768B81
(118,139,129)
#869990
(134,153,144)
#96A79F
(150,167,159)
#A6B5AE
(166,181,174)
#B6C3BD
(182,195,189)
#C6D1CC
(198,209,204)
#D6DFDB
(214,223,219)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466154; }

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

This text font color is #466154.


Background Color

.myBgColor { background-color: #466154; }

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

This div background color is #466154.


Border color

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

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

This div border color is #466154.


Opacity

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

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

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

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

This text has shadow with #466154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466154 on black background.


Color preview on white background

This text has color #466154 on white background.



Black color preview on #466154 background

This text has black color on #466154 background.


White color preview on #466154 background

This text has white color on #466154 background.