COLOR #46093D

HEX: #46093D
RGB: (70,9,61)

Color info

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

RGB color model

#46093D color RGB value is (70,9,61).

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

RGB channels and saturation

R 70 of 255 = 27%
G 9 of 255 = 4%
B 61 of 255 = 24%

70
9
61

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

Portions of RGB colors in percentages

R + G + B =
70 + 9 + 61 = 140 (100%)
R 70 of 140 ~ 50%
G 9 of 140 ~ 6.43%
B 61 of 140 ~ 43.57%

%50
%43.57

CMYK color model

#46093D color CMYK value is (0,87,13,73).

  • cyan value is 0.00%
  • magenta value is 87.14%
  • yellow value is 12.86%
  • key color value is 72.55%
CMYK:
(0,87,13,73)
C0M87Y13K73 
(0%,87%,13%,73%)
(0.00/0.87/0.13/0.73)	

CMYK percentages

%0
%87.14
%12.86
%72.55

Codes

Color #46093D in popluar color models

46093D
RGB70961
HSL309°77.22%15.49%
HSB/HSV309°87.14%27.45%
CMYK0.00%87.14%12.86%
72.55%

Color #46093D in popluar number systems.

HEX46093D
Decimal70961
Binary10001101001111101
Octal1061175

Shades and tints

Shades of #46093D

#46093D
(70,9,61)
#400938
(64,9,56)
#3A0933
(58,9,51)
#34092E
(52,9,46)
#2E0929
(46,9,41)
#280924
(40,9,36)
#22091F
(34,9,31)
#1C091A
(28,9,26)
#160915
(22,9,21)
#100910
(16,9,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #46093D

#46093D
(70,9,61)
#561F4E
(86,31,78)
#66355F
(102,53,95)
#764B70
(118,75,112)
#866181
(134,97,129)
#967792
(150,119,146)
#A68DA3
(166,141,163)
#B6A3B4
(182,163,180)
#C6B9C5
(198,185,197)
#D6CFD6
(214,207,214)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46093D; }

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

This text font color is #46093D.


Background Color

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

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

This div background color is #46093D.


Border color

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

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

This div border color is #46093D.


Opacity

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

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

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

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

This text has shadow with #46093D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46093D on black background.


Color preview on white background

This text has color #46093D on white background.



Black color preview on #46093D background

This text has black color on #46093D background.


White color preview on #46093D background

This text has white color on #46093D background.