COLOR #465D4F

HEX: #465D4F RGB: (70,93,79)

Color info

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

RGB color model

#465D4F color RGB value is (70,93,79).

RGB: (70,93,79) (27%, 36%, 31%)

RGB channels and saturation

R 70 of 255 = 27%
G 93 of 255 = 36%
B 79 of 255 = 31%

70
93
79

R + G + B ~ 31%. #465D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 93 + 79 = 242 (100%)
R 70 of 242 ~ 28.93%
G 93 of 242 ~ 38.43%
B 79 of 242 ~ 32.64'%

%28.93
%38.43
%32.64

CMYK color model

#465D4F color CMYK value is (25,0,15,64).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 63.53%

CMYK: (25,0,15,64)
C25M0Y15K64 (25%, 0%, 15%, 64%)
(0.25 / 0.00 / 0.15 / 0.64)

CMYK percentages

%24.73
%0
%15.05
%63.53

Codes

Color #465D4F in popluar color models

46 5D 4F
RGB 70 93 79
HSL 143° 14.11% 31.96%
HSB/HSV 143° 24.73% 36.47%
CMYK 24.73% 0.00% 15.05%
63.53%

Color #465D4F in popluar number systems.

HEX 46 5D 4F
Decimal 70 93 79
Binary 1000110 1011101 1001111
Octal 106 135 117

Shades and tints

Shades of #465D4F

#465D4F
(70,93,79)
#405548
(64,85,72)
#3A4D41
(58,77,65)
#34453A
(52,69,58)
#2E3D33
(46,61,51)
#28352C
(40,53,44)
#222D25
(34,45,37)
#1C251E
(28,37,30)
#161D17
(22,29,23)
#101510
(16,21,16)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #465D4F

#465D4F
(70,93,79)
#566B5F
(86,107,95)
#66796F
(102,121,111)
#76877F
(118,135,127)
#86958F
(134,149,143)
#96A39F
(150,163,159)
#A6B1AF
(166,177,175)
#B6BFBF
(182,191,191)
#C6CDCF
(198,205,207)
#D6DBDF
(214,219,223)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465D4F color. Also use rgb(70,93,79) instead hex code.

Text Font Color

.myTextColor { color: #465D4F; }

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

This text font color is #465D4F.

Background Color

.myBgColor { background-color: #465D4F; }

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

This div background color is #465D4F.

Border color

.myBorderColor { border: 1px solid #465D4F; }

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

This div border color is #465D4F.

Opacity

.myOpacity80 { color: #465D4F; opacity: 0.8; }

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

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

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

This text has shadow with #465D4F color.


.textShadow {text-shadow: 3px 3px 1px #465D4F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #465D4F; -webkit-box-shadow: 1px 1px 3px 2px #465D4F; box-shadow:1px 1px 3px 2px #465D4F;">
Div content here
</div>

This div box has shadow with color #465D4F.

Preview

Color preview on black background

This text has color #465D4F on black background.


Color preview on white background

This text has color #465D4F on white background.


Black color preview on #465D4F background

This text has black color on #465D4F background.


White color preview on #465D4F background

This text has white color on #465D4F background.


Related colors

Complementary color

Complementary color for #hex is #B9A2B0.


I love getcolorcode.com

Triadic colors

1 #4F465D and #5D4F46 with #465D4F are triadic colors.

2 #4F5D46 and #5D464F with #465D4F are triadic colors.