COLOR #465753

HEX: #465753
RGB: (70,87,83)

Color info

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

RGB color model

#465753 color RGB value is (70,87,83).

  • red value is 70;
  • green value is 87;
  • blue value is 83.
RGB:
(70,87,83)
(27%,34%,33%)

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 83 of 255 = 33%

70
87
83

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

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 83 = 240 (100%)
R 70 of 240 ~ 29.17%
G 87 of 240 ~ 36.25%
B 83 of 240 ~ 34.58%

%29.17
%36.25
%34.58

CMYK color model

#465753 color CMYK value is (20,0,5,66).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 65.88%
CMYK:
(20,0,5,66)
C20M0Y5K66 
(20%,0%,5%,66%)
(0.20/0.00/0.05/0.66)	

CMYK percentages

%19.54
%0
%4.6
%65.88

Codes

Color #465753 in popluar color models

465753
RGB708783
HSL166°10.83%30.78%
HSB/HSV166°19.54%34.12%
CMYK19.54%0.00%4.60%
65.88%

Color #465753 in popluar number systems.

HEX465753
Decimal708783
Binary100011010101111010011
Octal106127123

Shades and tints

Shades of #465753

#465753
(70,87,83)
#40504C
(64,80,76)
#3A4945
(58,73,69)
#34423E
(52,66,62)
#2E3B37
(46,59,55)
#283430
(40,52,48)
#222D29
(34,45,41)
#1C2622
(28,38,34)
#161F1B
(22,31,27)
#101814
(16,24,20)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #465753

#465753
(70,87,83)
#566662
(86,102,98)
#667571
(102,117,113)
#768480
(118,132,128)
#86938F
(134,147,143)
#96A29E
(150,162,158)
#A6B1AD
(166,177,173)
#B6C0BC
(182,192,188)
#C6CFCB
(198,207,203)
#D6DEDA
(214,222,218)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465753 color. Also use rgb(70,87,83) instead hex code.

Text Font Color

.myTextColor { color: #465753; }

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

This text font color is #465753.


Background Color

.myBgColor { background-color: #465753; }

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

This div background color is #465753.


Border color

.myBorderColor { border: 1px solid #465753; }

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

This div border color is #465753.


Opacity

.myOpacity80 { color: #465753; opacity: 0.8; }

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

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

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

This text has shadow with #465753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465753 on black background.


Color preview on white background

This text has color #465753 on white background.



Black color preview on #465753 background

This text has black color on #465753 background.


White color preview on #465753 background

This text has white color on #465753 background.