COLOR #46173F

HEX: #46173F
RGB: (70,23,63)

Color info

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

RGB color model

#46173F color RGB value is (70,23,63).

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

RGB channels and saturation

R 70 of 255 = 27%
G 23 of 255 = 9%
B 63 of 255 = 25%

70
23
63

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

Portions of RGB colors in percentages

R + G + B =
70 + 23 + 63 = 156 (100%)
R 70 of 156 ~ 44.87%
G 23 of 156 ~ 14.74%
B 63 of 156 ~ 40.38%

%44.87
%14.74
%40.38

CMYK color model

#46173F color CMYK value is (0,67,10,73).

  • cyan value is 0.00%
  • magenta value is 67.14%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(0,67,10,73)
C0M67Y10K73 
(0%,67%,10%,73%)
(0.00/0.67/0.10/0.73)	

CMYK percentages

%0
%67.14
%10
%72.55

Codes

Color #46173F in popluar color models

46173F
RGB702363
HSL309°50.54%18.24%
HSB/HSV309°67.14%27.45%
CMYK0.00%67.14%10.00%
72.55%

Color #46173F in popluar number systems.

HEX46173F
Decimal702363
Binary100011010111111111
Octal1062777

Shades and tints

Shades of #46173F

#46173F
(70,23,63)
#40153A
(64,21,58)
#3A1335
(58,19,53)
#341130
(52,17,48)
#2E0F2B
(46,15,43)
#280D26
(40,13,38)
#220B21
(34,11,33)
#1C091C
(28,9,28)
#160717
(22,7,23)
#100512
(16,5,18)
#0A030D
(10,3,13)
#000000
(0,0,0)

Tints of #46173F

#46173F
(70,23,63)
#562C50
(86,44,80)
#664161
(102,65,97)
#765672
(118,86,114)
#866B83
(134,107,131)
#968094
(150,128,148)
#A695A5
(166,149,165)
#B6AAB6
(182,170,182)
#C6BFC7
(198,191,199)
#D6D4D8
(214,212,216)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46173F color. Also use rgb(70,23,63) instead hex code.

Text Font Color

.myTextColor { color: #46173F; }

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

This text font color is #46173F.


Background Color

.myBgColor { background-color: #46173F; }

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

This div background color is #46173F.


Border color

.myBorderColor { border: 1px solid #46173F; }

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

This div border color is #46173F.


Opacity

.myOpacity80 { color: #46173F; opacity: 0.8; }

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

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

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

This text has shadow with #46173F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46173F on black background.


Color preview on white background

This text has color #46173F on white background.



Black color preview on #46173F background

This text has black color on #46173F background.


White color preview on #46173F background

This text has white color on #46173F background.