COLOR #466C5F

HEX: #466C5F
RGB: (70,108,95)

Color info

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

RGB color model

#466C5F color RGB value is (70,108,95).

  • red value is 70;
  • green value is 108;
  • blue value is 95.
RGB:
(70,108,95)
(27%,42%,37%)

RGB channels and saturation

R 70 of 255 = 27%
G 108 of 255 = 42%
B 95 of 255 = 37%

70
108
95

R + G + B ~ 35%. #466C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 108 + 95 = 273 (100%)
R 70 of 273 ~ 25.64%
G 108 of 273 ~ 39.56%
B 95 of 273 ~ 34.8%

%25.64
%39.56
%34.8

CMYK color model

#466C5F color CMYK value is (35,0,12,58).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(35,0,12,58)
C35M0Y12K58 
(35%,0%,12%,58%)
(0.35/0.00/0.12/0.58)	

CMYK percentages

%35.19
%0
%12.04
%57.65

Codes

Color #466C5F in popluar color models

466C5F
RGB7010895
HSL159°21.35%34.90%
HSB/HSV159°35.19%42.35%
CMYK35.19%0.00%12.04%
57.65%

Color #466C5F in popluar number systems.

HEX466C5F
Decimal7010895
Binary100011011011001011111
Octal106154137

Shades and tints

Shades of #466C5F

#466C5F
(70,108,95)
#406357
(64,99,87)
#3A5A4F
(58,90,79)
#345147
(52,81,71)
#2E483F
(46,72,63)
#283F37
(40,63,55)
#22362F
(34,54,47)
#1C2D27
(28,45,39)
#16241F
(22,36,31)
#101B17
(16,27,23)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #466C5F

#466C5F
(70,108,95)
#56796D
(86,121,109)
#66867B
(102,134,123)
#769389
(118,147,137)
#86A097
(134,160,151)
#96ADA5
(150,173,165)
#A6BAB3
(166,186,179)
#B6C7C1
(182,199,193)
#C6D4CF
(198,212,207)
#D6E1DD
(214,225,221)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466C5F color. Also use rgb(70,108,95) instead hex code.

Text Font Color

.myTextColor { color: #466C5F; }

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

This text font color is #466C5F.


Background Color

.myBgColor { background-color: #466C5F; }

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

This div background color is #466C5F.


Border color

.myBorderColor { border: 1px solid #466C5F; }

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

This div border color is #466C5F.


Opacity

.myOpacity80 { color: #466C5F; opacity: 0.8; }

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

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

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

This text has shadow with #466C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C5F on black background.


Color preview on white background

This text has color #466C5F on white background.



Black color preview on #466C5F background

This text has black color on #466C5F background.


White color preview on #466C5F background

This text has white color on #466C5F background.