COLOR #466151

HEX: #466151
RGB: (70,97,81)

Color info

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

RGB color model

#466151 color RGB value is (70,97,81).

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

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 81 of 255 = 32%

70
97
81

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

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 81 = 248 (100%)
R 70 of 248 ~ 28.23%
G 97 of 248 ~ 39.11%
B 81 of 248 ~ 32.66%

%28.23
%39.11
%32.66

CMYK color model

#466151 color CMYK value is (28,0,16,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 61.96%
CMYK:
(28,0,16,62)
C28M0Y16K62 
(28%,0%,16%,62%)
(0.28/0.00/0.16/0.62)	

CMYK percentages

%27.84
%0
%16.49
%61.96

Codes

Color #466151 in popluar color models

466151
RGB709781
HSL144°16.17%32.75%
HSB/HSV144°27.84%38.04%
CMYK27.84%0.00%16.49%
61.96%

Color #466151 in popluar number systems.

HEX466151
Decimal709781
Binary100011011000011010001
Octal106141121

Shades and tints

Shades of #466151

#466151
(70,97,81)
#40594A
(64,89,74)
#3A5143
(58,81,67)
#34493C
(52,73,60)
#2E4135
(46,65,53)
#28392E
(40,57,46)
#223127
(34,49,39)
#1C2920
(28,41,32)
#162119
(22,33,25)
#101912
(16,25,18)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #466151

#466151
(70,97,81)
#566F60
(86,111,96)
#667D6F
(102,125,111)
#768B7E
(118,139,126)
#86998D
(134,153,141)
#96A79C
(150,167,156)
#A6B5AB
(166,181,171)
#B6C3BA
(182,195,186)
#C6D1C9
(198,209,201)
#D6DFD8
(214,223,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466151; }

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

This text font color is #466151.


Background Color

.myBgColor { background-color: #466151; }

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

This div background color is #466151.


Border color

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

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

This div border color is #466151.


Opacity

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

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

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

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

This text has shadow with #466151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466151 on black background.


Color preview on white background

This text has color #466151 on white background.



Black color preview on #466151 background

This text has black color on #466151 background.


White color preview on #466151 background

This text has white color on #466151 background.