COLOR #46580E

HEX: #46580E
RGB: (70,88,14)

Color info

#46580E contains mainly red and green colors. Web safe color of #46580E is #336600 (or #360).

RGB color model

#46580E color RGB value is (70,88,14).

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

RGB channels and saturation

R 70 of 255 = 27%
G 88 of 255 = 35%
B 14 of 255 = 5%

70
88
14

R + G + B ~ 22%. #46580E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 88 + 14 = 172 (100%)
R 70 of 172 ~ 40.7%
G 88 of 172 ~ 51.16%
B 14 of 172 ~ 8.14%

%40.7
%51.16

CMYK color model

#46580E color CMYK value is (20,0,84,65).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK:
(20,0,84,65)
C20M0Y84K65 
(20%,0%,84%,65%)
(0.20/0.00/0.84/0.65)	

CMYK percentages

%20.45
%0
%84.09
%65.49

Codes

Color #46580E in popluar color models

46580E
RGB708814
HSL75°72.55%20.00%
HSB/HSV75°84.09%34.51%
CMYK20.45%0.00%84.09%
65.49%

Color #46580E in popluar number systems.

HEX46580E
Decimal708814
Binary100011010110001110
Octal10613016

Shades and tints

Shades of #46580E

#46580E
(70,88,14)
#40500D
(64,80,13)
#3A480C
(58,72,12)
#34400B
(52,64,11)
#2E380A
(46,56,10)
#283009
(40,48,9)
#222808
(34,40,8)
#1C2007
(28,32,7)
#161806
(22,24,6)
#101005
(16,16,5)
#0A0804
(10,8,4)
#000000
(0,0,0)

Tints of #46580E

#46580E
(70,88,14)
#566723
(86,103,35)
#667638
(102,118,56)
#76854D
(118,133,77)
#869462
(134,148,98)
#96A377
(150,163,119)
#A6B28C
(166,178,140)
#B6C1A1
(182,193,161)
#C6D0B6
(198,208,182)
#D6DFCB
(214,223,203)
#E6EEE0
(230,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46580E color. Also use rgb(70,88,14) instead hex code.

Text Font Color

.myTextColor { color: #46580E; }

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

This text font color is #46580E.


Background Color

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

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

This div background color is #46580E.


Border color

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

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

This div border color is #46580E.


Opacity

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

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

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

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

This text has shadow with #46580E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46580E on black background.


Color preview on white background

This text has color #46580E on white background.



Black color preview on #46580E background

This text has black color on #46580E background.


White color preview on #46580E background

This text has white color on #46580E background.