COLOR #461640

HEX: #461640
RGB: (70,22,64)

Color info

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

RGB color model

#461640 color RGB value is (70,22,64).

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

RGB channels and saturation

R 70 of 255 = 27%
G 22 of 255 = 9%
B 64 of 255 = 25%

70
22
64

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

Portions of RGB colors in percentages

R + G + B =
70 + 22 + 64 = 156 (100%)
R 70 of 156 ~ 44.87%
G 22 of 156 ~ 14.1%
B 64 of 156 ~ 41.03%

%44.87
%14.1
%41.03

CMYK color model

#461640 color CMYK value is (0,69,9,73).

  • cyan value is 0.00%
  • magenta value is 68.57%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(0,69,9,73)
C0M69Y9K73 
(0%,69%,9%,73%)
(0.00/0.69/0.09/0.73)	

CMYK percentages

%0
%68.57
%8.57
%72.55

Codes

Color #461640 in popluar color models

461640
RGB702264
HSL308°52.17%18.04%
HSB/HSV308°68.57%27.45%
CMYK0.00%68.57%8.57%
72.55%

Color #461640 in popluar number systems.

HEX461640
Decimal702264
Binary1000110101101000000
Octal10626100

Shades and tints

Shades of #461640

#461640
(70,22,64)
#40143B
(64,20,59)
#3A1236
(58,18,54)
#341031
(52,16,49)
#2E0E2C
(46,14,44)
#280C27
(40,12,39)
#220A22
(34,10,34)
#1C081D
(28,8,29)
#160618
(22,6,24)
#100413
(16,4,19)
#0A020E
(10,2,14)
#000000
(0,0,0)

Tints of #461640

#461640
(70,22,64)
#562B51
(86,43,81)
#664062
(102,64,98)
#765573
(118,85,115)
#866A84
(134,106,132)
#967F95
(150,127,149)
#A694A6
(166,148,166)
#B6A9B7
(182,169,183)
#C6BEC8
(198,190,200)
#D6D3D9
(214,211,217)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461640; }

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

This text font color is #461640.


Background Color

.myBgColor { background-color: #461640; }

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

This div background color is #461640.


Border color

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

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

This div border color is #461640.


Opacity

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

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

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

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

This text has shadow with #461640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461640 on black background.


Color preview on white background

This text has color #461640 on white background.



Black color preview on #461640 background

This text has black color on #461640 background.


White color preview on #461640 background

This text has white color on #461640 background.