COLOR #46133A

HEX: #46133A
RGB: (70,19,58)

Color info

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

RGB color model

#46133A color RGB value is (70,19,58).

  • red value is 70;
  • green value is 19;
  • blue value is 58.
RGB:
(70,19,58)
(27%,7%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 19 of 255 = 7%
B 58 of 255 = 23%

70
19
58

R + G + B ~ 19%. #46133A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 19 + 58 = 147 (100%)
R 70 of 147 ~ 47.62%
G 19 of 147 ~ 12.93%
B 58 of 147 ~ 39.46%

%47.62
%12.93
%39.46

CMYK color model

#46133A color CMYK value is (0,73,17,73).

  • cyan value is 0.00%
  • magenta value is 72.86%
  • yellow value is 17.14%
  • key color value is 72.55%
CMYK:
(0,73,17,73)
C0M73Y17K73 
(0%,73%,17%,73%)
(0.00/0.73/0.17/0.73)	

CMYK percentages

%0
%72.86
%17.14
%72.55

Codes

Color #46133A in popluar color models

46133A
RGB701958
HSL314°57.30%17.45%
HSB/HSV314°72.86%27.45%
CMYK0.00%72.86%17.14%
72.55%

Color #46133A in popluar number systems.

HEX46133A
Decimal701958
Binary100011010011111010
Octal1062372

Shades and tints

Shades of #46133A

#46133A
(70,19,58)
#401235
(64,18,53)
#3A1130
(58,17,48)
#34102B
(52,16,43)
#2E0F26
(46,15,38)
#280E21
(40,14,33)
#220D1C
(34,13,28)
#1C0C17
(28,12,23)
#160B12
(22,11,18)
#100A0D
(16,10,13)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #46133A

#46133A
(70,19,58)
#56284B
(86,40,75)
#663D5C
(102,61,92)
#76526D
(118,82,109)
#86677E
(134,103,126)
#967C8F
(150,124,143)
#A691A0
(166,145,160)
#B6A6B1
(182,166,177)
#C6BBC2
(198,187,194)
#D6D0D3
(214,208,211)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46133A color. Also use rgb(70,19,58) instead hex code.

Text Font Color

.myTextColor { color: #46133A; }

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

This text font color is #46133A.


Background Color

.myBgColor { background-color: #46133A; }

<div style="background-color:#46133A">Inner text</div>

This div background color is #46133A.


Border color

.myBorderColor { border: 1px solid #46133A; }

<div style="border:3px solid #46133A">Div</div>

This div border color is #46133A.


Opacity

.myOpacity80 { color: #46133A; opacity: 0.8; }

<p style="color:#46133A;opacity:0.8;">80%</p>

Text with #46133A 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 #46133A;}

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

This text has shadow with #46133A color.

.textShadow {text-shadow: 3px 3px 1px #46133A, 3px 3px 1px red;}

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

This text has shadow with #46133A primary color and red secondary color.


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

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

This text has shadow with #46133A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46133A on black background.


Color preview on white background

This text has color #46133A on white background.



Black color preview on #46133A background

This text has black color on #46133A background.


White color preview on #46133A background

This text has white color on #46133A background.