COLOR #461E00

HEX: #461E00
RGB: (70,30,0)

Color info

#461E00 contains only red and green colors. Web safe color of #461E00 is #333300 (or #330).

RGB color model

#461E00 color RGB value is (70,30,0).

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

RGB channels and saturation

R 70 of 255 = 27%
G 30 of 255 = 12%
B 0 of 255 = 0%

70
30
0

R + G + B ~ 13%. #461E00 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 30 + 0 = 100 (100%)
R 70 of 100 ~ 70%
G 30 of 100 ~ 30%
B 0 of 100 ~ 0%

%70
%30

CMYK color model

#461E00 color CMYK value is (0,57,100,73).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 100.00%
  • key color value is 72.55%
CMYK:
(0,57,100,73)
C0M57Y100K73 
(0%,57%,100%,73%)
(0.00/0.57/1.00/0.73)	

CMYK percentages

%0
%57.14
%100
%72.55

Codes

Color #461E00 in popluar color models

461E00
RGB70300
HSL26°100.00%13.73%
HSB/HSV26°100.00%27.45%
CMYK0.00%57.14%100.00%
72.55%

Color #461E00 in popluar number systems.

HEX461E00
Decimal70300
Binary1000110111100
Octal106360

Shades and tints

Shades of #461E00

#461E00
(70,30,0)
#401C00
(64,28,0)
#3A1A00
(58,26,0)
#341800
(52,24,0)
#2E1600
(46,22,0)
#281400
(40,20,0)
#221200
(34,18,0)
#1C1000
(28,16,0)
#160E00
(22,14,0)
#100C00
(16,12,0)
#0A0A00
(10,10,0)
#000000
(0,0,0)

Tints of #461E00

#461E00
(70,30,0)
#563217
(86,50,23)
#66462E
(102,70,46)
#765A45
(118,90,69)
#866E5C
(134,110,92)
#968273
(150,130,115)
#A6968A
(166,150,138)
#B6AAA1
(182,170,161)
#C6BEB8
(198,190,184)
#D6D2CF
(214,210,207)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461E00 color. Also use rgb(70,30,0) instead hex code.

Text Font Color

.myTextColor { color: #461E00; }

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

This text font color is #461E00.


Background Color

.myBgColor { background-color: #461E00; }

<div style="background-color:#461E00">Inner text</div>

This div background color is #461E00.


Border color

.myBorderColor { border: 1px solid #461E00; }

<div style="border:3px solid #461E00">Div</div>

This div border color is #461E00.


Opacity

.myOpacity80 { color: #461E00; opacity: 0.8; }

<p style="color:#461E00;opacity:0.8;">80%</p>

Text with #461E00 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 #461E00;}

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

This text has shadow with #461E00 color.

.textShadow {text-shadow: 3px 3px 1px #461E00, 3px 3px 1px red;}

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

This text has shadow with #461E00 primary color and red secondary color.


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

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

This text has shadow with #461E00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461E00 on black background.


Color preview on white background

This text has color #461E00 on white background.



Black color preview on #461E00 background

This text has black color on #461E00 background.


White color preview on #461E00 background

This text has white color on #461E00 background.