COLOR #46654E

HEX: #46654E
RGB: (70,101,78)

Color info

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

RGB color model

#46654E color RGB value is (70,101,78).

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

RGB channels and saturation

R 70 of 255 = 27%
G 101 of 255 = 40%
B 78 of 255 = 31%

70
101
78

R + G + B ~ 33%. #46654E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 101 + 78 = 249 (100%)
R 70 of 249 ~ 28.11%
G 101 of 249 ~ 40.56%
B 78 of 249 ~ 31.33%

%28.11
%40.56
%31.33

CMYK color model

#46654E color CMYK value is (31,0,23,60).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 22.77%
  • key color value is 60.39%
CMYK:
(31,0,23,60)
C31M0Y23K60 
(31%,0%,23%,60%)
(0.31/0.00/0.23/0.60)	

CMYK percentages

%30.69
%0
%22.77
%60.39

Codes

Color #46654E in popluar color models

46654E
RGB7010178
HSL135°18.13%33.53%
HSB/HSV135°30.69%39.61%
CMYK30.69%0.00%22.77%
60.39%

Color #46654E in popluar number systems.

HEX46654E
Decimal7010178
Binary100011011001011001110
Octal106145116

Shades and tints

Shades of #46654E

#46654E
(70,101,78)
#405C47
(64,92,71)
#3A5340
(58,83,64)
#344A39
(52,74,57)
#2E4132
(46,65,50)
#28382B
(40,56,43)
#222F24
(34,47,36)
#1C261D
(28,38,29)
#161D16
(22,29,22)
#10140F
(16,20,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #46654E

#46654E
(70,101,78)
#56735E
(86,115,94)
#66816E
(102,129,110)
#768F7E
(118,143,126)
#869D8E
(134,157,142)
#96AB9E
(150,171,158)
#A6B9AE
(166,185,174)
#B6C7BE
(182,199,190)
#C6D5CE
(198,213,206)
#D6E3DE
(214,227,222)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46654E color. Also use rgb(70,101,78) instead hex code.

Text Font Color

.myTextColor { color: #46654E; }

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

This text font color is #46654E.


Background Color

.myBgColor { background-color: #46654E; }

<div style="background-color:#46654E">Inner text</div>

This div background color is #46654E.


Border color

.myBorderColor { border: 1px solid #46654E; }

<div style="border:3px solid #46654E">Div</div>

This div border color is #46654E.


Opacity

.myOpacity80 { color: #46654E; opacity: 0.8; }

<p style="color:#46654E;opacity:0.8;">80%</p>

Text with #46654E 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 #46654E;}

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

This text has shadow with #46654E color.

.textShadow {text-shadow: 3px 3px 1px #46654E, 3px 3px 1px red;}

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

This text has shadow with #46654E primary color and red secondary color.


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

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

This text has shadow with #46654E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46654E on black background.


Color preview on white background

This text has color #46654E on white background.



Black color preview on #46654E background

This text has black color on #46654E background.


White color preview on #46654E background

This text has white color on #46654E background.