COLOR #46715C

HEX: #46715C RGB: (70,113,92)

Color info

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

RGB color model

#46715C color RGB value is (70,113,92).

RGB: (70,113,92) (27%, 44%, 36%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 92 of 255 = 36%

70
113
92

R + G + B ~ 36%. #46715C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 113 + 92 = 275 (100%)
R 70 of 275 ~ 25.45%
G 113 of 275 ~ 41.09%
B 92 of 275 ~ 33.45'%

%25.45
%41.09
%33.45

CMYK color model

#46715C color CMYK value is (38,0,19,56).

  • cyan value is 38.05%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%

CMYK: (38,0,19,56)
C38M0Y19K56 (38%, 0%, 19%, 56%)
(0.38 / 0.00 / 0.19 / 0.56)

CMYK percentages

%38.05
%0
%18.58
%55.69

Codes

Color #46715C in popluar color models

46 71 5C
RGB 70 113 92
HSL 151° 23.50% 35.88%
HSB/HSV 151° 38.05% 44.31%
CMYK 38.05% 0.00% 18.58%
55.69%

Color #46715C in popluar number systems.

HEX 46 71 5C
Decimal 70 113 92
Binary 1000110 1110001 1011100
Octal 106 161 134

Shades and tints

Shades of #46715C

#46715C
(70,113,92)
#406754
(64,103,84)
#3A5D4C
(58,93,76)
#345344
(52,83,68)
#2E493C
(46,73,60)
#283F34
(40,63,52)
#22352C
(34,53,44)
#1C2B24
(28,43,36)
#16211C
(22,33,28)
#101714
(16,23,20)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #46715C

#46715C
(70,113,92)
#567D6A
(86,125,106)
#668978
(102,137,120)
#769586
(118,149,134)
#86A194
(134,161,148)
#96ADA2
(150,173,162)
#A6B9B0
(166,185,176)
#B6C5BE
(182,197,190)
#C6D1CC
(198,209,204)
#D6DDDA
(214,221,218)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46715C; }

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

This text font color is #46715C.

Background Color

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

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

This div background color is #46715C.

Border color

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

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

This div border color is #46715C.

Opacity

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

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

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

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

This text has shadow with #46715C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46715C.

Preview

Color preview on black background

This text has color #46715C on black background.


Color preview on white background

This text has color #46715C on white background.


Black color preview on #46715C background

This text has black color on #46715C background.


White color preview on #46715C background

This text has white color on #46715C background.


Related colors

Complementary color

Complementary color for #hex is #B98EA3.


I love getcolorcode.com

Triadic colors

1 #5C4671 and #715C46 with #46715C are triadic colors.

2 #5C7146 and #71465C with #46715C are triadic colors.