COLOR #461957

HEX: #461957
RGB: (70,25,87)

Color info

#461957 contains mainly red and blue colors. Web safe color of #461957 is #330066 (or #306).

RGB color model

#461957 color RGB value is (70,25,87).

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

RGB channels and saturation

R 70 of 255 = 27%
G 25 of 255 = 10%
B 87 of 255 = 34%

70
25
87

R + G + B ~ 24%. #461957 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 25 + 87 = 182 (100%)
R 70 of 182 ~ 38.46%
G 25 of 182 ~ 13.74%
B 87 of 182 ~ 47.8%

%38.46
%13.74
%47.8

CMYK color model

#461957 color CMYK value is (20,71,0,66).

  • cyan value is 19.54%
  • magenta value is 71.26%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(20,71,0,66)
C20M71Y0K66 
(20%,71%,0%,66%)
(0.20/0.71/0.00/0.66)	

CMYK percentages

%19.54
%71.26
%0
%65.88

Codes

Color #461957 in popluar color models

461957
RGB702587
HSL284°55.36%21.96%
HSB/HSV284°71.26%34.12%
CMYK19.54%71.26%0.00%
65.88%

Color #461957 in popluar number systems.

HEX461957
Decimal702587
Binary1000110110011010111
Octal10631127

Shades and tints

Shades of #461957

#461957
(70,25,87)
#401750
(64,23,80)
#3A1549
(58,21,73)
#341342
(52,19,66)
#2E113B
(46,17,59)
#280F34
(40,15,52)
#220D2D
(34,13,45)
#1C0B26
(28,11,38)
#16091F
(22,9,31)
#100718
(16,7,24)
#0A0511
(10,5,17)
#000000
(0,0,0)

Tints of #461957

#461957
(70,25,87)
#562D66
(86,45,102)
#664175
(102,65,117)
#765584
(118,85,132)
#866993
(134,105,147)
#967DA2
(150,125,162)
#A691B1
(166,145,177)
#B6A5C0
(182,165,192)
#C6B9CF
(198,185,207)
#D6CDDE
(214,205,222)
#E6E1ED
(230,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461957; }

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

This text font color is #461957.


Background Color

.myBgColor { background-color: #461957; }

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

This div background color is #461957.


Border color

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

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

This div border color is #461957.


Opacity

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

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

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

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

This text has shadow with #461957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461957 on black background.


Color preview on white background

This text has color #461957 on white background.



Black color preview on #461957 background

This text has black color on #461957 background.


White color preview on #461957 background

This text has white color on #461957 background.