COLOR #46564C

HEX: #46564C
RGB: (70,86,76)

Color info

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

RGB color model

#46564C color RGB value is (70,86,76).

  • red value is 70;
  • green value is 86;
  • blue value is 76.
RGB:
(70,86,76)
(27%,34%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 86 of 255 = 34%
B 76 of 255 = 30%

70
86
76

R + G + B ~ 30%. #46564C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 86 + 76 = 232 (100%)
R 70 of 232 ~ 30.17%
G 86 of 232 ~ 37.07%
B 76 of 232 ~ 32.76%

%30.17
%37.07
%32.76

CMYK color model

#46564C color CMYK value is (19,0,12,66).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 66.27%
CMYK:
(19,0,12,66)
C19M0Y12K66 
(19%,0%,12%,66%)
(0.19/0.00/0.12/0.66)	

CMYK percentages

%18.6
%0
%11.63
%66.27

Codes

Color #46564C in popluar color models

46564C
RGB708676
HSL143°10.26%30.59%
HSB/HSV143°18.60%33.73%
CMYK18.60%0.00%11.63%
66.27%

Color #46564C in popluar number systems.

HEX46564C
Decimal708676
Binary100011010101101001100
Octal106126114

Shades and tints

Shades of #46564C

#46564C
(70,86,76)
#404F46
(64,79,70)
#3A4840
(58,72,64)
#34413A
(52,65,58)
#2E3A34
(46,58,52)
#28332E
(40,51,46)
#222C28
(34,44,40)
#1C2522
(28,37,34)
#161E1C
(22,30,28)
#101716
(16,23,22)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #46564C

#46564C
(70,86,76)
#56655C
(86,101,92)
#66746C
(102,116,108)
#76837C
(118,131,124)
#86928C
(134,146,140)
#96A19C
(150,161,156)
#A6B0AC
(166,176,172)
#B6BFBC
(182,191,188)
#C6CECC
(198,206,204)
#D6DDDC
(214,221,220)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46564C color. Also use rgb(70,86,76) instead hex code.

Text Font Color

.myTextColor { color: #46564C; }

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

This text font color is #46564C.


Background Color

.myBgColor { background-color: #46564C; }

<div style="background-color:#46564C">Inner text</div>

This div background color is #46564C.


Border color

.myBorderColor { border: 1px solid #46564C; }

<div style="border:3px solid #46564C">Div</div>

This div border color is #46564C.


Opacity

.myOpacity80 { color: #46564C; opacity: 0.8; }

<p style="color:#46564C;opacity:0.8;">80%</p>

Text with #46564C 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 #46564C;}

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

This text has shadow with #46564C color.

.textShadow {text-shadow: 3px 3px 1px #46564C, 3px 3px 1px red;}

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

This text has shadow with #46564C primary color and red secondary color.


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

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

This text has shadow with #46564C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46564C on black background.


Color preview on white background

This text has color #46564C on white background.



Black color preview on #46564C background

This text has black color on #46564C background.


White color preview on #46564C background

This text has white color on #46564C background.