COLOR #461A32

HEX: #461A32 RGB: (70,26,50)

Color info

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

RGB color model

#461A32 color RGB value is (70,26,50).

RGB: (70,26,50) (27%, 10%, 20%)

RGB channels and saturation

R 70 of 255 = 27%
G 26 of 255 = 10%
B 50 of 255 = 20%

70
26
50

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

Portions of RGB colors in percentages

R + G + B = 70 + 26 + 50 = 146 (100%)
R 70 of 146 ~ 47.95%
G 26 of 146 ~ 17.81%
B 50 of 146 ~ 34.25'%

%47.95
%17.81
%34.25

CMYK color model

#461A32 color CMYK value is (0,63,29,73).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 28.57%
  • key color value is 72.55%

CMYK: (0,63,29,73)
C0M63Y29K73 (0%, 63%, 29%, 73%)
(0.00 / 0.63 / 0.29 / 0.73)

CMYK percentages

%0
%62.86
%28.57
%72.55

Codes

Color #461A32 in popluar color models

46 1A 32
RGB 70 26 50
HSL 327° 45.83% 18.82%
HSB/HSV 327° 62.86% 27.45%
CMYK 0.00% 62.86% 28.57%
72.55%

Color #461A32 in popluar number systems.

HEX 46 1A 32
Decimal 70 26 50
Binary 1000110 11010 110010
Octal 106 32 62

Shades and tints

Shades of #461A32

#461A32
(70,26,50)
#40182E
(64,24,46)
#3A162A
(58,22,42)
#341426
(52,20,38)
#2E1222
(46,18,34)
#28101E
(40,16,30)
#220E1A
(34,14,26)
#1C0C16
(28,12,22)
#160A12
(22,10,18)
#10080E
(16,8,14)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #461A32

#461A32
(70,26,50)
#562E44
(86,46,68)
#664256
(102,66,86)
#765668
(118,86,104)
#866A7A
(134,106,122)
#967E8C
(150,126,140)
#A6929E
(166,146,158)
#B6A6B0
(182,166,176)
#C6BAC2
(198,186,194)
#D6CED4
(214,206,212)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461A32 color. Also use rgb(70,26,50) instead hex code.

Text Font Color

.myTextColor { color: #461A32; }

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

This text font color is #461A32.

Background Color

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

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

This div background color is #461A32.

Border color

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

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

This div border color is #461A32.

Opacity

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

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

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

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

This text has shadow with #461A32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #461A32.

Preview

Color preview on black background

This text has color #461A32 on black background.


Color preview on white background

This text has color #461A32 on white background.


Black color preview on #461A32 background

This text has black color on #461A32 background.


White color preview on #461A32 background

This text has white color on #461A32 background.


Related colors

Complementary color

Complementary color for #hex is #B9E5CD.


I love getcolorcode.com

Triadic colors

1 #32461A and #1A3246 with #461A32 are triadic colors.

2 #321A46 and #1A4632 with #461A32 are triadic colors.