COLOR #466651

HEX: #466651
RGB: (70,102,81)

Color info

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

RGB color model

#466651 color RGB value is (70,102,81).

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

RGB channels and saturation

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

70
102
81

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

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 81 = 253 (100%)
R 70 of 253 ~ 27.67%
G 102 of 253 ~ 40.32%
B 81 of 253 ~ 32.02%

%27.67
%40.32
%32.02

CMYK color model

#466651 color CMYK value is (31,0,21,60).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(31,0,21,60)
C31M0Y21K60 
(31%,0%,21%,60%)
(0.31/0.00/0.21/0.60)	

CMYK percentages

%31.37
%0
%20.59
%60

Codes

Color #466651 in popluar color models

466651
RGB7010281
HSL141°18.60%33.73%
HSB/HSV141°31.37%40.00%
CMYK31.37%0.00%20.59%
60.00%

Color #466651 in popluar number systems.

HEX466651
Decimal7010281
Binary100011011001101010001
Octal106146121

Shades and tints

Shades of #466651

#466651
(70,102,81)
#405D4A
(64,93,74)
#3A5443
(58,84,67)
#344B3C
(52,75,60)
#2E4235
(46,66,53)
#28392E
(40,57,46)
#223027
(34,48,39)
#1C2720
(28,39,32)
#161E19
(22,30,25)
#101512
(16,21,18)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #466651

#466651
(70,102,81)
#567360
(86,115,96)
#66806F
(102,128,111)
#768D7E
(118,141,126)
#869A8D
(134,154,141)
#96A79C
(150,167,156)
#A6B4AB
(166,180,171)
#B6C1BA
(182,193,186)
#C6CEC9
(198,206,201)
#D6DBD8
(214,219,216)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466651; }

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

This text font color is #466651.


Background Color

.myBgColor { background-color: #466651; }

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

This div background color is #466651.


Border color

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

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

This div border color is #466651.


Opacity

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

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

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

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

This text has shadow with #466651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466651 on black background.


Color preview on white background

This text has color #466651 on white background.



Black color preview on #466651 background

This text has black color on #466651 background.


White color preview on #466651 background

This text has white color on #466651 background.