COLOR #465E52

HEX: #465E52
RGB: (70,94,82)

Color info

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

RGB color model

#465E52 color RGB value is (70,94,82).

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

RGB channels and saturation

R 70 of 255 = 27%
G 94 of 255 = 37%
B 82 of 255 = 32%

70
94
82

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

Portions of RGB colors in percentages

R + G + B =
70 + 94 + 82 = 246 (100%)
R 70 of 246 ~ 28.46%
G 94 of 246 ~ 38.21%
B 82 of 246 ~ 33.33%

%28.46
%38.21
%33.33

CMYK color model

#465E52 color CMYK value is (26,0,13,63).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 63.14%
CMYK:
(26,0,13,63)
C26M0Y13K63 
(26%,0%,13%,63%)
(0.26/0.00/0.13/0.63)	

CMYK percentages

%25.53
%0
%12.77
%63.14

Codes

Color #465E52 in popluar color models

465E52
RGB709482
HSL150°14.63%32.16%
HSB/HSV150°25.53%36.86%
CMYK25.53%0.00%12.77%
63.14%

Color #465E52 in popluar number systems.

HEX465E52
Decimal709482
Binary100011010111101010010
Octal106136122

Shades and tints

Shades of #465E52

#465E52
(70,94,82)
#40564B
(64,86,75)
#3A4E44
(58,78,68)
#34463D
(52,70,61)
#2E3E36
(46,62,54)
#28362F
(40,54,47)
#222E28
(34,46,40)
#1C2621
(28,38,33)
#161E1A
(22,30,26)
#101613
(16,22,19)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #465E52

#465E52
(70,94,82)
#566C61
(86,108,97)
#667A70
(102,122,112)
#76887F
(118,136,127)
#86968E
(134,150,142)
#96A49D
(150,164,157)
#A6B2AC
(166,178,172)
#B6C0BB
(182,192,187)
#C6CECA
(198,206,202)
#D6DCD9
(214,220,217)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465E52; }

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

This text font color is #465E52.


Background Color

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

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

This div background color is #465E52.


Border color

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

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

This div border color is #465E52.


Opacity

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

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

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

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

This text has shadow with #465E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465E52 on black background.


Color preview on white background

This text has color #465E52 on white background.



Black color preview on #465E52 background

This text has black color on #465E52 background.


White color preview on #465E52 background

This text has white color on #465E52 background.