COLOR #46674F

HEX: #46674F
RGB: (70,103,79)

Color info

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

RGB color model

#46674F color RGB value is (70,103,79).

  • red value is 70;
  • green value is 103;
  • blue value is 79.
RGB:
(70,103,79)
(27%,40%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 79 of 255 = 31%

70
103
79

R + G + B ~ 33%. #46674F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 79 = 252 (100%)
R 70 of 252 ~ 27.78%
G 103 of 252 ~ 40.87%
B 79 of 252 ~ 31.35%

%27.78
%40.87
%31.35

CMYK color model

#46674F color CMYK value is (32,0,23,60).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 59.61%
CMYK:
(32,0,23,60)
C32M0Y23K60 
(32%,0%,23%,60%)
(0.32/0.00/0.23/0.60)	

CMYK percentages

%32.04
%0
%23.3
%59.61

Codes

Color #46674F in popluar color models

46674F
RGB7010379
HSL136°19.08%33.92%
HSB/HSV136°32.04%40.39%
CMYK32.04%0.00%23.30%
59.61%

Color #46674F in popluar number systems.

HEX46674F
Decimal7010379
Binary100011011001111001111
Octal106147117

Shades and tints

Shades of #46674F

#46674F
(70,103,79)
#405E48
(64,94,72)
#3A5541
(58,85,65)
#344C3A
(52,76,58)
#2E4333
(46,67,51)
#283A2C
(40,58,44)
#223125
(34,49,37)
#1C281E
(28,40,30)
#161F17
(22,31,23)
#101610
(16,22,16)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #46674F

#46674F
(70,103,79)
#56745F
(86,116,95)
#66816F
(102,129,111)
#768E7F
(118,142,127)
#869B8F
(134,155,143)
#96A89F
(150,168,159)
#A6B5AF
(166,181,175)
#B6C2BF
(182,194,191)
#C6CFCF
(198,207,207)
#D6DCDF
(214,220,223)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46674F color. Also use rgb(70,103,79) instead hex code.

Text Font Color

.myTextColor { color: #46674F; }

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

This text font color is #46674F.


Background Color

.myBgColor { background-color: #46674F; }

<div style="background-color:#46674F">Inner text</div>

This div background color is #46674F.


Border color

.myBorderColor { border: 1px solid #46674F; }

<div style="border:3px solid #46674F">Div</div>

This div border color is #46674F.


Opacity

.myOpacity80 { color: #46674F; opacity: 0.8; }

<p style="color:#46674F;opacity:0.8;">80%</p>

Text with #46674F 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 #46674F;}

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

This text has shadow with #46674F color.

.textShadow {text-shadow: 3px 3px 1px #46674F, 3px 3px 1px red;}

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

This text has shadow with #46674F primary color and red secondary color.


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

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

This text has shadow with #46674F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46674F on black background.


Color preview on white background

This text has color #46674F on white background.



Black color preview on #46674F background

This text has black color on #46674F background.


White color preview on #46674F background

This text has white color on #46674F background.