COLOR #461D61

HEX: #461D61
RGB: (70,29,97)

Color info

#461D61 contains mainly red and blue colors. Web safe color of #461D61 is #333366 (or #336).

RGB color model

#461D61 color RGB value is (70,29,97).

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

RGB channels and saturation

R 70 of 255 = 27%
G 29 of 255 = 11%
B 97 of 255 = 38%

70
29
97

R + G + B ~ 25%. #461D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 29 + 97 = 196 (100%)
R 70 of 196 ~ 35.71%
G 29 of 196 ~ 14.8%
B 97 of 196 ~ 49.49%

%35.71
%14.8
%49.49

CMYK color model

#461D61 color CMYK value is (28,70,0,62).

  • cyan value is 27.84%
  • magenta value is 70.10%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,70,0,62)
C28M70Y0K62 
(28%,70%,0%,62%)
(0.28/0.70/0.00/0.62)	

CMYK percentages

%27.84
%70.1
%0
%61.96

Codes

Color #461D61 in popluar color models

461D61
RGB702997
HSL276°53.97%24.71%
HSB/HSV276°70.10%38.04%
CMYK27.84%70.10%0.00%
61.96%

Color #461D61 in popluar number systems.

HEX461D61
Decimal702997
Binary1000110111011100001
Octal10635141

Shades and tints

Shades of #461D61

#461D61
(70,29,97)
#401B59
(64,27,89)
#3A1951
(58,25,81)
#341749
(52,23,73)
#2E1541
(46,21,65)
#281339
(40,19,57)
#221131
(34,17,49)
#1C0F29
(28,15,41)
#160D21
(22,13,33)
#100B19
(16,11,25)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #461D61

#461D61
(70,29,97)
#56316F
(86,49,111)
#66457D
(102,69,125)
#76598B
(118,89,139)
#866D99
(134,109,153)
#9681A7
(150,129,167)
#A695B5
(166,149,181)
#B6A9C3
(182,169,195)
#C6BDD1
(198,189,209)
#D6D1DF
(214,209,223)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461D61 color. Also use rgb(70,29,97) instead hex code.

Text Font Color

.myTextColor { color: #461D61; }

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

This text font color is #461D61.


Background Color

.myBgColor { background-color: #461D61; }

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

This div background color is #461D61.


Border color

.myBorderColor { border: 1px solid #461D61; }

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

This div border color is #461D61.


Opacity

.myOpacity80 { color: #461D61; opacity: 0.8; }

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

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

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

This text has shadow with #461D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461D61 on black background.


Color preview on white background

This text has color #461D61 on white background.



Black color preview on #461D61 background

This text has black color on #461D61 background.


White color preview on #461D61 background

This text has white color on #461D61 background.