COLOR #464250

HEX: #464250
RGB: (70,66,80)

Color info

#464250 contains red, green and blue colors in about the same proportion. Web safe color of #464250 is #333366 (or #336).

RGB color model

#464250 color RGB value is (70,66,80).

  • red value is 70;
  • green value is 66;
  • blue value is 80.
RGB:
(70,66,80)
(27%,26%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 80 of 255 = 31%

70
66
80

R + G + B ~ 28%. #464250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 66 + 80 = 216 (100%)
R 70 of 216 ~ 32.41%
G 66 of 216 ~ 30.56%
B 80 of 216 ~ 37.04%

%32.41
%30.56
%37.04

CMYK color model

#464250 color CMYK value is (13,18,0,69).

  • cyan value is 12.50%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(13,18,0,69)
C13M18Y0K69 
(13%,18%,0%,69%)
(0.13/0.18/0.00/0.69)	

CMYK percentages

%12.5
%17.5
%0
%68.63

Codes

Color #464250 in popluar color models

464250
RGB706680
HSL257°9.59%28.63%
HSB/HSV257°17.50%31.37%
CMYK12.50%17.50%0.00%
68.63%

Color #464250 in popluar number systems.

HEX464250
Decimal706680
Binary100011010000101010000
Octal106102120

Shades and tints

Shades of #464250

#464250
(70,66,80)
#403C49
(64,60,73)
#3A3642
(58,54,66)
#34303B
(52,48,59)
#2E2A34
(46,42,52)
#28242D
(40,36,45)
#221E26
(34,30,38)
#1C181F
(28,24,31)
#161218
(22,18,24)
#100C11
(16,12,17)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #464250

#464250
(70,66,80)
#56535F
(86,83,95)
#66646E
(102,100,110)
#76757D
(118,117,125)
#86868C
(134,134,140)
#96979B
(150,151,155)
#A6A8AA
(166,168,170)
#B6B9B9
(182,185,185)
#C6CAC8
(198,202,200)
#D6DBD7
(214,219,215)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464250 color. Also use rgb(70,66,80) instead hex code.

Text Font Color

.myTextColor { color: #464250; }

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

This text font color is #464250.


Background Color

.myBgColor { background-color: #464250; }

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

This div background color is #464250.


Border color

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

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

This div border color is #464250.


Opacity

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

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

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

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

This text has shadow with #464250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464250 on black background.


Color preview on white background

This text has color #464250 on white background.



Black color preview on #464250 background

This text has black color on #464250 background.


White color preview on #464250 background

This text has white color on #464250 background.