COLOR #461124

HEX: #461124
RGB: (70,17,36)

Color info

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

RGB color model

#461124 color RGB value is (70,17,36).

  • red value is 70;
  • green value is 17;
  • blue value is 36.
RGB:
(70,17,36)
(27%,7%,14%)

RGB channels and saturation

R 70 of 255 = 27%
G 17 of 255 = 7%
B 36 of 255 = 14%

70
17
36

R + G + B ~ 16%. #461124 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 17 + 36 = 123 (100%)
R 70 of 123 ~ 56.91%
G 17 of 123 ~ 13.82%
B 36 of 123 ~ 29.27%

%56.91
%13.82
%29.27

CMYK color model

#461124 color CMYK value is (0,76,49,73).

  • cyan value is 0.00%
  • magenta value is 75.71%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(0,76,49,73)
C0M76Y49K73 
(0%,76%,49%,73%)
(0.00/0.76/0.49/0.73)	

CMYK percentages

%0
%75.71
%48.57
%72.55

Codes

Color #461124 in popluar color models

461124
RGB701736
HSL338°60.92%17.06%
HSB/HSV338°75.71%27.45%
CMYK0.00%75.71%48.57%
72.55%

Color #461124 in popluar number systems.

HEX461124
Decimal701736
Binary100011010001100100
Octal1062144

Shades and tints

Shades of #461124

#461124
(70,17,36)
#401021
(64,16,33)
#3A0F1E
(58,15,30)
#340E1B
(52,14,27)
#2E0D18
(46,13,24)
#280C15
(40,12,21)
#220B12
(34,11,18)
#1C0A0F
(28,10,15)
#16090C
(22,9,12)
#100809
(16,8,9)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #461124

#461124
(70,17,36)
#562637
(86,38,55)
#663B4A
(102,59,74)
#76505D
(118,80,93)
#866570
(134,101,112)
#967A83
(150,122,131)
#A68F96
(166,143,150)
#B6A4A9
(182,164,169)
#C6B9BC
(198,185,188)
#D6CECF
(214,206,207)
#E6E3E2
(230,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461124 color. Also use rgb(70,17,36) instead hex code.

Text Font Color

.myTextColor { color: #461124; }

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

This text font color is #461124.


Background Color

.myBgColor { background-color: #461124; }

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

This div background color is #461124.


Border color

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

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

This div border color is #461124.


Opacity

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

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

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

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

This text has shadow with #461124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461124 on black background.


Color preview on white background

This text has color #461124 on white background.



Black color preview on #461124 background

This text has black color on #461124 background.


White color preview on #461124 background

This text has white color on #461124 background.