COLOR #461637

HEX: #461637
RGB: (70,22,55)

Color info

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

RGB color model

#461637 color RGB value is (70,22,55).

  • red value is 70;
  • green value is 22;
  • blue value is 55.
RGB:
(70,22,55)
(27%,9%,22%)

RGB channels and saturation

R 70 of 255 = 27%
G 22 of 255 = 9%
B 55 of 255 = 22%

70
22
55

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

Portions of RGB colors in percentages

R + G + B =
70 + 22 + 55 = 147 (100%)
R 70 of 147 ~ 47.62%
G 22 of 147 ~ 14.97%
B 55 of 147 ~ 37.41%

%47.62
%14.97
%37.41

CMYK color model

#461637 color CMYK value is (0,69,21,73).

  • cyan value is 0.00%
  • magenta value is 68.57%
  • yellow value is 21.43%
  • key color value is 72.55%
CMYK:
(0,69,21,73)
C0M69Y21K73 
(0%,69%,21%,73%)
(0.00/0.69/0.21/0.73)	

CMYK percentages

%0
%68.57
%21.43
%72.55

Codes

Color #461637 in popluar color models

461637
RGB702255
HSL319°52.17%18.04%
HSB/HSV319°68.57%27.45%
CMYK0.00%68.57%21.43%
72.55%

Color #461637 in popluar number systems.

HEX461637
Decimal702255
Binary100011010110110111
Octal1062667

Shades and tints

Shades of #461637

#461637
(70,22,55)
#401432
(64,20,50)
#3A122D
(58,18,45)
#341028
(52,16,40)
#2E0E23
(46,14,35)
#280C1E
(40,12,30)
#220A19
(34,10,25)
#1C0814
(28,8,20)
#16060F
(22,6,15)
#10040A
(16,4,10)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #461637

#461637
(70,22,55)
#562B49
(86,43,73)
#66405B
(102,64,91)
#76556D
(118,85,109)
#866A7F
(134,106,127)
#967F91
(150,127,145)
#A694A3
(166,148,163)
#B6A9B5
(182,169,181)
#C6BEC7
(198,190,199)
#D6D3D9
(214,211,217)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461637 color. Also use rgb(70,22,55) instead hex code.

Text Font Color

.myTextColor { color: #461637; }

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

This text font color is #461637.


Background Color

.myBgColor { background-color: #461637; }

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

This div background color is #461637.


Border color

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

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

This div border color is #461637.


Opacity

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

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

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

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

This text has shadow with #461637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461637 on black background.


Color preview on white background

This text has color #461637 on white background.



Black color preview on #461637 background

This text has black color on #461637 background.


White color preview on #461637 background

This text has white color on #461637 background.