COLOR #466052

HEX: #466052
RGB: (70,96,82)

Color info

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

RGB color model

#466052 color RGB value is (70,96,82).

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

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 82 of 255 = 32%

70
96
82

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

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 82 = 248 (100%)
R 70 of 248 ~ 28.23%
G 96 of 248 ~ 38.71%
B 82 of 248 ~ 33.06%

%28.23
%38.71
%33.06

CMYK color model

#466052 color CMYK value is (27,0,15,62).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 62.35%
CMYK:
(27,0,15,62)
C27M0Y15K62 
(27%,0%,15%,62%)
(0.27/0.00/0.15/0.62)	

CMYK percentages

%27.08
%0
%14.58
%62.35

Codes

Color #466052 in popluar color models

466052
RGB709682
HSL148°15.66%32.55%
HSB/HSV148°27.08%37.65%
CMYK27.08%0.00%14.58%
62.35%

Color #466052 in popluar number systems.

HEX466052
Decimal709682
Binary100011011000001010010
Octal106140122

Shades and tints

Shades of #466052

#466052
(70,96,82)
#40584B
(64,88,75)
#3A5044
(58,80,68)
#34483D
(52,72,61)
#2E4036
(46,64,54)
#28382F
(40,56,47)
#223028
(34,48,40)
#1C2821
(28,40,33)
#16201A
(22,32,26)
#101813
(16,24,19)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #466052

#466052
(70,96,82)
#566E61
(86,110,97)
#667C70
(102,124,112)
#768A7F
(118,138,127)
#86988E
(134,152,142)
#96A69D
(150,166,157)
#A6B4AC
(166,180,172)
#B6C2BB
(182,194,187)
#C6D0CA
(198,208,202)
#D6DED9
(214,222,217)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466052; }

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

This text font color is #466052.


Background Color

.myBgColor { background-color: #466052; }

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

This div background color is #466052.


Border color

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

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

This div border color is #466052.


Opacity

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

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

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

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

This text has shadow with #466052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466052 on black background.


Color preview on white background

This text has color #466052 on white background.



Black color preview on #466052 background

This text has black color on #466052 background.


White color preview on #466052 background

This text has white color on #466052 background.