COLOR #465F4E

HEX: #465F4E RGB: (70,95,78)

Color info

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

RGB color model

#465F4E color RGB value is (70,95,78).

RGB: (70,95,78) (27%, 37%, 31%)

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 78 of 255 = 31%

70
95
78

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

Portions of RGB colors in percentages

R + G + B = 70 + 95 + 78 = 243 (100%)
R 70 of 243 ~ 28.81%
G 95 of 243 ~ 39.09%
B 78 of 243 ~ 32.1'%

%28.81
%39.09
%32.1

CMYK color model

#465F4E color CMYK value is (26,0,18,63).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK: (26,0,18,63) C26M0Y18K63 (26%,0%,18%,63%) (0.26/0.00/0.18/0.63) 

CMYK percentages

%26.32
%0
%17.89
%62.75

Codes

Color #465F4E in popluar color models

46 5F 4E
RGB 70 95 78
HSL 139° 15.15% 32.35%
HSB/HSV 139° 26.32% 37.25%
CMYK 26.32% 0.00% 17.89%
62.75%

Color #465F4E in popluar number systems.

HEX 46 5F 4E
Decimal 70 95 78
Binary 1000110 1011111 1001110
Octal 106 137 116

Shades and tints

Shades of #465F4E

#465F4E
(70,95,78)
#405747
(64,87,71)
#3A4F40
(58,79,64)
#344739
(52,71,57)
#2E3F32
(46,63,50)
#28372B
(40,55,43)
#222F24
(34,47,36)
#1C271D
(28,39,29)
#161F16
(22,31,22)
#10170F
(16,23,15)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #465F4E

#465F4E
(70,95,78)
#566D5E
(86,109,94)
#667B6E
(102,123,110)
#76897E
(118,137,126)
#86978E
(134,151,142)
#96A59E
(150,165,158)
#A6B3AE
(166,179,174)
#B6C1BE
(182,193,190)
#C6CFCE
(198,207,206)
#D6DDDE
(214,221,222)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465F4E color. Also use rgb(70,95,78) instead hex code.

Text Font Color

.myTextColor { color: #465F4E; }

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

This text font color is #465F4E.

Background Color

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

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

This div background color is #465F4E.

Border color

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

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

This div border color is #465F4E.

Opacity

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

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

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

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

This text has shadow with #465F4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465F4E.

Preview

Color preview on black background

This text has color #465F4E on black background.


Color preview on white background

This text has color #465F4E on white background.


Black color preview on #465F4E background

This text has black color on #465F4E background.


White color preview on #465F4E background

This text has white color on #465F4E background.


Related colors

Complementary color

Complementary color for #hex is #B9A0B1.


I love getcolorcode.com

Triadic colors

1 #4E465F and #5F4E46 with #465F4E are triadic colors.

2 #4E5F46 and #5F464E with #465F4E are triadic colors.