COLOR #46645A

HEX: #46645A
RGB: (70,100,90)

Color info

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

RGB color model

#46645A color RGB value is (70,100,90).

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

RGB channels and saturation

R 70 of 255 = 27%
G 100 of 255 = 39%
B 90 of 255 = 35%

70
100
90

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

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 90 = 260 (100%)
R 70 of 260 ~ 26.92%
G 100 of 260 ~ 38.46%
B 90 of 260 ~ 34.62%

%26.92
%38.46
%34.62

CMYK color model

#46645A color CMYK value is (30,0,10,61).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 60.78%
CMYK:
(30,0,10,61)
C30M0Y10K61 
(30%,0%,10%,61%)
(0.30/0.00/0.10/0.61)	

CMYK percentages

%30
%0
%10
%60.78

Codes

Color #46645A in popluar color models

46645A
RGB7010090
HSL160°17.65%33.33%
HSB/HSV160°30.00%39.22%
CMYK30.00%0.00%10.00%
60.78%

Color #46645A in popluar number systems.

HEX46645A
Decimal7010090
Binary100011011001001011010
Octal106144132

Shades and tints

Shades of #46645A

#46645A
(70,100,90)
#405B52
(64,91,82)
#3A524A
(58,82,74)
#344942
(52,73,66)
#2E403A
(46,64,58)
#283732
(40,55,50)
#222E2A
(34,46,42)
#1C2522
(28,37,34)
#161C1A
(22,28,26)
#101312
(16,19,18)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #46645A

#46645A
(70,100,90)
#567269
(86,114,105)
#668078
(102,128,120)
#768E87
(118,142,135)
#869C96
(134,156,150)
#96AAA5
(150,170,165)
#A6B8B4
(166,184,180)
#B6C6C3
(182,198,195)
#C6D4D2
(198,212,210)
#D6E2E1
(214,226,225)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46645A; }

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

This text font color is #46645A.


Background Color

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

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

This div background color is #46645A.


Border color

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

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

This div border color is #46645A.


Opacity

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

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

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

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

This text has shadow with #46645A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46645A on black background.


Color preview on white background

This text has color #46645A on white background.



Black color preview on #46645A background

This text has black color on #46645A background.


White color preview on #46645A background

This text has white color on #46645A background.