COLOR #461937

HEX: #461937
RGB: (70,25,55)

Color info

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

RGB color model

#461937 color RGB value is (70,25,55).

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

RGB channels and saturation

R 70 of 255 = 27%
G 25 of 255 = 10%
B 55 of 255 = 22%

70
25
55

R + G + B ~ 20%. #461937 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 25 + 55 = 150 (100%)
R 70 of 150 ~ 46.67%
G 25 of 150 ~ 16.67%
B 55 of 150 ~ 36.67%

%46.67
%16.67
%36.67

CMYK color model

#461937 color CMYK value is (0,64,21,73).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 21.43%
  • key color value is 72.55%
CMYK:
(0,64,21,73)
C0M64Y21K73 
(0%,64%,21%,73%)
(0.00/0.64/0.21/0.73)	

CMYK percentages

%0
%64.29
%21.43
%72.55

Codes

Color #461937 in popluar color models

461937
RGB702555
HSL320°47.37%18.63%
HSB/HSV320°64.29%27.45%
CMYK0.00%64.29%21.43%
72.55%

Color #461937 in popluar number systems.

HEX461937
Decimal702555
Binary100011011001110111
Octal1063167

Shades and tints

Shades of #461937

#461937
(70,25,55)
#401732
(64,23,50)
#3A152D
(58,21,45)
#341328
(52,19,40)
#2E1123
(46,17,35)
#280F1E
(40,15,30)
#220D19
(34,13,25)
#1C0B14
(28,11,20)
#16090F
(22,9,15)
#10070A
(16,7,10)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #461937

#461937
(70,25,55)
#562D49
(86,45,73)
#66415B
(102,65,91)
#76556D
(118,85,109)
#86697F
(134,105,127)
#967D91
(150,125,145)
#A691A3
(166,145,163)
#B6A5B5
(182,165,181)
#C6B9C7
(198,185,199)
#D6CDD9
(214,205,217)
#E6E1EB
(230,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461937; }

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

This text font color is #461937.


Background Color

.myBgColor { background-color: #461937; }

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

This div background color is #461937.


Border color

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

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

This div border color is #461937.


Opacity

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

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

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

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

This text has shadow with #461937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461937 on black background.


Color preview on white background

This text has color #461937 on white background.



Black color preview on #461937 background

This text has black color on #461937 background.


White color preview on #461937 background

This text has white color on #461937 background.