COLOR #463950

HEX: #463950
RGB: (70,57,80)

Color info

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

RGB color model

#463950 color RGB value is (70,57,80).

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

RGB channels and saturation

R 70 of 255 = 27%
G 57 of 255 = 22%
B 80 of 255 = 31%

70
57
80

R + G + B ~ 27%. #463950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 80 = 207 (100%)
R 70 of 207 ~ 33.82%
G 57 of 207 ~ 27.54%
B 80 of 207 ~ 38.65%

%33.82
%27.54
%38.65

CMYK color model

#463950 color CMYK value is (13,29,0,69).

  • cyan value is 12.50%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(13,29,0,69)
C13M29Y0K69 
(13%,29%,0%,69%)
(0.13/0.29/0.00/0.69)	

CMYK percentages

%12.5
%28.75
%0
%68.63

Codes

Color #463950 in popluar color models

463950
RGB705780
HSL274°16.79%26.86%
HSB/HSV274°28.75%31.37%
CMYK12.50%28.75%0.00%
68.63%

Color #463950 in popluar number systems.

HEX463950
Decimal705780
Binary10001101110011010000
Octal10671120

Shades and tints

Shades of #463950

#463950
(70,57,80)
#403449
(64,52,73)
#3A2F42
(58,47,66)
#342A3B
(52,42,59)
#2E2534
(46,37,52)
#28202D
(40,32,45)
#221B26
(34,27,38)
#1C161F
(28,22,31)
#161118
(22,17,24)
#100C11
(16,12,17)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #463950

#463950
(70,57,80)
#564B5F
(86,75,95)
#665D6E
(102,93,110)
#766F7D
(118,111,125)
#86818C
(134,129,140)
#96939B
(150,147,155)
#A6A5AA
(166,165,170)
#B6B7B9
(182,183,185)
#C6C9C8
(198,201,200)
#D6DBD7
(214,219,215)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463950; }

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

This text font color is #463950.


Background Color

.myBgColor { background-color: #463950; }

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

This div background color is #463950.


Border color

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

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

This div border color is #463950.


Opacity

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

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

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

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

This text has shadow with #463950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463950 on black background.


Color preview on white background

This text has color #463950 on white background.



Black color preview on #463950 background

This text has black color on #463950 background.


White color preview on #463950 background

This text has white color on #463950 background.