COLOR #46706E

HEX: #46706E
RGB: (70,112,110)

Color info

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

RGB color model

#46706E color RGB value is (70,112,110).

  • red value is 70;
  • green value is 112;
  • blue value is 110.
RGB:
(70,112,110)
(27%,44%,43%)

RGB channels and saturation

R 70 of 255 = 27%
G 112 of 255 = 44%
B 110 of 255 = 43%

70
112
110

R + G + B ~ 38%. #46706E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 112 + 110 = 292 (100%)
R 70 of 292 ~ 23.97%
G 112 of 292 ~ 38.36%
B 110 of 292 ~ 37.67%

%23.97
%38.36
%37.67

CMYK color model

#46706E color CMYK value is (38,0,2,56).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(38,0,2,56)
C38M0Y2K56 
(38%,0%,2%,56%)
(0.38/0.00/0.02/0.56)	

CMYK percentages

%37.5
%0
%1.79
%56.08

Codes

Color #46706E in popluar color models

46706E
RGB70112110
HSL177°23.08%35.69%
HSB/HSV177°37.50%43.92%
CMYK37.50%0.00%1.79%
56.08%

Color #46706E in popluar number systems.

HEX46706E
Decimal70112110
Binary100011011100001101110
Octal106160156

Shades and tints

Shades of #46706E

#46706E
(70,112,110)
#406664
(64,102,100)
#3A5C5A
(58,92,90)
#345250
(52,82,80)
#2E4846
(46,72,70)
#283E3C
(40,62,60)
#223432
(34,52,50)
#1C2A28
(28,42,40)
#16201E
(22,32,30)
#101614
(16,22,20)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #46706E

#46706E
(70,112,110)
#567D7B
(86,125,123)
#668A88
(102,138,136)
#769795
(118,151,149)
#86A4A2
(134,164,162)
#96B1AF
(150,177,175)
#A6BEBC
(166,190,188)
#B6CBC9
(182,203,201)
#C6D8D6
(198,216,214)
#D6E5E3
(214,229,227)
#E6F2F0
(230,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46706E color. Also use rgb(70,112,110) instead hex code.

Text Font Color

.myTextColor { color: #46706E; }

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

This text font color is #46706E.


Background Color

.myBgColor { background-color: #46706E; }

<div style="background-color:#46706E">Inner text</div>

This div background color is #46706E.


Border color

.myBorderColor { border: 1px solid #46706E; }

<div style="border:3px solid #46706E">Div</div>

This div border color is #46706E.


Opacity

.myOpacity80 { color: #46706E; opacity: 0.8; }

<p style="color:#46706E;opacity:0.8;">80%</p>

Text with #46706E 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 #46706E;}

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

This text has shadow with #46706E color.

.textShadow {text-shadow: 3px 3px 1px #46706E, 3px 3px 1px red;}

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

This text has shadow with #46706E primary color and red secondary color.


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

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

This text has shadow with #46706E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46706E on black background.


Color preview on white background

This text has color #46706E on white background.



Black color preview on #46706E background

This text has black color on #46706E background.


White color preview on #46706E background

This text has white color on #46706E background.