COLOR #46384E

HEX: #46384E
RGB: (70,56,78)

Color info

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

RGB color model

#46384E color RGB value is (70,56,78).

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

RGB channels and saturation

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

70
56
78

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

Portions of RGB colors in percentages

R + G + B =
70 + 56 + 78 = 204 (100%)
R 70 of 204 ~ 34.31%
G 56 of 204 ~ 27.45%
B 78 of 204 ~ 38.24%

%34.31
%27.45
%38.24

CMYK color model

#46384E color CMYK value is (10,28,0,69).

  • cyan value is 10.26%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(10,28,0,69)
C10M28Y0K69 
(10%,28%,0%,69%)
(0.10/0.28/0.00/0.69)	

CMYK percentages

%10.26
%28.21
%0
%69.41

Codes

Color #46384E in popluar color models

46384E
RGB705678
HSL278°16.42%26.27%
HSB/HSV278°28.21%30.59%
CMYK10.26%28.21%0.00%
69.41%

Color #46384E in popluar number systems.

HEX46384E
Decimal705678
Binary10001101110001001110
Octal10670116

Shades and tints

Shades of #46384E

#46384E
(70,56,78)
#403347
(64,51,71)
#3A2E40
(58,46,64)
#342939
(52,41,57)
#2E2432
(46,36,50)
#281F2B
(40,31,43)
#221A24
(34,26,36)
#1C151D
(28,21,29)
#161016
(22,16,22)
#100B0F
(16,11,15)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #46384E

#46384E
(70,56,78)
#564A5E
(86,74,94)
#665C6E
(102,92,110)
#766E7E
(118,110,126)
#86808E
(134,128,142)
#96929E
(150,146,158)
#A6A4AE
(166,164,174)
#B6B6BE
(182,182,190)
#C6C8CE
(198,200,206)
#D6DADE
(214,218,222)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46384E; }

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

This text font color is #46384E.


Background Color

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

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

This div background color is #46384E.


Border color

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

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

This div border color is #46384E.


Opacity

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

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

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

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

This text has shadow with #46384E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46384E on black background.


Color preview on white background

This text has color #46384E on white background.



Black color preview on #46384E background

This text has black color on #46384E background.


White color preview on #46384E background

This text has white color on #46384E background.