COLOR #461D07

HEX: #461D07
RGB: (70,29,7)

Color info

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

RGB color model

#461D07 color RGB value is (70,29,7).

  • red value is 70;
  • green value is 29;
  • blue value is 7.
RGB:
(70,29,7)
(27%,11%,3%)

RGB channels and saturation

R 70 of 255 = 27%
G 29 of 255 = 11%
B 7 of 255 = 3%

70
29
7

R + G + B ~ 14%. #461D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 29 + 7 = 106 (100%)
R 70 of 106 ~ 66.04%
G 29 of 106 ~ 27.36%
B 7 of 106 ~ 6.6%

%66.04
%27.36

CMYK color model

#461D07 color CMYK value is (0,59,90,73).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 90.00%
  • key color value is 72.55%
CMYK:
(0,59,90,73)
C0M59Y90K73 
(0%,59%,90%,73%)
(0.00/0.59/0.90/0.73)	

CMYK percentages

%0
%58.57
%90
%72.55

Codes

Color #461D07 in popluar color models

461D07
RGB70297
HSL21°81.82%15.10%
HSB/HSV21°90.00%27.45%
CMYK0.00%58.57%90.00%
72.55%

Color #461D07 in popluar number systems.

HEX461D07
Decimal70297
Binary100011011101111
Octal106357

Shades and tints

Shades of #461D07

#461D07
(70,29,7)
#401B07
(64,27,7)
#3A1907
(58,25,7)
#341707
(52,23,7)
#2E1507
(46,21,7)
#281307
(40,19,7)
#221107
(34,17,7)
#1C0F07
(28,15,7)
#160D07
(22,13,7)
#100B07
(16,11,7)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #461D07

#461D07
(70,29,7)
#56311D
(86,49,29)
#664533
(102,69,51)
#765949
(118,89,73)
#866D5F
(134,109,95)
#968175
(150,129,117)
#A6958B
(166,149,139)
#B6A9A1
(182,169,161)
#C6BDB7
(198,189,183)
#D6D1CD
(214,209,205)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461D07 color. Also use rgb(70,29,7) instead hex code.

Text Font Color

.myTextColor { color: #461D07; }

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

This text font color is #461D07.


Background Color

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

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

This div background color is #461D07.


Border color

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

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

This div border color is #461D07.


Opacity

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

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

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

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

This text has shadow with #461D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461D07 on black background.


Color preview on white background

This text has color #461D07 on white background.



Black color preview on #461D07 background

This text has black color on #461D07 background.


White color preview on #461D07 background

This text has white color on #461D07 background.