COLOR #46134A

HEX: #46134A
RGB: (70,19,74)

Color info

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

RGB color model

#46134A color RGB value is (70,19,74).

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

RGB channels and saturation

R 70 of 255 = 27%
G 19 of 255 = 7%
B 74 of 255 = 29%

70
19
74

R + G + B ~ 21%. #46134A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 19 + 74 = 163 (100%)
R 70 of 163 ~ 42.94%
G 19 of 163 ~ 11.66%
B 74 of 163 ~ 45.4%

%42.94
%11.66
%45.4

CMYK color model

#46134A color CMYK value is (5,74,0,71).

  • cyan value is 5.41%
  • magenta value is 74.32%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(5,74,0,71)
C5M74Y0K71 
(5%,74%,0%,71%)
(0.05/0.74/0.00/0.71)	

CMYK percentages

%5.41
%74.32
%0
%70.98

Codes

Color #46134A in popluar color models

46134A
RGB701974
HSL296°59.14%18.24%
HSB/HSV296°74.32%29.02%
CMYK5.41%74.32%0.00%
70.98%

Color #46134A in popluar number systems.

HEX46134A
Decimal701974
Binary1000110100111001010
Octal10623112

Shades and tints

Shades of #46134A

#46134A
(70,19,74)
#401244
(64,18,68)
#3A113E
(58,17,62)
#341038
(52,16,56)
#2E0F32
(46,15,50)
#280E2C
(40,14,44)
#220D26
(34,13,38)
#1C0C20
(28,12,32)
#160B1A
(22,11,26)
#100A14
(16,10,20)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #46134A

#46134A
(70,19,74)
#56285A
(86,40,90)
#663D6A
(102,61,106)
#76527A
(118,82,122)
#86678A
(134,103,138)
#967C9A
(150,124,154)
#A691AA
(166,145,170)
#B6A6BA
(182,166,186)
#C6BBCA
(198,187,202)
#D6D0DA
(214,208,218)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46134A; }

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

This text font color is #46134A.


Background Color

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

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

This div background color is #46134A.


Border color

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

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

This div border color is #46134A.


Opacity

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

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

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

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

This text has shadow with #46134A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46134A on black background.


Color preview on white background

This text has color #46134A on white background.



Black color preview on #46134A background

This text has black color on #46134A background.


White color preview on #46134A background

This text has white color on #46134A background.