COLOR #46531E

HEX: #46531E
RGB: (70,83,30)

Color info

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

RGB color model

#46531E color RGB value is (70,83,30).

  • red value is 70;
  • green value is 83;
  • blue value is 30.
RGB:
(70,83,30)
(27%,33%,12%)

RGB channels and saturation

R 70 of 255 = 27%
G 83 of 255 = 33%
B 30 of 255 = 12%

70
83
30

R + G + B ~ 24%. #46531E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 30 = 183 (100%)
R 70 of 183 ~ 38.25%
G 83 of 183 ~ 45.36%
B 30 of 183 ~ 16.39%

%38.25
%45.36
%16.39

CMYK color model

#46531E color CMYK value is (16,0,64,67).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(16,0,64,67)
C16M0Y64K67 
(16%,0%,64%,67%)
(0.16/0.00/0.64/0.67)	

CMYK percentages

%15.66
%0
%63.86
%67.45

Codes

Color #46531E in popluar color models

46531E
RGB708330
HSL75°46.90%22.16%
HSB/HSV75°63.86%32.55%
CMYK15.66%0.00%63.86%
67.45%

Color #46531E in popluar number systems.

HEX46531E
Decimal708330
Binary1000110101001111110
Octal10612336

Shades and tints

Shades of #46531E

#46531E
(70,83,30)
#404C1C
(64,76,28)
#3A451A
(58,69,26)
#343E18
(52,62,24)
#2E3716
(46,55,22)
#283014
(40,48,20)
#222912
(34,41,18)
#1C2210
(28,34,16)
#161B0E
(22,27,14)
#10140C
(16,20,12)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #46531E

#46531E
(70,83,30)
#566232
(86,98,50)
#667146
(102,113,70)
#76805A
(118,128,90)
#868F6E
(134,143,110)
#969E82
(150,158,130)
#A6AD96
(166,173,150)
#B6BCAA
(182,188,170)
#C6CBBE
(198,203,190)
#D6DAD2
(214,218,210)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46531E color. Also use rgb(70,83,30) instead hex code.

Text Font Color

.myTextColor { color: #46531E; }

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

This text font color is #46531E.


Background Color

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

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

This div background color is #46531E.


Border color

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

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

This div border color is #46531E.


Opacity

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

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

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

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

This text has shadow with #46531E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46531E on black background.


Color preview on white background

This text has color #46531E on white background.



Black color preview on #46531E background

This text has black color on #46531E background.


White color preview on #46531E background

This text has white color on #46531E background.