COLOR #46093F

HEX: #46093F
RGB: (70,9,63)

Color info

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

RGB color model

#46093F color RGB value is (70,9,63).

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

RGB channels and saturation

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

70
9
63

R + G + B ~ 19%. #46093F is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 9 + 63 = 142 (100%)
R 70 of 142 ~ 49.3%
G 9 of 142 ~ 6.34%
B 63 of 142 ~ 44.37%

%49.3
%44.37

CMYK color model

#46093F color CMYK value is (0,87,10,73).

  • cyan value is 0.00%
  • magenta value is 87.14%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(0,87,10,73)
C0M87Y10K73 
(0%,87%,10%,73%)
(0.00/0.87/0.10/0.73)	

CMYK percentages

%0
%87.14
%10
%72.55

Codes

Color #46093F in popluar color models

46093F
RGB70963
HSL307°77.22%15.49%
HSB/HSV307°87.14%27.45%
CMYK0.00%87.14%10.00%
72.55%

Color #46093F in popluar number systems.

HEX46093F
Decimal70963
Binary10001101001111111
Octal1061177

Shades and tints

Shades of #46093F

#46093F
(70,9,63)
#40093A
(64,9,58)
#3A0935
(58,9,53)
#340930
(52,9,48)
#2E092B
(46,9,43)
#280926
(40,9,38)
#220921
(34,9,33)
#1C091C
(28,9,28)
#160917
(22,9,23)
#100912
(16,9,18)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #46093F

#46093F
(70,9,63)
#561F50
(86,31,80)
#663561
(102,53,97)
#764B72
(118,75,114)
#866183
(134,97,131)
#967794
(150,119,148)
#A68DA5
(166,141,165)
#B6A3B6
(182,163,182)
#C6B9C7
(198,185,199)
#D6CFD8
(214,207,216)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46093F; }

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

This text font color is #46093F.


Background Color

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

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

This div background color is #46093F.


Border color

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

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

This div border color is #46093F.


Opacity

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

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

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

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

This text has shadow with #46093F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46093F on black background.


Color preview on white background

This text has color #46093F on white background.



Black color preview on #46093F background

This text has black color on #46093F background.


White color preview on #46093F background

This text has white color on #46093F background.