COLOR #466652

HEX: #466652
RGB: (70,102,82)

Color info

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

RGB color model

#466652 color RGB value is (70,102,82).

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

RGB channels and saturation

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

70
102
82

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

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 82 = 254 (100%)
R 70 of 254 ~ 27.56%
G 102 of 254 ~ 40.16%
B 82 of 254 ~ 32.28%

%27.56
%40.16
%32.28

CMYK color model

#466652 color CMYK value is (31,0,20,60).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 60.00%
CMYK:
(31,0,20,60)
C31M0Y20K60 
(31%,0%,20%,60%)
(0.31/0.00/0.20/0.60)	

CMYK percentages

%31.37
%0
%19.61
%60

Codes

Color #466652 in popluar color models

466652
RGB7010282
HSL143°18.60%33.73%
HSB/HSV143°31.37%40.00%
CMYK31.37%0.00%19.61%
60.00%

Color #466652 in popluar number systems.

HEX466652
Decimal7010282
Binary100011011001101010010
Octal106146122

Shades and tints

Shades of #466652

#466652
(70,102,82)
#405D4B
(64,93,75)
#3A5444
(58,84,68)
#344B3D
(52,75,61)
#2E4236
(46,66,54)
#28392F
(40,57,47)
#223028
(34,48,40)
#1C2721
(28,39,33)
#161E1A
(22,30,26)
#101513
(16,21,19)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #466652

#466652
(70,102,82)
#567361
(86,115,97)
#668070
(102,128,112)
#768D7F
(118,141,127)
#869A8E
(134,154,142)
#96A79D
(150,167,157)
#A6B4AC
(166,180,172)
#B6C1BB
(182,193,187)
#C6CECA
(198,206,202)
#D6DBD9
(214,219,217)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466652; }

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

This text font color is #466652.


Background Color

.myBgColor { background-color: #466652; }

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

This div background color is #466652.


Border color

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

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

This div border color is #466652.


Opacity

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

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

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

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

This text has shadow with #466652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466652 on black background.


Color preview on white background

This text has color #466652 on white background.



Black color preview on #466652 background

This text has black color on #466652 background.


White color preview on #466652 background

This text has white color on #466652 background.