COLOR #461F42

HEX: #461F42
RGB: (70,31,66)

Color info

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

RGB color model

#461F42 color RGB value is (70,31,66).

  • red value is 70;
  • green value is 31;
  • blue value is 66.
RGB:
(70,31,66)
(27%,12%,26%)

RGB channels and saturation

R 70 of 255 = 27%
G 31 of 255 = 12%
B 66 of 255 = 26%

70
31
66

R + G + B ~ 22%. #461F42 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 31 + 66 = 167 (100%)
R 70 of 167 ~ 41.92%
G 31 of 167 ~ 18.56%
B 66 of 167 ~ 39.52%

%41.92
%18.56
%39.52

CMYK color model

#461F42 color CMYK value is (0,56,6,73).

  • cyan value is 0.00%
  • magenta value is 55.71%
  • yellow value is 5.71%
  • key color value is 72.55%
CMYK:
(0,56,6,73)
C0M56Y6K73 
(0%,56%,6%,73%)
(0.00/0.56/0.06/0.73)	

CMYK percentages

%0
%55.71
%5.71
%72.55

Codes

Color #461F42 in popluar color models

461F42
RGB703166
HSL306°38.61%19.80%
HSB/HSV306°55.71%27.45%
CMYK0.00%55.71%5.71%
72.55%

Color #461F42 in popluar number systems.

HEX461F42
Decimal703166
Binary1000110111111000010
Octal10637102

Shades and tints

Shades of #461F42

#461F42
(70,31,66)
#401D3C
(64,29,60)
#3A1B36
(58,27,54)
#341930
(52,25,48)
#2E172A
(46,23,42)
#281524
(40,21,36)
#22131E
(34,19,30)
#1C1118
(28,17,24)
#160F12
(22,15,18)
#100D0C
(16,13,12)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #461F42

#461F42
(70,31,66)
#563353
(86,51,83)
#664764
(102,71,100)
#765B75
(118,91,117)
#866F86
(134,111,134)
#968397
(150,131,151)
#A697A8
(166,151,168)
#B6ABB9
(182,171,185)
#C6BFCA
(198,191,202)
#D6D3DB
(214,211,219)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461F42 color. Also use rgb(70,31,66) instead hex code.

Text Font Color

.myTextColor { color: #461F42; }

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

This text font color is #461F42.


Background Color

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

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

This div background color is #461F42.


Border color

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

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

This div border color is #461F42.


Opacity

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

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

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

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

This text has shadow with #461F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461F42 on black background.


Color preview on white background

This text has color #461F42 on white background.



Black color preview on #461F42 background

This text has black color on #461F42 background.


White color preview on #461F42 background

This text has white color on #461F42 background.