COLOR #46655F

HEX: #46655F
RGB: (70,101,95)

Color info

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

RGB color model

#46655F color RGB value is (70,101,95).

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

RGB channels and saturation

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

70
101
95

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

Portions of RGB colors in percentages

R + G + B =
70 + 101 + 95 = 266 (100%)
R 70 of 266 ~ 26.32%
G 101 of 266 ~ 37.97%
B 95 of 266 ~ 35.71%

%26.32
%37.97
%35.71

CMYK color model

#46655F color CMYK value is (31,0,6,60).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 60.39%
CMYK:
(31,0,6,60)
C31M0Y6K60 
(31%,0%,6%,60%)
(0.31/0.00/0.06/0.60)	

CMYK percentages

%30.69
%0
%5.94
%60.39

Codes

Color #46655F in popluar color models

46655F
RGB7010195
HSL168°18.13%33.53%
HSB/HSV168°30.69%39.61%
CMYK30.69%0.00%5.94%
60.39%

Color #46655F in popluar number systems.

HEX46655F
Decimal7010195
Binary100011011001011011111
Octal106145137

Shades and tints

Shades of #46655F

#46655F
(70,101,95)
#405C57
(64,92,87)
#3A534F
(58,83,79)
#344A47
(52,74,71)
#2E413F
(46,65,63)
#283837
(40,56,55)
#222F2F
(34,47,47)
#1C2627
(28,38,39)
#161D1F
(22,29,31)
#101417
(16,20,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #46655F

#46655F
(70,101,95)
#56736D
(86,115,109)
#66817B
(102,129,123)
#768F89
(118,143,137)
#869D97
(134,157,151)
#96ABA5
(150,171,165)
#A6B9B3
(166,185,179)
#B6C7C1
(182,199,193)
#C6D5CF
(198,213,207)
#D6E3DD
(214,227,221)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46655F; }

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

This text font color is #46655F.


Background Color

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

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

This div background color is #46655F.


Border color

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

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

This div border color is #46655F.


Opacity

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

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

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

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

This text has shadow with #46655F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46655F on black background.


Color preview on white background

This text has color #46655F on white background.



Black color preview on #46655F background

This text has black color on #46655F background.


White color preview on #46655F background

This text has white color on #46655F background.