COLOR #461031

HEX: #461031
RGB: (70,16,49)

Color info

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

RGB color model

#461031 color RGB value is (70,16,49).

  • red value is 70;
  • green value is 16;
  • blue value is 49.
RGB:
(70,16,49)
(27%,6%,19%)

RGB channels and saturation

R 70 of 255 = 27%
G 16 of 255 = 6%
B 49 of 255 = 19%

70
16
49

R + G + B ~ 17%. #461031 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 16 + 49 = 135 (100%)
R 70 of 135 ~ 51.85%
G 16 of 135 ~ 11.85%
B 49 of 135 ~ 36.3%

%51.85
%11.85
%36.3

CMYK color model

#461031 color CMYK value is (0,77,30,73).

  • cyan value is 0.00%
  • magenta value is 77.14%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(0,77,30,73)
C0M77Y30K73 
(0%,77%,30%,73%)
(0.00/0.77/0.30/0.73)	

CMYK percentages

%0
%77.14
%30
%72.55

Codes

Color #461031 in popluar color models

461031
RGB701649
HSL323°62.79%16.86%
HSB/HSV323°77.14%27.45%
CMYK0.00%77.14%30.00%
72.55%

Color #461031 in popluar number systems.

HEX461031
Decimal701649
Binary100011010000110001
Octal1062061

Shades and tints

Shades of #461031

#461031
(70,16,49)
#400F2D
(64,15,45)
#3A0E29
(58,14,41)
#340D25
(52,13,37)
#2E0C21
(46,12,33)
#280B1D
(40,11,29)
#220A19
(34,10,25)
#1C0915
(28,9,21)
#160811
(22,8,17)
#10070D
(16,7,13)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #461031

#461031
(70,16,49)
#562543
(86,37,67)
#663A55
(102,58,85)
#764F67
(118,79,103)
#866479
(134,100,121)
#96798B
(150,121,139)
#A68E9D
(166,142,157)
#B6A3AF
(182,163,175)
#C6B8C1
(198,184,193)
#D6CDD3
(214,205,211)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461031 color. Also use rgb(70,16,49) instead hex code.

Text Font Color

.myTextColor { color: #461031; }

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

This text font color is #461031.


Background Color

.myBgColor { background-color: #461031; }

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

This div background color is #461031.


Border color

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

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

This div border color is #461031.


Opacity

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

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

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

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

This text has shadow with #461031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461031 on black background.


Color preview on white background

This text has color #461031 on white background.



Black color preview on #461031 background

This text has black color on #461031 background.


White color preview on #461031 background

This text has white color on #461031 background.