COLOR #461953

HEX: #461953
RGB: (70,25,83)

Color info

#461953 contains red, green and blue colors in about the same proportion. Web safe color of #461953 is #330066 (or #306).

RGB color model

#461953 color RGB value is (70,25,83).

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

RGB channels and saturation

R 70 of 255 = 27%
G 25 of 255 = 10%
B 83 of 255 = 33%

70
25
83

R + G + B ~ 23%. #461953 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 25 + 83 = 178 (100%)
R 70 of 178 ~ 39.33%
G 25 of 178 ~ 14.04%
B 83 of 178 ~ 46.63%

%39.33
%14.04
%46.63

CMYK color model

#461953 color CMYK value is (16,70,0,67).

  • cyan value is 15.66%
  • magenta value is 69.88%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(16,70,0,67)
C16M70Y0K67 
(16%,70%,0%,67%)
(0.16/0.70/0.00/0.67)	

CMYK percentages

%15.66
%69.88
%0
%67.45

Codes

Color #461953 in popluar color models

461953
RGB702583
HSL287°53.70%21.18%
HSB/HSV287°69.88%32.55%
CMYK15.66%69.88%0.00%
67.45%

Color #461953 in popluar number systems.

HEX461953
Decimal702583
Binary1000110110011010011
Octal10631123

Shades and tints

Shades of #461953

#461953
(70,25,83)
#40174C
(64,23,76)
#3A1545
(58,21,69)
#34133E
(52,19,62)
#2E1137
(46,17,55)
#280F30
(40,15,48)
#220D29
(34,13,41)
#1C0B22
(28,11,34)
#16091B
(22,9,27)
#100714
(16,7,20)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #461953

#461953
(70,25,83)
#562D62
(86,45,98)
#664171
(102,65,113)
#765580
(118,85,128)
#86698F
(134,105,143)
#967D9E
(150,125,158)
#A691AD
(166,145,173)
#B6A5BC
(182,165,188)
#C6B9CB
(198,185,203)
#D6CDDA
(214,205,218)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461953; }

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

This text font color is #461953.


Background Color

.myBgColor { background-color: #461953; }

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

This div background color is #461953.


Border color

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

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

This div border color is #461953.


Opacity

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

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

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

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

This text has shadow with #461953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461953 on black background.


Color preview on white background

This text has color #461953 on white background.



Black color preview on #461953 background

This text has black color on #461953 background.


White color preview on #461953 background

This text has white color on #461953 background.