COLOR #46072E

HEX: #46072E
RGB: (70,7,46)

Color info

#46072E contains mainly red and blue colors. Web safe color of #46072E is #330033 (or #303).

RGB color model

#46072E color RGB value is (70,7,46).

  • red value is 70;
  • green value is 7;
  • blue value is 46.
RGB:
(70,7,46)
(27%,3%,18%)

RGB channels and saturation

R 70 of 255 = 27%
G 7 of 255 = 3%
B 46 of 255 = 18%

70
7
46

R + G + B ~ 16%. #46072E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 7 + 46 = 123 (100%)
R 70 of 123 ~ 56.91%
G 7 of 123 ~ 5.69%
B 46 of 123 ~ 37.4%

%56.91
%37.4

CMYK color model

#46072E color CMYK value is (0,90,34,73).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 34.29%
  • key color value is 72.55%
CMYK:
(0,90,34,73)
C0M90Y34K73 
(0%,90%,34%,73%)
(0.00/0.90/0.34/0.73)	

CMYK percentages

%0
%90
%34.29
%72.55

Codes

Color #46072E in popluar color models

46072E
RGB70746
HSL323°81.82%15.10%
HSB/HSV323°90.00%27.45%
CMYK0.00%90.00%34.29%
72.55%

Color #46072E in popluar number systems.

HEX46072E
Decimal70746
Binary1000110111101110
Octal106756

Shades and tints

Shades of #46072E

#46072E
(70,7,46)
#40072A
(64,7,42)
#3A0726
(58,7,38)
#340722
(52,7,34)
#2E071E
(46,7,30)
#28071A
(40,7,26)
#220716
(34,7,22)
#1C0712
(28,7,18)
#16070E
(22,7,14)
#10070A
(16,7,10)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #46072E

#46072E
(70,7,46)
#561D41
(86,29,65)
#663354
(102,51,84)
#764967
(118,73,103)
#865F7A
(134,95,122)
#96758D
(150,117,141)
#A68BA0
(166,139,160)
#B6A1B3
(182,161,179)
#C6B7C6
(198,183,198)
#D6CDD9
(214,205,217)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46072E color. Also use rgb(70,7,46) instead hex code.

Text Font Color

.myTextColor { color: #46072E; }

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

This text font color is #46072E.


Background Color

.myBgColor { background-color: #46072E; }

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

This div background color is #46072E.


Border color

.myBorderColor { border: 1px solid #46072E; }

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

This div border color is #46072E.


Opacity

.myOpacity80 { color: #46072E; opacity: 0.8; }

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

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

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

This text has shadow with #46072E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46072E on black background.


Color preview on white background

This text has color #46072E on white background.



Black color preview on #46072E background

This text has black color on #46072E background.


White color preview on #46072E background

This text has white color on #46072E background.