COLOR #46664A

HEX: #46664A
RGB: (70,102,74)

Color info

#46664A contains red, green and blue colors in about the same proportion. Web safe color of #46664A is #336633 (or #363).

RGB color model

#46664A color RGB value is (70,102,74).

  • red value is 70;
  • green value is 102;
  • blue value is 74.
RGB:
(70,102,74)
(27%,40%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 102 of 255 = 40%
B 74 of 255 = 29%

70
102
74

R + G + B ~ 32%. #46664A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 74 = 246 (100%)
R 70 of 246 ~ 28.46%
G 102 of 246 ~ 41.46%
B 74 of 246 ~ 30.08%

%28.46
%41.46
%30.08

CMYK color model

#46664A color CMYK value is (31,0,27,60).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(31,0,27,60)
C31M0Y27K60 
(31%,0%,27%,60%)
(0.31/0.00/0.27/0.60)	

CMYK percentages

%31.37
%0
%27.45
%60

Codes

Color #46664A in popluar color models

46664A
RGB7010274
HSL128°18.60%33.73%
HSB/HSV128°31.37%40.00%
CMYK31.37%0.00%27.45%
60.00%

Color #46664A in popluar number systems.

HEX46664A
Decimal7010274
Binary100011011001101001010
Octal106146112

Shades and tints

Shades of #46664A

#46664A
(70,102,74)
#405D44
(64,93,68)
#3A543E
(58,84,62)
#344B38
(52,75,56)
#2E4232
(46,66,50)
#28392C
(40,57,44)
#223026
(34,48,38)
#1C2720
(28,39,32)
#161E1A
(22,30,26)
#101514
(16,21,20)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #46664A

#46664A
(70,102,74)
#56735A
(86,115,90)
#66806A
(102,128,106)
#768D7A
(118,141,122)
#869A8A
(134,154,138)
#96A79A
(150,167,154)
#A6B4AA
(166,180,170)
#B6C1BA
(182,193,186)
#C6CECA
(198,206,202)
#D6DBDA
(214,219,218)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46664A color. Also use rgb(70,102,74) instead hex code.

Text Font Color

.myTextColor { color: #46664A; }

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

This text font color is #46664A.


Background Color

.myBgColor { background-color: #46664A; }

<div style="background-color:#46664A">Inner text</div>

This div background color is #46664A.


Border color

.myBorderColor { border: 1px solid #46664A; }

<div style="border:3px solid #46664A">Div</div>

This div border color is #46664A.


Opacity

.myOpacity80 { color: #46664A; opacity: 0.8; }

<p style="color:#46664A;opacity:0.8;">80%</p>

Text with #46664A 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 #46664A;}

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

This text has shadow with #46664A color.

.textShadow {text-shadow: 3px 3px 1px #46664A, 3px 3px 1px red;}

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

This text has shadow with #46664A primary color and red secondary color.


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

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

This text has shadow with #46664A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46664A on black background.


Color preview on white background

This text has color #46664A on white background.



Black color preview on #46664A background

This text has black color on #46664A background.


White color preview on #46664A background

This text has white color on #46664A background.