COLOR #463253

HEX: #463253
RGB: (70,50,83)

Color info

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

RGB color model

#463253 color RGB value is (70,50,83).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 83 of 255 = 33%

70
50
83

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 83 = 203 (100%)
R 70 of 203 ~ 34.48%
G 50 of 203 ~ 24.63%
B 83 of 203 ~ 40.89%

%34.48
%24.63
%40.89

CMYK color model

#463253 color CMYK value is (16,40,0,67).

  • cyan value is 15.66%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(16,40,0,67)
C16M40Y0K67 
(16%,40%,0%,67%)
(0.16/0.40/0.00/0.67)	

CMYK percentages

%15.66
%39.76
%0
%67.45

Codes

Color #463253 in popluar color models

463253
RGB705083
HSL276°24.81%26.08%
HSB/HSV276°39.76%32.55%
CMYK15.66%39.76%0.00%
67.45%

Color #463253 in popluar number systems.

HEX463253
Decimal705083
Binary10001101100101010011
Octal10662123

Shades and tints

Shades of #463253

#463253
(70,50,83)
#402E4C
(64,46,76)
#3A2A45
(58,42,69)
#34263E
(52,38,62)
#2E2237
(46,34,55)
#281E30
(40,30,48)
#221A29
(34,26,41)
#1C1622
(28,22,34)
#16121B
(22,18,27)
#100E14
(16,14,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #463253

#463253
(70,50,83)
#564462
(86,68,98)
#665671
(102,86,113)
#766880
(118,104,128)
#867A8F
(134,122,143)
#968C9E
(150,140,158)
#A69EAD
(166,158,173)
#B6B0BC
(182,176,188)
#C6C2CB
(198,194,203)
#D6D4DA
(214,212,218)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463253; }

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

This text font color is #463253.


Background Color

.myBgColor { background-color: #463253; }

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

This div background color is #463253.


Border color

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

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

This div border color is #463253.


Opacity

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

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

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

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

This text has shadow with #463253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463253 on black background.


Color preview on white background

This text has color #463253 on white background.



Black color preview on #463253 background

This text has black color on #463253 background.


White color preview on #463253 background

This text has white color on #463253 background.