COLOR #46513B

HEX: #46513B
RGB: (70,81,59)

Color info

#46513B contains red, green and blue colors in about the same proportion. Web safe color of #46513B is #336633 (or #363).

RGB color model

#46513B color RGB value is (70,81,59).

  • red value is 70;
  • green value is 81;
  • blue value is 59.
RGB:
(70,81,59)
(27%,32%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 59 of 255 = 23%

70
81
59

R + G + B ~ 27%. #46513B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 59 = 210 (100%)
R 70 of 210 ~ 33.33%
G 81 of 210 ~ 38.57%
B 59 of 210 ~ 28.1%

%33.33
%38.57
%28.1

CMYK color model

#46513B color CMYK value is (14,0,27,68).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(14,0,27,68)
C14M0Y27K68 
(14%,0%,27%,68%)
(0.14/0.00/0.27/0.68)	

CMYK percentages

%13.58
%0
%27.16
%68.24

Codes

Color #46513B in popluar color models

46513B
RGB708159
HSL90°15.71%27.45%
HSB/HSV90°27.16%31.76%
CMYK13.58%0.00%27.16%
68.24%

Color #46513B in popluar number systems.

HEX46513B
Decimal708159
Binary10001101010001111011
Octal10612173

Shades and tints

Shades of #46513B

#46513B
(70,81,59)
#404A36
(64,74,54)
#3A4331
(58,67,49)
#343C2C
(52,60,44)
#2E3527
(46,53,39)
#282E22
(40,46,34)
#22271D
(34,39,29)
#1C2018
(28,32,24)
#161913
(22,25,19)
#10120E
(16,18,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #46513B

#46513B
(70,81,59)
#56604C
(86,96,76)
#666F5D
(102,111,93)
#767E6E
(118,126,110)
#868D7F
(134,141,127)
#969C90
(150,156,144)
#A6ABA1
(166,171,161)
#B6BAB2
(182,186,178)
#C6C9C3
(198,201,195)
#D6D8D4
(214,216,212)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46513B color. Also use rgb(70,81,59) instead hex code.

Text Font Color

.myTextColor { color: #46513B; }

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

This text font color is #46513B.


Background Color

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

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

This div background color is #46513B.


Border color

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

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

This div border color is #46513B.


Opacity

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

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

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

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

This text has shadow with #46513B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46513B on black background.


Color preview on white background

This text has color #46513B on white background.



Black color preview on #46513B background

This text has black color on #46513B background.


White color preview on #46513B background

This text has white color on #46513B background.