COLOR #466751

HEX: #466751
RGB: (70,103,81)

Color info

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

RGB color model

#466751 color RGB value is (70,103,81).

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

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 81 of 255 = 32%

70
103
81

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

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 81 = 254 (100%)
R 70 of 254 ~ 27.56%
G 103 of 254 ~ 40.55%
B 81 of 254 ~ 31.89%

%27.56
%40.55
%31.89

CMYK color model

#466751 color CMYK value is (32,0,21,60).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(32,0,21,60)
C32M0Y21K60 
(32%,0%,21%,60%)
(0.32/0.00/0.21/0.60)	

CMYK percentages

%32.04
%0
%21.36
%59.61

Codes

Color #466751 in popluar color models

466751
RGB7010381
HSL140°19.08%33.92%
HSB/HSV140°32.04%40.39%
CMYK32.04%0.00%21.36%
59.61%

Color #466751 in popluar number systems.

HEX466751
Decimal7010381
Binary100011011001111010001
Octal106147121

Shades and tints

Shades of #466751

#466751
(70,103,81)
#405E4A
(64,94,74)
#3A5543
(58,85,67)
#344C3C
(52,76,60)
#2E4335
(46,67,53)
#283A2E
(40,58,46)
#223127
(34,49,39)
#1C2820
(28,40,32)
#161F19
(22,31,25)
#101612
(16,22,18)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #466751

#466751
(70,103,81)
#567460
(86,116,96)
#66816F
(102,129,111)
#768E7E
(118,142,126)
#869B8D
(134,155,141)
#96A89C
(150,168,156)
#A6B5AB
(166,181,171)
#B6C2BA
(182,194,186)
#C6CFC9
(198,207,201)
#D6DCD8
(214,220,216)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466751; }

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

This text font color is #466751.


Background Color

.myBgColor { background-color: #466751; }

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

This div background color is #466751.


Border color

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

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

This div border color is #466751.


Opacity

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

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

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

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

This text has shadow with #466751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466751 on black background.


Color preview on white background

This text has color #466751 on white background.



Black color preview on #466751 background

This text has black color on #466751 background.


White color preview on #466751 background

This text has white color on #466751 background.