COLOR #461231

HEX: #461231 RGB: (70,18,49)

Color info

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

RGB color model

#461231 color RGB value is (70,18,49).

RGB: (70,18,49) (27%, 7%, 19%)

RGB channels and saturation

R 70 of 255 = 27%
G 18 of 255 = 7%
B 49 of 255 = 19%

70
18
49

R + G + B ~ 18%. #461231 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 18 + 49 = 137 (100%)
R 70 of 137 ~ 51.09%
G 18 of 137 ~ 13.14%
B 49 of 137 ~ 35.77'%

%51.09
%13.14
%35.77

CMYK color model

#461231 color CMYK value is (0,74,30,73).

  • cyan value is 0.00%
  • magenta value is 74.29%
  • yellow value is 30.00%
  • key color value is 72.55%

CMYK: (0,74,30,73)
C0M74Y30K73 (0%, 74%, 30%, 73%)
(0.00 / 0.74 / 0.30 / 0.73)

CMYK percentages

%0
%74.29
%30
%72.55

Codes

Color #461231 in popluar color models

46 12 31
RGB 70 18 49
HSL 324° 59.09% 17.25%
HSB/HSV 324° 74.29% 27.45%
CMYK 0.00% 74.29% 30.00%
72.55%

Color #461231 in popluar number systems.

HEX 46 12 31
Decimal 70 18 49
Binary 1000110 10010 110001
Octal 106 22 61

Shades and tints

Shades of #461231

#461231
(70,18,49)
#40112D
(64,17,45)
#3A1029
(58,16,41)
#340F25
(52,15,37)
#2E0E21
(46,14,33)
#280D1D
(40,13,29)
#220C19
(34,12,25)
#1C0B15
(28,11,21)
#160A11
(22,10,17)
#10090D
(16,9,13)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #461231

#461231
(70,18,49)
#562743
(86,39,67)
#663C55
(102,60,85)
#765167
(118,81,103)
#866679
(134,102,121)
#967B8B
(150,123,139)
#A6909D
(166,144,157)
#B6A5AF
(182,165,175)
#C6BAC1
(198,186,193)
#D6CFD3
(214,207,211)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461231 color. Also use rgb(70,18,49) instead hex code.

Text Font Color

.myTextColor { color: #461231; }

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

This text font color is #461231.

Background Color

.myBgColor { background-color: #461231; }

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

This div background color is #461231.

Border color

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

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

This div border color is #461231.

Opacity

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

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

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

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

This text has shadow with #461231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #461231.

Preview

Color preview on black background

This text has color #461231 on black background.


Color preview on white background

This text has color #461231 on white background.


Black color preview on #461231 background

This text has black color on #461231 background.


White color preview on #461231 background

This text has white color on #461231 background.


Related colors

Complementary color

Complementary color for #hex is #B9EDCE.


I love getcolorcode.com

Triadic colors

1 #314612 and #123146 with #461231 are triadic colors.

2 #311246 and #124631 with #461231 are triadic colors.