COLOR #46604A

HEX: #46604A
RGB: (70,96,74)

Color info

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

RGB color model

#46604A color RGB value is (70,96,74).

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

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 74 of 255 = 29%

70
96
74

R + G + B ~ 31%. #46604A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 74 = 240 (100%)
R 70 of 240 ~ 29.17%
G 96 of 240 ~ 40%
B 74 of 240 ~ 30.83%

%29.17
%40
%30.83

CMYK color model

#46604A color CMYK value is (27,0,23,62).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(27,0,23,62)
C27M0Y23K62 
(27%,0%,23%,62%)
(0.27/0.00/0.23/0.62)	

CMYK percentages

%27.08
%0
%22.92
%62.35

Codes

Color #46604A in popluar color models

46604A
RGB709674
HSL129°15.66%32.55%
HSB/HSV129°27.08%37.65%
CMYK27.08%0.00%22.92%
62.35%

Color #46604A in popluar number systems.

HEX46604A
Decimal709674
Binary100011011000001001010
Octal106140112

Shades and tints

Shades of #46604A

#46604A
(70,96,74)
#405844
(64,88,68)
#3A503E
(58,80,62)
#344838
(52,72,56)
#2E4032
(46,64,50)
#28382C
(40,56,44)
#223026
(34,48,38)
#1C2820
(28,40,32)
#16201A
(22,32,26)
#101814
(16,24,20)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #46604A

#46604A
(70,96,74)
#566E5A
(86,110,90)
#667C6A
(102,124,106)
#768A7A
(118,138,122)
#86988A
(134,152,138)
#96A69A
(150,166,154)
#A6B4AA
(166,180,170)
#B6C2BA
(182,194,186)
#C6D0CA
(198,208,202)
#D6DEDA
(214,222,218)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46604A; }

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

This text font color is #46604A.


Background Color

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

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

This div background color is #46604A.


Border color

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

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

This div border color is #46604A.


Opacity

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

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

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

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

This text has shadow with #46604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46604A on black background.


Color preview on white background

This text has color #46604A on white background.



Black color preview on #46604A background

This text has black color on #46604A background.


White color preview on #46604A background

This text has white color on #46604A background.