COLOR #46514E

HEX: #46514E
RGB: (70,81,78)

Color info

#46514E contains red, green and blue colors in about the same proportion. Web safe color of #46514E is #336666 (or #366).

RGB color model

#46514E color RGB value is (70,81,78).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 78 of 255 = 31%

70
81
78

R + G + B ~ 30%. #46514E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 78 = 229 (100%)
R 70 of 229 ~ 30.57%
G 81 of 229 ~ 35.37%
B 78 of 229 ~ 34.06%

%30.57
%35.37
%34.06

CMYK color model

#46514E color CMYK value is (14,0,4,68).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(14,0,4,68)
C14M0Y4K68 
(14%,0%,4%,68%)
(0.14/0.00/0.04/0.68)	

CMYK percentages

%13.58
%0
%3.7
%68.24

Codes

Color #46514E in popluar color models

46514E
RGB708178
HSL164°7.28%29.61%
HSB/HSV164°13.58%31.76%
CMYK13.58%0.00%3.70%
68.24%

Color #46514E in popluar number systems.

HEX46514E
Decimal708178
Binary100011010100011001110
Octal106121116

Shades and tints

Shades of #46514E

#46514E
(70,81,78)
#404A47
(64,74,71)
#3A4340
(58,67,64)
#343C39
(52,60,57)
#2E3532
(46,53,50)
#282E2B
(40,46,43)
#222724
(34,39,36)
#1C201D
(28,32,29)
#161916
(22,25,22)
#10120F
(16,18,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #46514E

#46514E
(70,81,78)
#56605E
(86,96,94)
#666F6E
(102,111,110)
#767E7E
(118,126,126)
#868D8E
(134,141,142)
#969C9E
(150,156,158)
#A6ABAE
(166,171,174)
#B6BABE
(182,186,190)
#C6C9CE
(198,201,206)
#D6D8DE
(214,216,222)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46514E; }

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

This text font color is #46514E.


Background Color

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

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

This div background color is #46514E.


Border color

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

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

This div border color is #46514E.


Opacity

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

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

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

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

This text has shadow with #46514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46514E on black background.


Color preview on white background

This text has color #46514E on white background.



Black color preview on #46514E background

This text has black color on #46514E background.


White color preview on #46514E background

This text has white color on #46514E background.