COLOR #46716C

HEX: #46716C
RGB: (70,113,108)

Color info

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

RGB color model

#46716C color RGB value is (70,113,108).

  • red value is 70;
  • green value is 113;
  • blue value is 108.
RGB:
(70,113,108)
(27%,44%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 108 of 255 = 42%

70
113
108

R + G + B ~ 38%. #46716C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 108 = 291 (100%)
R 70 of 291 ~ 24.05%
G 113 of 291 ~ 38.83%
B 108 of 291 ~ 37.11%

%24.05
%38.83
%37.11

CMYK color model

#46716C color CMYK value is (38,0,4,56).

  • cyan value is 38.05%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(38,0,4,56)
C38M0Y4K56 
(38%,0%,4%,56%)
(0.38/0.00/0.04/0.56)	

CMYK percentages

%38.05
%0
%4.42
%55.69

Codes

Color #46716C in popluar color models

46716C
RGB70113108
HSL173°23.50%35.88%
HSB/HSV173°38.05%44.31%
CMYK38.05%0.00%4.42%
55.69%

Color #46716C in popluar number systems.

HEX46716C
Decimal70113108
Binary100011011100011101100
Octal106161154

Shades and tints

Shades of #46716C

#46716C
(70,113,108)
#406763
(64,103,99)
#3A5D5A
(58,93,90)
#345351
(52,83,81)
#2E4948
(46,73,72)
#283F3F
(40,63,63)
#223536
(34,53,54)
#1C2B2D
(28,43,45)
#162124
(22,33,36)
#10171B
(16,23,27)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #46716C

#46716C
(70,113,108)
#567D79
(86,125,121)
#668986
(102,137,134)
#769593
(118,149,147)
#86A1A0
(134,161,160)
#96ADAD
(150,173,173)
#A6B9BA
(166,185,186)
#B6C5C7
(182,197,199)
#C6D1D4
(198,209,212)
#D6DDE1
(214,221,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46716C color. Also use rgb(70,113,108) instead hex code.

Text Font Color

.myTextColor { color: #46716C; }

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

This text font color is #46716C.


Background Color

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

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

This div background color is #46716C.


Border color

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

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

This div border color is #46716C.


Opacity

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

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

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

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

This text has shadow with #46716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46716C on black background.


Color preview on white background

This text has color #46716C on white background.



Black color preview on #46716C background

This text has black color on #46716C background.


White color preview on #46716C background

This text has white color on #46716C background.