COLOR #461A36

HEX: #461A36
RGB: (70,26,54)

Color info

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

RGB color model

#461A36 color RGB value is (70,26,54).

  • red value is 70;
  • green value is 26;
  • blue value is 54.
RGB:
(70,26,54)
(27%,10%,21%)

RGB channels and saturation

R 70 of 255 = 27%
G 26 of 255 = 10%
B 54 of 255 = 21%

70
26
54

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

Portions of RGB colors in percentages

R + G + B =
70 + 26 + 54 = 150 (100%)
R 70 of 150 ~ 46.67%
G 26 of 150 ~ 17.33%
B 54 of 150 ~ 36%

%46.67
%17.33
%36

CMYK color model

#461A36 color CMYK value is (0,63,23,73).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 22.86%
  • key color value is 72.55%
CMYK:
(0,63,23,73)
C0M63Y23K73 
(0%,63%,23%,73%)
(0.00/0.63/0.23/0.73)	

CMYK percentages

%0
%62.86
%22.86
%72.55

Codes

Color #461A36 in popluar color models

461A36
RGB702654
HSL322°45.83%18.82%
HSB/HSV322°62.86%27.45%
CMYK0.00%62.86%22.86%
72.55%

Color #461A36 in popluar number systems.

HEX461A36
Decimal702654
Binary100011011010110110
Octal1063266

Shades and tints

Shades of #461A36

#461A36
(70,26,54)
#401832
(64,24,50)
#3A162E
(58,22,46)
#34142A
(52,20,42)
#2E1226
(46,18,38)
#281022
(40,16,34)
#220E1E
(34,14,30)
#1C0C1A
(28,12,26)
#160A16
(22,10,22)
#100812
(16,8,18)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #461A36

#461A36
(70,26,54)
#562E48
(86,46,72)
#66425A
(102,66,90)
#76566C
(118,86,108)
#866A7E
(134,106,126)
#967E90
(150,126,144)
#A692A2
(166,146,162)
#B6A6B4
(182,166,180)
#C6BAC6
(198,186,198)
#D6CED8
(214,206,216)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461A36 color. Also use rgb(70,26,54) instead hex code.

Text Font Color

.myTextColor { color: #461A36; }

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

This text font color is #461A36.


Background Color

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

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

This div background color is #461A36.


Border color

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

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

This div border color is #461A36.


Opacity

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

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

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

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

This text has shadow with #461A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461A36 on black background.


Color preview on white background

This text has color #461A36 on white background.



Black color preview on #461A36 background

This text has black color on #461A36 background.


White color preview on #461A36 background

This text has white color on #461A36 background.