COLOR #46746B

HEX: #46746B
RGB: (70,116,107)

Color info

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

RGB color model

#46746B color RGB value is (70,116,107).

  • red value is 70;
  • green value is 116;
  • blue value is 107.
RGB:
(70,116,107)
(27%,45%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 116 of 255 = 45%
B 107 of 255 = 42%

70
116
107

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

Portions of RGB colors in percentages

R + G + B =
70 + 116 + 107 = 293 (100%)
R 70 of 293 ~ 23.89%
G 116 of 293 ~ 39.59%
B 107 of 293 ~ 36.52%

%23.89
%39.59
%36.52

CMYK color model

#46746B color CMYK value is (40,0,8,55).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(40,0,8,55)
C40M0Y8K55 
(40%,0%,8%,55%)
(0.40/0.00/0.08/0.55)	

CMYK percentages

%39.66
%0
%7.76
%54.51

Codes

Color #46746B in popluar color models

46746B
RGB70116107
HSL168°24.73%36.47%
HSB/HSV168°39.66%45.49%
CMYK39.66%0.00%7.76%
54.51%

Color #46746B in popluar number systems.

HEX46746B
Decimal70116107
Binary100011011101001101011
Octal106164153

Shades and tints

Shades of #46746B

#46746B
(70,116,107)
#406A62
(64,106,98)
#3A6059
(58,96,89)
#345650
(52,86,80)
#2E4C47
(46,76,71)
#28423E
(40,66,62)
#223835
(34,56,53)
#1C2E2C
(28,46,44)
#162423
(22,36,35)
#101A1A
(16,26,26)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #46746B

#46746B
(70,116,107)
#568078
(86,128,120)
#668C85
(102,140,133)
#769892
(118,152,146)
#86A49F
(134,164,159)
#96B0AC
(150,176,172)
#A6BCB9
(166,188,185)
#B6C8C6
(182,200,198)
#C6D4D3
(198,212,211)
#D6E0E0
(214,224,224)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46746B color. Also use rgb(70,116,107) instead hex code.

Text Font Color

.myTextColor { color: #46746B; }

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

This text font color is #46746B.


Background Color

.myBgColor { background-color: #46746B; }

<div style="background-color:#46746B">Inner text</div>

This div background color is #46746B.


Border color

.myBorderColor { border: 1px solid #46746B; }

<div style="border:3px solid #46746B">Div</div>

This div border color is #46746B.


Opacity

.myOpacity80 { color: #46746B; opacity: 0.8; }

<p style="color:#46746B;opacity:0.8;">80%</p>

Text with #46746B 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 #46746B;}

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

This text has shadow with #46746B color.

.textShadow {text-shadow: 3px 3px 1px #46746B, 3px 3px 1px red;}

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

This text has shadow with #46746B primary color and red secondary color.


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

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

This text has shadow with #46746B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46746B on black background.


Color preview on white background

This text has color #46746B on white background.



Black color preview on #46746B background

This text has black color on #46746B background.


White color preview on #46746B background

This text has white color on #46746B background.