COLOR #46655E

HEX: #46655E
RGB: (70,101,94)

Color info

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

RGB color model

#46655E color RGB value is (70,101,94).

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

RGB channels and saturation

R 70 of 255 = 27%
G 101 of 255 = 40%
B 94 of 255 = 37%

70
101
94

R + G + B ~ 35%. #46655E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 101 + 94 = 265 (100%)
R 70 of 265 ~ 26.42%
G 101 of 265 ~ 38.11%
B 94 of 265 ~ 35.47%

%26.42
%38.11
%35.47

CMYK color model

#46655E color CMYK value is (31,0,7,60).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 60.39%
CMYK:
(31,0,7,60)
C31M0Y7K60 
(31%,0%,7%,60%)
(0.31/0.00/0.07/0.60)	

CMYK percentages

%30.69
%0
%6.93
%60.39

Codes

Color #46655E in popluar color models

46655E
RGB7010194
HSL166°18.13%33.53%
HSB/HSV166°30.69%39.61%
CMYK30.69%0.00%6.93%
60.39%

Color #46655E in popluar number systems.

HEX46655E
Decimal7010194
Binary100011011001011011110
Octal106145136

Shades and tints

Shades of #46655E

#46655E
(70,101,94)
#405C56
(64,92,86)
#3A534E
(58,83,78)
#344A46
(52,74,70)
#2E413E
(46,65,62)
#283836
(40,56,54)
#222F2E
(34,47,46)
#1C2626
(28,38,38)
#161D1E
(22,29,30)
#101416
(16,20,22)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #46655E

#46655E
(70,101,94)
#56736C
(86,115,108)
#66817A
(102,129,122)
#768F88
(118,143,136)
#869D96
(134,157,150)
#96ABA4
(150,171,164)
#A6B9B2
(166,185,178)
#B6C7C0
(182,199,192)
#C6D5CE
(198,213,206)
#D6E3DC
(214,227,220)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46655E; }

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

This text font color is #46655E.


Background Color

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

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

This div background color is #46655E.


Border color

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

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

This div border color is #46655E.


Opacity

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

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

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

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

This text has shadow with #46655E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46655E on black background.


Color preview on white background

This text has color #46655E on white background.



Black color preview on #46655E background

This text has black color on #46655E background.


White color preview on #46655E background

This text has white color on #46655E background.