COLOR #463B61

HEX: #463B61
RGB: (70,59,97)

Color info

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

RGB color model

#463B61 color RGB value is (70,59,97).

  • red value is 70;
  • green value is 59;
  • blue value is 97.
RGB:
(70,59,97)
(27%,23%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 59 of 255 = 23%
B 97 of 255 = 38%

70
59
97

R + G + B ~ 29%. #463B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 59 + 97 = 226 (100%)
R 70 of 226 ~ 30.97%
G 59 of 226 ~ 26.11%
B 97 of 226 ~ 42.92%

%30.97
%26.11
%42.92

CMYK color model

#463B61 color CMYK value is (28,39,0,62).

  • cyan value is 27.84%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,39,0,62)
C28M39Y0K62 
(28%,39%,0%,62%)
(0.28/0.39/0.00/0.62)	

CMYK percentages

%27.84
%39.18
%0
%61.96

Codes

Color #463B61 in popluar color models

463B61
RGB705997
HSL257°24.36%30.59%
HSB/HSV257°39.18%38.04%
CMYK27.84%39.18%0.00%
61.96%

Color #463B61 in popluar number systems.

HEX463B61
Decimal705997
Binary10001101110111100001
Octal10673141

Shades and tints

Shades of #463B61

#463B61
(70,59,97)
#403659
(64,54,89)
#3A3151
(58,49,81)
#342C49
(52,44,73)
#2E2741
(46,39,65)
#282239
(40,34,57)
#221D31
(34,29,49)
#1C1829
(28,24,41)
#161321
(22,19,33)
#100E19
(16,14,25)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #463B61

#463B61
(70,59,97)
#564C6F
(86,76,111)
#665D7D
(102,93,125)
#766E8B
(118,110,139)
#867F99
(134,127,153)
#9690A7
(150,144,167)
#A6A1B5
(166,161,181)
#B6B2C3
(182,178,195)
#C6C3D1
(198,195,209)
#D6D4DF
(214,212,223)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463B61 color. Also use rgb(70,59,97) instead hex code.

Text Font Color

.myTextColor { color: #463B61; }

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

This text font color is #463B61.


Background Color

.myBgColor { background-color: #463B61; }

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

This div background color is #463B61.


Border color

.myBorderColor { border: 1px solid #463B61; }

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

This div border color is #463B61.


Opacity

.myOpacity80 { color: #463B61; opacity: 0.8; }

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

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

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

This text has shadow with #463B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463B61 on black background.


Color preview on white background

This text has color #463B61 on white background.



Black color preview on #463B61 background

This text has black color on #463B61 background.


White color preview on #463B61 background

This text has white color on #463B61 background.