COLOR #461D40

HEX: #461D40
RGB: (70,29,64)

Color info

#461D40 contains red, green and blue colors in about the same proportion. Web safe color of #461D40 is #333333 (or #333).

RGB color model

#461D40 color RGB value is (70,29,64).

  • red value is 70;
  • green value is 29;
  • blue value is 64.
RGB:
(70,29,64)
(27%,11%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 29 of 255 = 11%
B 64 of 255 = 25%

70
29
64

R + G + B ~ 21%. #461D40 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 29 + 64 = 163 (100%)
R 70 of 163 ~ 42.94%
G 29 of 163 ~ 17.79%
B 64 of 163 ~ 39.26%

%42.94
%17.79
%39.26

CMYK color model

#461D40 color CMYK value is (0,59,9,73).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(0,59,9,73)
C0M59Y9K73 
(0%,59%,9%,73%)
(0.00/0.59/0.09/0.73)	

CMYK percentages

%0
%58.57
%8.57
%72.55

Codes

Color #461D40 in popluar color models

461D40
RGB702964
HSL309°41.41%19.41%
HSB/HSV309°58.57%27.45%
CMYK0.00%58.57%8.57%
72.55%

Color #461D40 in popluar number systems.

HEX461D40
Decimal702964
Binary1000110111011000000
Octal10635100

Shades and tints

Shades of #461D40

#461D40
(70,29,64)
#401B3B
(64,27,59)
#3A1936
(58,25,54)
#341731
(52,23,49)
#2E152C
(46,21,44)
#281327
(40,19,39)
#221122
(34,17,34)
#1C0F1D
(28,15,29)
#160D18
(22,13,24)
#100B13
(16,11,19)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #461D40

#461D40
(70,29,64)
#563151
(86,49,81)
#664562
(102,69,98)
#765973
(118,89,115)
#866D84
(134,109,132)
#968195
(150,129,149)
#A695A6
(166,149,166)
#B6A9B7
(182,169,183)
#C6BDC8
(198,189,200)
#D6D1D9
(214,209,217)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461D40 color. Also use rgb(70,29,64) instead hex code.

Text Font Color

.myTextColor { color: #461D40; }

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

This text font color is #461D40.


Background Color

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

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

This div background color is #461D40.


Border color

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

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

This div border color is #461D40.


Opacity

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

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

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

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

This text has shadow with #461D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461D40 on black background.


Color preview on white background

This text has color #461D40 on white background.



Black color preview on #461D40 background

This text has black color on #461D40 background.


White color preview on #461D40 background

This text has white color on #461D40 background.