COLOR #463756

HEX: #463756
RGB: (70,55,86)

Color info

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

RGB color model

#463756 color RGB value is (70,55,86).

  • red value is 70;
  • green value is 55;
  • blue value is 86.
RGB:
(70,55,86)
(27%,22%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 86 of 255 = 34%

70
55
86

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

Portions of RGB colors in percentages

R + G + B =
70 + 55 + 86 = 211 (100%)
R 70 of 211 ~ 33.18%
G 55 of 211 ~ 26.07%
B 86 of 211 ~ 40.76%

%33.18
%26.07
%40.76

CMYK color model

#463756 color CMYK value is (19,36,0,66).

  • cyan value is 18.60%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(19,36,0,66)
C19M36Y0K66 
(19%,36%,0%,66%)
(0.19/0.36/0.00/0.66)	

CMYK percentages

%18.6
%36.05
%0
%66.27

Codes

Color #463756 in popluar color models

463756
RGB705586
HSL269°21.99%27.65%
HSB/HSV269°36.05%33.73%
CMYK18.60%36.05%0.00%
66.27%

Color #463756 in popluar number systems.

HEX463756
Decimal705586
Binary10001101101111010110
Octal10667126

Shades and tints

Shades of #463756

#463756
(70,55,86)
#40324F
(64,50,79)
#3A2D48
(58,45,72)
#342841
(52,40,65)
#2E233A
(46,35,58)
#281E33
(40,30,51)
#22192C
(34,25,44)
#1C1425
(28,20,37)
#160F1E
(22,15,30)
#100A17
(16,10,23)
#0A0510
(10,5,16)
#000000
(0,0,0)

Tints of #463756

#463756
(70,55,86)
#564965
(86,73,101)
#665B74
(102,91,116)
#766D83
(118,109,131)
#867F92
(134,127,146)
#9691A1
(150,145,161)
#A6A3B0
(166,163,176)
#B6B5BF
(182,181,191)
#C6C7CE
(198,199,206)
#D6D9DD
(214,217,221)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463756 color. Also use rgb(70,55,86) instead hex code.

Text Font Color

.myTextColor { color: #463756; }

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

This text font color is #463756.


Background Color

.myBgColor { background-color: #463756; }

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

This div background color is #463756.


Border color

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

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

This div border color is #463756.


Opacity

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

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

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

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

This text has shadow with #463756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463756 on black background.


Color preview on white background

This text has color #463756 on white background.



Black color preview on #463756 background

This text has black color on #463756 background.


White color preview on #463756 background

This text has white color on #463756 background.