COLOR #466157

HEX: #466157
RGB: (70,97,87)

Color info

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

RGB color model

#466157 color RGB value is (70,97,87).

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

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 87 of 255 = 34%

70
97
87

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

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 87 = 254 (100%)
R 70 of 254 ~ 27.56%
G 97 of 254 ~ 38.19%
B 87 of 254 ~ 34.25%

%27.56
%38.19
%34.25

CMYK color model

#466157 color CMYK value is (28,0,10,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(28,0,10,62)
C28M0Y10K62 
(28%,0%,10%,62%)
(0.28/0.00/0.10/0.62)	

CMYK percentages

%27.84
%0
%10.31
%61.96

Codes

Color #466157 in popluar color models

466157
RGB709787
HSL158°16.17%32.75%
HSB/HSV158°27.84%38.04%
CMYK27.84%0.00%10.31%
61.96%

Color #466157 in popluar number systems.

HEX466157
Decimal709787
Binary100011011000011010111
Octal106141127

Shades and tints

Shades of #466157

#466157
(70,97,87)
#405950
(64,89,80)
#3A5149
(58,81,73)
#344942
(52,73,66)
#2E413B
(46,65,59)
#283934
(40,57,52)
#22312D
(34,49,45)
#1C2926
(28,41,38)
#16211F
(22,33,31)
#101918
(16,25,24)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #466157

#466157
(70,97,87)
#566F66
(86,111,102)
#667D75
(102,125,117)
#768B84
(118,139,132)
#869993
(134,153,147)
#96A7A2
(150,167,162)
#A6B5B1
(166,181,177)
#B6C3C0
(182,195,192)
#C6D1CF
(198,209,207)
#D6DFDE
(214,223,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466157; }

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

This text font color is #466157.


Background Color

.myBgColor { background-color: #466157; }

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

This div background color is #466157.


Border color

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

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

This div border color is #466157.


Opacity

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

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

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

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

This text has shadow with #466157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466157 on black background.


Color preview on white background

This text has color #466157 on white background.



Black color preview on #466157 background

This text has black color on #466157 background.


White color preview on #466157 background

This text has white color on #466157 background.