COLOR #463355

HEX: #463355
RGB: (70,51,85)

Color info

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

RGB color model

#463355 color RGB value is (70,51,85).

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

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 85 of 255 = 33%

70
51
85

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

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 85 = 206 (100%)
R 70 of 206 ~ 33.98%
G 51 of 206 ~ 24.76%
B 85 of 206 ~ 41.26%

%33.98
%24.76
%41.26

CMYK color model

#463355 color CMYK value is (18,40,0,67).

  • cyan value is 17.65%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(18,40,0,67)
C18M40Y0K67 
(18%,40%,0%,67%)
(0.18/0.40/0.00/0.67)	

CMYK percentages

%17.65
%40
%0
%66.67

Codes

Color #463355 in popluar color models

463355
RGB705185
HSL274°25.00%26.67%
HSB/HSV274°40.00%33.33%
CMYK17.65%40.00%0.00%
66.67%

Color #463355 in popluar number systems.

HEX463355
Decimal705185
Binary10001101100111010101
Octal10663125

Shades and tints

Shades of #463355

#463355
(70,51,85)
#402F4E
(64,47,78)
#3A2B47
(58,43,71)
#342740
(52,39,64)
#2E2339
(46,35,57)
#281F32
(40,31,50)
#221B2B
(34,27,43)
#1C1724
(28,23,36)
#16131D
(22,19,29)
#100F16
(16,15,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #463355

#463355
(70,51,85)
#564564
(86,69,100)
#665773
(102,87,115)
#766982
(118,105,130)
#867B91
(134,123,145)
#968DA0
(150,141,160)
#A69FAF
(166,159,175)
#B6B1BE
(182,177,190)
#C6C3CD
(198,195,205)
#D6D5DC
(214,213,220)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463355 color. Also use rgb(70,51,85) instead hex code.

Text Font Color

.myTextColor { color: #463355; }

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

This text font color is #463355.


Background Color

.myBgColor { background-color: #463355; }

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

This div background color is #463355.


Border color

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

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

This div border color is #463355.


Opacity

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

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

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

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

This text has shadow with #463355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463355 on black background.


Color preview on white background

This text has color #463355 on white background.



Black color preview on #463355 background

This text has black color on #463355 background.


White color preview on #463355 background

This text has white color on #463355 background.