COLOR #461236

HEX: #461236
RGB: (70,18,54)

Color info

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

RGB color model

#461236 color RGB value is (70,18,54).

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

RGB channels and saturation

R 70 of 255 = 27%
G 18 of 255 = 7%
B 54 of 255 = 21%

70
18
54

R + G + B ~ 18%. #461236 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 18 + 54 = 142 (100%)
R 70 of 142 ~ 49.3%
G 18 of 142 ~ 12.68%
B 54 of 142 ~ 38.03%

%49.3
%12.68
%38.03

CMYK color model

#461236 color CMYK value is (0,74,23,73).

  • cyan value is 0.00%
  • magenta value is 74.29%
  • yellow value is 22.86%
  • key color value is 72.55%
CMYK:
(0,74,23,73)
C0M74Y23K73 
(0%,74%,23%,73%)
(0.00/0.74/0.23/0.73)	

CMYK percentages

%0
%74.29
%22.86
%72.55

Codes

Color #461236 in popluar color models

461236
RGB701854
HSL318°59.09%17.25%
HSB/HSV318°74.29%27.45%
CMYK0.00%74.29%22.86%
72.55%

Color #461236 in popluar number systems.

HEX461236
Decimal701854
Binary100011010010110110
Octal1062266

Shades and tints

Shades of #461236

#461236
(70,18,54)
#401132
(64,17,50)
#3A102E
(58,16,46)
#340F2A
(52,15,42)
#2E0E26
(46,14,38)
#280D22
(40,13,34)
#220C1E
(34,12,30)
#1C0B1A
(28,11,26)
#160A16
(22,10,22)
#100912
(16,9,18)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #461236

#461236
(70,18,54)
#562748
(86,39,72)
#663C5A
(102,60,90)
#76516C
(118,81,108)
#86667E
(134,102,126)
#967B90
(150,123,144)
#A690A2
(166,144,162)
#B6A5B4
(182,165,180)
#C6BAC6
(198,186,198)
#D6CFD8
(214,207,216)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461236; }

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

This text font color is #461236.


Background Color

.myBgColor { background-color: #461236; }

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

This div background color is #461236.


Border color

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

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

This div border color is #461236.


Opacity

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

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

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

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

This text has shadow with #461236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461236 on black background.


Color preview on white background

This text has color #461236 on white background.



Black color preview on #461236 background

This text has black color on #461236 background.


White color preview on #461236 background

This text has white color on #461236 background.