COLOR #46705C

HEX: #46705C RGB: (70,112,92)

Color info

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

RGB color model

#46705C color RGB value is (70,112,92).

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

RGB channels and saturation

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

70
112
92

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

Portions of RGB colors in percentages

R + G + B = 70 + 112 + 92 = 274 (100%)
R 70 of 274 ~ 25.55%
G 112 of 274 ~ 40.88%
B 92 of 274 ~ 33.58'%

%25.55
%40.88
%33.58

CMYK color model

#46705C color CMYK value is (38,0,18,56).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 56.08%

CMYK: (38,0,18,56)
C38M0Y18K56 (38%, 0%, 18%, 56%)
(0.38 / 0.00 / 0.18 / 0.56)

CMYK percentages

%37.5
%0
%17.86
%56.08

Codes

Color #46705C in popluar color models

46 70 5C
RGB 70 112 92
HSL 151° 23.08% 35.69%
HSB/HSV 151° 37.50% 43.92%
CMYK 37.50% 0.00% 17.86%
56.08%

Color #46705C in popluar number systems.

HEX 46 70 5C
Decimal 70 112 92
Binary 1000110 1110000 1011100
Octal 106 160 134

Shades and tints

Shades of #46705C

#46705C
(70,112,92)
#406654
(64,102,84)
#3A5C4C
(58,92,76)
#345244
(52,82,68)
#2E483C
(46,72,60)
#283E34
(40,62,52)
#22342C
(34,52,44)
#1C2A24
(28,42,36)
#16201C
(22,32,28)
#101614
(16,22,20)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #46705C

#46705C
(70,112,92)
#567D6A
(86,125,106)
#668A78
(102,138,120)
#769786
(118,151,134)
#86A494
(134,164,148)
#96B1A2
(150,177,162)
#A6BEB0
(166,190,176)
#B6CBBE
(182,203,190)
#C6D8CC
(198,216,204)
#D6E5DA
(214,229,218)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46705C; }

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

This text font color is #46705C.

Background Color

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

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

This div background color is #46705C.

Border color

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

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

This div border color is #46705C.

Opacity

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

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

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

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

This text has shadow with #46705C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46705C.

Preview

Color preview on black background

This text has color #46705C on black background.


Color preview on white background

This text has color #46705C on white background.


Black color preview on #46705C background

This text has black color on #46705C background.


White color preview on #46705C background

This text has white color on #46705C background.


Related colors

Complementary color

Complementary color for #hex is #B98FA3.


I love getcolorcode.com

Triadic colors

1 #5C4670 and #705C46 with #46705C are triadic colors.

2 #5C7046 and #70465C with #46705C are triadic colors.