COLOR #463250

HEX: #463250
RGB: (70,50,80)

Color info

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

RGB color model

#463250 color RGB value is (70,50,80).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 80 of 255 = 31%

70
50
80

R + G + B ~ 26%. #463250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 80 = 200 (100%)
R 70 of 200 ~ 35%
G 50 of 200 ~ 25%
B 80 of 200 ~ 40%

%35
%25
%40

CMYK color model

#463250 color CMYK value is (13,38,0,69).

  • cyan value is 12.50%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(13,38,0,69)
C13M38Y0K69 
(13%,38%,0%,69%)
(0.13/0.38/0.00/0.69)	

CMYK percentages

%12.5
%37.5
%0
%68.63

Codes

Color #463250 in popluar color models

463250
RGB705080
HSL280°23.08%25.49%
HSB/HSV280°37.50%31.37%
CMYK12.50%37.50%0.00%
68.63%

Color #463250 in popluar number systems.

HEX463250
Decimal705080
Binary10001101100101010000
Octal10662120

Shades and tints

Shades of #463250

#463250
(70,50,80)
#402E49
(64,46,73)
#3A2A42
(58,42,66)
#34263B
(52,38,59)
#2E2234
(46,34,52)
#281E2D
(40,30,45)
#221A26
(34,26,38)
#1C161F
(28,22,31)
#161218
(22,18,24)
#100E11
(16,14,17)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #463250

#463250
(70,50,80)
#56445F
(86,68,95)
#66566E
(102,86,110)
#76687D
(118,104,125)
#867A8C
(134,122,140)
#968C9B
(150,140,155)
#A69EAA
(166,158,170)
#B6B0B9
(182,176,185)
#C6C2C8
(198,194,200)
#D6D4D7
(214,212,215)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463250; }

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

This text font color is #463250.


Background Color

.myBgColor { background-color: #463250; }

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

This div background color is #463250.


Border color

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

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

This div border color is #463250.


Opacity

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

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

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

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

This text has shadow with #463250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463250 on black background.


Color preview on white background

This text has color #463250 on white background.



Black color preview on #463250 background

This text has black color on #463250 background.


White color preview on #463250 background

This text has white color on #463250 background.