COLOR #46554D

HEX: #46554D
RGB: (70,85,77)

Color info

#46554D contains red, green and blue colors in about the same proportion. Web safe color of #46554D is #336633 (or #363).

RGB color model

#46554D color RGB value is (70,85,77).

  • red value is 70;
  • green value is 85;
  • blue value is 77.
RGB:
(70,85,77)
(27%,33%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 77 of 255 = 30%

70
85
77

R + G + B ~ 30%. #46554D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 77 = 232 (100%)
R 70 of 232 ~ 30.17%
G 85 of 232 ~ 36.64%
B 77 of 232 ~ 33.19%

%30.17
%36.64
%33.19

CMYK color model

#46554D color CMYK value is (18,0,9,67).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(18,0,9,67)
C18M0Y9K67 
(18%,0%,9%,67%)
(0.18/0.00/0.09/0.67)	

CMYK percentages

%17.65
%0
%9.41
%66.67

Codes

Color #46554D in popluar color models

46554D
RGB708577
HSL148°9.68%30.39%
HSB/HSV148°17.65%33.33%
CMYK17.65%0.00%9.41%
66.67%

Color #46554D in popluar number systems.

HEX46554D
Decimal708577
Binary100011010101011001101
Octal106125115

Shades and tints

Shades of #46554D

#46554D
(70,85,77)
#404E46
(64,78,70)
#3A473F
(58,71,63)
#344038
(52,64,56)
#2E3931
(46,57,49)
#28322A
(40,50,42)
#222B23
(34,43,35)
#1C241C
(28,36,28)
#161D15
(22,29,21)
#10160E
(16,22,14)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #46554D

#46554D
(70,85,77)
#56645D
(86,100,93)
#66736D
(102,115,109)
#76827D
(118,130,125)
#86918D
(134,145,141)
#96A09D
(150,160,157)
#A6AFAD
(166,175,173)
#B6BEBD
(182,190,189)
#C6CDCD
(198,205,205)
#D6DCDD
(214,220,221)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46554D color. Also use rgb(70,85,77) instead hex code.

Text Font Color

.myTextColor { color: #46554D; }

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

This text font color is #46554D.


Background Color

.myBgColor { background-color: #46554D; }

<div style="background-color:#46554D">Inner text</div>

This div background color is #46554D.


Border color

.myBorderColor { border: 1px solid #46554D; }

<div style="border:3px solid #46554D">Div</div>

This div border color is #46554D.


Opacity

.myOpacity80 { color: #46554D; opacity: 0.8; }

<p style="color:#46554D;opacity:0.8;">80%</p>

Text with #46554D 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 #46554D;}

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

This text has shadow with #46554D color.

.textShadow {text-shadow: 3px 3px 1px #46554D, 3px 3px 1px red;}

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

This text has shadow with #46554D primary color and red secondary color.


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

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

This text has shadow with #46554D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46554D on black background.


Color preview on white background

This text has color #46554D on white background.



Black color preview on #46554D background

This text has black color on #46554D background.


White color preview on #46554D background

This text has white color on #46554D background.