COLOR #46562D

HEX: #46562D
RGB: (70,86,45)

Color info

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

RGB color model

#46562D color RGB value is (70,86,45).

  • red value is 70;
  • green value is 86;
  • blue value is 45.
RGB:
(70,86,45)
(27%,34%,18%)

RGB channels and saturation

R 70 of 255 = 27%
G 86 of 255 = 34%
B 45 of 255 = 18%

70
86
45

R + G + B ~ 26%. #46562D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 86 + 45 = 201 (100%)
R 70 of 201 ~ 34.83%
G 86 of 201 ~ 42.79%
B 45 of 201 ~ 22.39%

%34.83
%42.79
%22.39

CMYK color model

#46562D color CMYK value is (19,0,48,66).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 47.67%
  • key color value is 66.27%
CMYK:
(19,0,48,66)
C19M0Y48K66 
(19%,0%,48%,66%)
(0.19/0.00/0.48/0.66)	

CMYK percentages

%18.6
%0
%47.67
%66.27

Codes

Color #46562D in popluar color models

46562D
RGB708645
HSL83°31.30%25.69%
HSB/HSV83°47.67%33.73%
CMYK18.60%0.00%47.67%
66.27%

Color #46562D in popluar number systems.

HEX46562D
Decimal708645
Binary10001101010110101101
Octal10612655

Shades and tints

Shades of #46562D

#46562D
(70,86,45)
#404F29
(64,79,41)
#3A4825
(58,72,37)
#344121
(52,65,33)
#2E3A1D
(46,58,29)
#283319
(40,51,25)
#222C15
(34,44,21)
#1C2511
(28,37,17)
#161E0D
(22,30,13)
#101709
(16,23,9)
#0A1005
(10,16,5)
#000000
(0,0,0)

Tints of #46562D

#46562D
(70,86,45)
#566540
(86,101,64)
#667453
(102,116,83)
#768366
(118,131,102)
#869279
(134,146,121)
#96A18C
(150,161,140)
#A6B09F
(166,176,159)
#B6BFB2
(182,191,178)
#C6CEC5
(198,206,197)
#D6DDD8
(214,221,216)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46562D color. Also use rgb(70,86,45) instead hex code.

Text Font Color

.myTextColor { color: #46562D; }

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

This text font color is #46562D.


Background Color

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

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

This div background color is #46562D.


Border color

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

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

This div border color is #46562D.


Opacity

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

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

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

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

This text has shadow with #46562D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46562D on black background.


Color preview on white background

This text has color #46562D on white background.



Black color preview on #46562D background

This text has black color on #46562D background.


White color preview on #46562D background

This text has white color on #46562D background.