COLOR #46615D

HEX: #46615D
RGB: (70,97,93)

Color info

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

RGB color model

#46615D color RGB value is (70,97,93).

  • red value is 70;
  • green value is 97;
  • blue value is 93.
RGB:
(70,97,93)
(27%,38%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 93 of 255 = 36%

70
97
93

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

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 93 = 260 (100%)
R 70 of 260 ~ 26.92%
G 97 of 260 ~ 37.31%
B 93 of 260 ~ 35.77%

%26.92
%37.31
%35.77

CMYK color model

#46615D color CMYK value is (28,0,4,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(28,0,4,62)
C28M0Y4K62 
(28%,0%,4%,62%)
(0.28/0.00/0.04/0.62)	

CMYK percentages

%27.84
%0
%4.12
%61.96

Codes

Color #46615D in popluar color models

46615D
RGB709793
HSL171°16.17%32.75%
HSB/HSV171°27.84%38.04%
CMYK27.84%0.00%4.12%
61.96%

Color #46615D in popluar number systems.

HEX46615D
Decimal709793
Binary100011011000011011101
Octal106141135

Shades and tints

Shades of #46615D

#46615D
(70,97,93)
#405955
(64,89,85)
#3A514D
(58,81,77)
#344945
(52,73,69)
#2E413D
(46,65,61)
#283935
(40,57,53)
#22312D
(34,49,45)
#1C2925
(28,41,37)
#16211D
(22,33,29)
#101915
(16,25,21)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #46615D

#46615D
(70,97,93)
#566F6B
(86,111,107)
#667D79
(102,125,121)
#768B87
(118,139,135)
#869995
(134,153,149)
#96A7A3
(150,167,163)
#A6B5B1
(166,181,177)
#B6C3BF
(182,195,191)
#C6D1CD
(198,209,205)
#D6DFDB
(214,223,219)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46615D color. Also use rgb(70,97,93) instead hex code.

Text Font Color

.myTextColor { color: #46615D; }

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

This text font color is #46615D.


Background Color

.myBgColor { background-color: #46615D; }

<div style="background-color:#46615D">Inner text</div>

This div background color is #46615D.


Border color

.myBorderColor { border: 1px solid #46615D; }

<div style="border:3px solid #46615D">Div</div>

This div border color is #46615D.


Opacity

.myOpacity80 { color: #46615D; opacity: 0.8; }

<p style="color:#46615D;opacity:0.8;">80%</p>

Text with #46615D 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 #46615D;}

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

This text has shadow with #46615D color.

.textShadow {text-shadow: 3px 3px 1px #46615D, 3px 3px 1px red;}

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

This text has shadow with #46615D primary color and red secondary color.


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

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

This text has shadow with #46615D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46615D on black background.


Color preview on white background

This text has color #46615D on white background.



Black color preview on #46615D background

This text has black color on #46615D background.


White color preview on #46615D background

This text has white color on #46615D background.