COLOR #46523E

HEX: #46523E
RGB: (70,82,62)

Color info

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

RGB color model

#46523E color RGB value is (70,82,62).

  • red value is 70;
  • green value is 82;
  • blue value is 62.
RGB:
(70,82,62)
(27%,32%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 62 of 255 = 24%

70
82
62

R + G + B ~ 28%. #46523E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 62 = 214 (100%)
R 70 of 214 ~ 32.71%
G 82 of 214 ~ 38.32%
B 62 of 214 ~ 28.97%

%32.71
%38.32
%28.97

CMYK color model

#46523E color CMYK value is (15,0,24,68).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(15,0,24,68)
C15M0Y24K68 
(15%,0%,24%,68%)
(0.15/0.00/0.24/0.68)	

CMYK percentages

%14.63
%0
%24.39
%67.84

Codes

Color #46523E in popluar color models

46523E
RGB708262
HSL96°13.89%28.24%
HSB/HSV96°24.39%32.16%
CMYK14.63%0.00%24.39%
67.84%

Color #46523E in popluar number systems.

HEX46523E
Decimal708262
Binary10001101010010111110
Octal10612276

Shades and tints

Shades of #46523E

#46523E
(70,82,62)
#404B39
(64,75,57)
#3A4434
(58,68,52)
#343D2F
(52,61,47)
#2E362A
(46,54,42)
#282F25
(40,47,37)
#222820
(34,40,32)
#1C211B
(28,33,27)
#161A16
(22,26,22)
#101311
(16,19,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #46523E

#46523E
(70,82,62)
#56614F
(86,97,79)
#667060
(102,112,96)
#767F71
(118,127,113)
#868E82
(134,142,130)
#969D93
(150,157,147)
#A6ACA4
(166,172,164)
#B6BBB5
(182,187,181)
#C6CAC6
(198,202,198)
#D6D9D7
(214,217,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46523E color. Also use rgb(70,82,62) instead hex code.

Text Font Color

.myTextColor { color: #46523E; }

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

This text font color is #46523E.


Background Color

.myBgColor { background-color: #46523E; }

<div style="background-color:#46523E">Inner text</div>

This div background color is #46523E.


Border color

.myBorderColor { border: 1px solid #46523E; }

<div style="border:3px solid #46523E">Div</div>

This div border color is #46523E.


Opacity

.myOpacity80 { color: #46523E; opacity: 0.8; }

<p style="color:#46523E;opacity:0.8;">80%</p>

Text with #46523E 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 #46523E;}

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

This text has shadow with #46523E color.

.textShadow {text-shadow: 3px 3px 1px #46523E, 3px 3px 1px red;}

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

This text has shadow with #46523E primary color and red secondary color.


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

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

This text has shadow with #46523E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46523E on black background.


Color preview on white background

This text has color #46523E on white background.



Black color preview on #46523E background

This text has black color on #46523E background.


White color preview on #46523E background

This text has white color on #46523E background.