COLOR #46582B

HEX: #46582B
RGB: (70,88,43)

Color info

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

RGB color model

#46582B color RGB value is (70,88,43).

  • red value is 70;
  • green value is 88;
  • blue value is 43.
RGB:
(70,88,43)
(27%,35%,17%)

RGB channels and saturation

R 70 of 255 = 27%
G 88 of 255 = 35%
B 43 of 255 = 17%

70
88
43

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

Portions of RGB colors in percentages

R + G + B =
70 + 88 + 43 = 201 (100%)
R 70 of 201 ~ 34.83%
G 88 of 201 ~ 43.78%
B 43 of 201 ~ 21.39%

%34.83
%43.78
%21.39

CMYK color model

#46582B color CMYK value is (20,0,51,65).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(20,0,51,65)
C20M0Y51K65 
(20%,0%,51%,65%)
(0.20/0.00/0.51/0.65)	

CMYK percentages

%20.45
%0
%51.14
%65.49

Codes

Color #46582B in popluar color models

46582B
RGB708843
HSL84°34.35%25.69%
HSB/HSV84°51.14%34.51%
CMYK20.45%0.00%51.14%
65.49%

Color #46582B in popluar number systems.

HEX46582B
Decimal708843
Binary10001101011000101011
Octal10613053

Shades and tints

Shades of #46582B

#46582B
(70,88,43)
#405028
(64,80,40)
#3A4825
(58,72,37)
#344022
(52,64,34)
#2E381F
(46,56,31)
#28301C
(40,48,28)
#222819
(34,40,25)
#1C2016
(28,32,22)
#161813
(22,24,19)
#101010
(16,16,16)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #46582B

#46582B
(70,88,43)
#56673E
(86,103,62)
#667651
(102,118,81)
#768564
(118,133,100)
#869477
(134,148,119)
#96A38A
(150,163,138)
#A6B29D
(166,178,157)
#B6C1B0
(182,193,176)
#C6D0C3
(198,208,195)
#D6DFD6
(214,223,214)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46582B color. Also use rgb(70,88,43) instead hex code.

Text Font Color

.myTextColor { color: #46582B; }

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

This text font color is #46582B.


Background Color

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

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

This div background color is #46582B.


Border color

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

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

This div border color is #46582B.


Opacity

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

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

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

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

This text has shadow with #46582B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46582B on black background.


Color preview on white background

This text has color #46582B on white background.



Black color preview on #46582B background

This text has black color on #46582B background.


White color preview on #46582B background

This text has white color on #46582B background.