COLOR #46655B

HEX: #46655B
RGB: (70,101,91)

Color info

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

RGB color model

#46655B color RGB value is (70,101,91).

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

RGB channels and saturation

R 70 of 255 = 27%
G 101 of 255 = 40%
B 91 of 255 = 36%

70
101
91

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

Portions of RGB colors in percentages

R + G + B =
70 + 101 + 91 = 262 (100%)
R 70 of 262 ~ 26.72%
G 101 of 262 ~ 38.55%
B 91 of 262 ~ 34.73%

%26.72
%38.55
%34.73

CMYK color model

#46655B color CMYK value is (31,0,10,60).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 60.39%
CMYK:
(31,0,10,60)
C31M0Y10K60 
(31%,0%,10%,60%)
(0.31/0.00/0.10/0.60)	

CMYK percentages

%30.69
%0
%9.9
%60.39

Codes

Color #46655B in popluar color models

46655B
RGB7010191
HSL161°18.13%33.53%
HSB/HSV161°30.69%39.61%
CMYK30.69%0.00%9.90%
60.39%

Color #46655B in popluar number systems.

HEX46655B
Decimal7010191
Binary100011011001011011011
Octal106145133

Shades and tints

Shades of #46655B

#46655B
(70,101,91)
#405C53
(64,92,83)
#3A534B
(58,83,75)
#344A43
(52,74,67)
#2E413B
(46,65,59)
#283833
(40,56,51)
#222F2B
(34,47,43)
#1C2623
(28,38,35)
#161D1B
(22,29,27)
#101413
(16,20,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #46655B

#46655B
(70,101,91)
#567369
(86,115,105)
#668177
(102,129,119)
#768F85
(118,143,133)
#869D93
(134,157,147)
#96ABA1
(150,171,161)
#A6B9AF
(166,185,175)
#B6C7BD
(182,199,189)
#C6D5CB
(198,213,203)
#D6E3D9
(214,227,217)
#E6F1E7
(230,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46655B; }

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

This text font color is #46655B.


Background Color

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

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

This div background color is #46655B.


Border color

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

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

This div border color is #46655B.


Opacity

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

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

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

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

This text has shadow with #46655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46655B on black background.


Color preview on white background

This text has color #46655B on white background.



Black color preview on #46655B background

This text has black color on #46655B background.


White color preview on #46655B background

This text has white color on #46655B background.