COLOR #466D75

HEX: #466D75
RGB: (70,109,117)

Color info

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

RGB color model

#466D75 color RGB value is (70,109,117).

  • red value is 70;
  • green value is 109;
  • blue value is 117.
RGB:
(70,109,117)
(27%,43%,46%)

RGB channels and saturation

R 70 of 255 = 27%
G 109 of 255 = 43%
B 117 of 255 = 46%

70
109
117

R + G + B ~ 39%. #466D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 109 + 117 = 296 (100%)
R 70 of 296 ~ 23.65%
G 109 of 296 ~ 36.82%
B 117 of 296 ~ 39.53%

%23.65
%36.82
%39.53

CMYK color model

#466D75 color CMYK value is (40,7,0,54).

  • cyan value is 40.17%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(40,7,0,54)
C40M7Y0K54 
(40%,7%,0%,54%)
(0.40/0.07/0.00/0.54)	

CMYK percentages

%40.17
%6.84
%0
%54.12

Codes

Color #466D75 in popluar color models

466D75
RGB70109117
HSL190°25.13%36.67%
HSB/HSV190°40.17%45.88%
CMYK40.17%6.84%0.00%
54.12%

Color #466D75 in popluar number systems.

HEX466D75
Decimal70109117
Binary100011011011011110101
Octal106155165

Shades and tints

Shades of #466D75

#466D75
(70,109,117)
#40646B
(64,100,107)
#3A5B61
(58,91,97)
#345257
(52,82,87)
#2E494D
(46,73,77)
#284043
(40,64,67)
#223739
(34,55,57)
#1C2E2F
(28,46,47)
#162525
(22,37,37)
#101C1B
(16,28,27)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #466D75

#466D75
(70,109,117)
#567A81
(86,122,129)
#66878D
(102,135,141)
#769499
(118,148,153)
#86A1A5
(134,161,165)
#96AEB1
(150,174,177)
#A6BBBD
(166,187,189)
#B6C8C9
(182,200,201)
#C6D5D5
(198,213,213)
#D6E2E1
(214,226,225)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466D75 color. Also use rgb(70,109,117) instead hex code.

Text Font Color

.myTextColor { color: #466D75; }

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

This text font color is #466D75.


Background Color

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

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

This div background color is #466D75.


Border color

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

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

This div border color is #466D75.


Opacity

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

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

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

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

This text has shadow with #466D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D75 on black background.


Color preview on white background

This text has color #466D75 on white background.



Black color preview on #466D75 background

This text has black color on #466D75 background.


White color preview on #466D75 background

This text has white color on #466D75 background.