COLOR #46374E

HEX: #46374E
RGB: (70,55,78)

Color info

#46374E contains red, green and blue colors in about the same proportion. Web safe color of #46374E is #333366 (or #336).

RGB color model

#46374E color RGB value is (70,55,78).

  • red value is 70;
  • green value is 55;
  • blue value is 78.
RGB:
(70,55,78)
(27%,22%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 78 of 255 = 31%

70
55
78

R + G + B ~ 27%. #46374E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 55 + 78 = 203 (100%)
R 70 of 203 ~ 34.48%
G 55 of 203 ~ 27.09%
B 78 of 203 ~ 38.42%

%34.48
%27.09
%38.42

CMYK color model

#46374E color CMYK value is (10,29,0,69).

  • cyan value is 10.26%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(10,29,0,69)
C10M29Y0K69 
(10%,29%,0%,69%)
(0.10/0.29/0.00/0.69)	

CMYK percentages

%10.26
%29.49
%0
%69.41

Codes

Color #46374E in popluar color models

46374E
RGB705578
HSL279°17.29%26.08%
HSB/HSV279°29.49%30.59%
CMYK10.26%29.49%0.00%
69.41%

Color #46374E in popluar number systems.

HEX46374E
Decimal705578
Binary10001101101111001110
Octal10667116

Shades and tints

Shades of #46374E

#46374E
(70,55,78)
#403247
(64,50,71)
#3A2D40
(58,45,64)
#342839
(52,40,57)
#2E2332
(46,35,50)
#281E2B
(40,30,43)
#221924
(34,25,36)
#1C141D
(28,20,29)
#160F16
(22,15,22)
#100A0F
(16,10,15)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #46374E

#46374E
(70,55,78)
#56495E
(86,73,94)
#665B6E
(102,91,110)
#766D7E
(118,109,126)
#867F8E
(134,127,142)
#96919E
(150,145,158)
#A6A3AE
(166,163,174)
#B6B5BE
(182,181,190)
#C6C7CE
(198,199,206)
#D6D9DE
(214,217,222)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46374E color. Also use rgb(70,55,78) instead hex code.

Text Font Color

.myTextColor { color: #46374E; }

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

This text font color is #46374E.


Background Color

.myBgColor { background-color: #46374E; }

<div style="background-color:#46374E">Inner text</div>

This div background color is #46374E.


Border color

.myBorderColor { border: 1px solid #46374E; }

<div style="border:3px solid #46374E">Div</div>

This div border color is #46374E.


Opacity

.myOpacity80 { color: #46374E; opacity: 0.8; }

<p style="color:#46374E;opacity:0.8;">80%</p>

Text with #46374E 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 #46374E;}

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

This text has shadow with #46374E color.

.textShadow {text-shadow: 3px 3px 1px #46374E, 3px 3px 1px red;}

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

This text has shadow with #46374E primary color and red secondary color.


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

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

This text has shadow with #46374E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46374E on black background.


Color preview on white background

This text has color #46374E on white background.



Black color preview on #46374E background

This text has black color on #46374E background.


White color preview on #46374E background

This text has white color on #46374E background.