COLOR #46685A

HEX: #46685A
RGB: (70,104,90)

Color info

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

RGB color model

#46685A color RGB value is (70,104,90).

  • red value is 70;
  • green value is 104;
  • blue value is 90.
RGB:
(70,104,90)
(27%,41%,35%)

RGB channels and saturation

R 70 of 255 = 27%
G 104 of 255 = 41%
B 90 of 255 = 35%

70
104
90

R + G + B ~ 34%. #46685A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 104 + 90 = 264 (100%)
R 70 of 264 ~ 26.52%
G 104 of 264 ~ 39.39%
B 90 of 264 ~ 34.09%

%26.52
%39.39
%34.09

CMYK color model

#46685A color CMYK value is (33,0,13,59).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 59.22%
CMYK:
(33,0,13,59)
C33M0Y13K59 
(33%,0%,13%,59%)
(0.33/0.00/0.13/0.59)	

CMYK percentages

%32.69
%0
%13.46
%59.22

Codes

Color #46685A in popluar color models

46685A
RGB7010490
HSL155°19.54%34.12%
HSB/HSV155°32.69%40.78%
CMYK32.69%0.00%13.46%
59.22%

Color #46685A in popluar number systems.

HEX46685A
Decimal7010490
Binary100011011010001011010
Octal106150132

Shades and tints

Shades of #46685A

#46685A
(70,104,90)
#405F52
(64,95,82)
#3A564A
(58,86,74)
#344D42
(52,77,66)
#2E443A
(46,68,58)
#283B32
(40,59,50)
#22322A
(34,50,42)
#1C2922
(28,41,34)
#16201A
(22,32,26)
#101712
(16,23,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #46685A

#46685A
(70,104,90)
#567569
(86,117,105)
#668278
(102,130,120)
#768F87
(118,143,135)
#869C96
(134,156,150)
#96A9A5
(150,169,165)
#A6B6B4
(166,182,180)
#B6C3C3
(182,195,195)
#C6D0D2
(198,208,210)
#D6DDE1
(214,221,225)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46685A color. Also use rgb(70,104,90) instead hex code.

Text Font Color

.myTextColor { color: #46685A; }

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

This text font color is #46685A.


Background Color

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

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

This div background color is #46685A.


Border color

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

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

This div border color is #46685A.


Opacity

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

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

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

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

This text has shadow with #46685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46685A on black background.


Color preview on white background

This text has color #46685A on white background.



Black color preview on #46685A background

This text has black color on #46685A background.


White color preview on #46685A background

This text has white color on #46685A background.