COLOR #461439

HEX: #461439
RGB: (70,20,57)

Color info

#461439 contains red, green and blue colors in about the same proportion. Web safe color of #461439 is #330033 (or #303).

RGB color model

#461439 color RGB value is (70,20,57).

  • red value is 70;
  • green value is 20;
  • blue value is 57.
RGB:
(70,20,57)
(27%,8%,22%)

RGB channels and saturation

R 70 of 255 = 27%
G 20 of 255 = 8%
B 57 of 255 = 22%

70
20
57

R + G + B ~ 19%. #461439 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 20 + 57 = 147 (100%)
R 70 of 147 ~ 47.62%
G 20 of 147 ~ 13.61%
B 57 of 147 ~ 38.78%

%47.62
%13.61
%38.78

CMYK color model

#461439 color CMYK value is (0,71,19,73).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 18.57%
  • key color value is 72.55%
CMYK:
(0,71,19,73)
C0M71Y19K73 
(0%,71%,19%,73%)
(0.00/0.71/0.19/0.73)	

CMYK percentages

%0
%71.43
%18.57
%72.55

Codes

Color #461439 in popluar color models

461439
RGB702057
HSL316°55.56%17.65%
HSB/HSV316°71.43%27.45%
CMYK0.00%71.43%18.57%
72.55%

Color #461439 in popluar number systems.

HEX461439
Decimal702057
Binary100011010100111001
Octal1062471

Shades and tints

Shades of #461439

#461439
(70,20,57)
#401334
(64,19,52)
#3A122F
(58,18,47)
#34112A
(52,17,42)
#2E1025
(46,16,37)
#280F20
(40,15,32)
#220E1B
(34,14,27)
#1C0D16
(28,13,22)
#160C11
(22,12,17)
#100B0C
(16,11,12)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #461439

#461439
(70,20,57)
#56294B
(86,41,75)
#663E5D
(102,62,93)
#76536F
(118,83,111)
#866881
(134,104,129)
#967D93
(150,125,147)
#A692A5
(166,146,165)
#B6A7B7
(182,167,183)
#C6BCC9
(198,188,201)
#D6D1DB
(214,209,219)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461439 color. Also use rgb(70,20,57) instead hex code.

Text Font Color

.myTextColor { color: #461439; }

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

This text font color is #461439.


Background Color

.myBgColor { background-color: #461439; }

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

This div background color is #461439.


Border color

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

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

This div border color is #461439.


Opacity

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

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

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

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

This text has shadow with #461439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461439 on black background.


Color preview on white background

This text has color #461439 on white background.



Black color preview on #461439 background

This text has black color on #461439 background.


White color preview on #461439 background

This text has white color on #461439 background.