COLOR #07461D

HEX: #07461D
RGB: (7,70,29)

Color info

#07461D contains mainly green and blue colors. Web safe color of #07461D is #003333 (or #033).

RGB color model

#07461D color RGB value is (7,70,29).

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

RGB channels and saturation

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

7
70
29

R + G + B ~ 14%. #07461D is dark color.

Portions of RGB colors in percentages

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

%66.04
%27.36

CMYK color model

#07461D color CMYK value is (90,0,59,73).

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

CMYK percentages

%90
%0
%58.57
%72.55

Codes

Color #07461D in popluar color models

07461D
RGB77029
HSL141°81.82%15.10%
HSB/HSV141°90.00%27.45%
CMYK90.00%0.00%58.57%
72.55%

Color #07461D in popluar number systems.

HEX07461D
Decimal77029
Binary111100011011101
Octal710635

Shades and tints

Shades of #07461D

#07461D
(7,70,29)
#07401B
(7,64,27)
#073A19
(7,58,25)
#073417
(7,52,23)
#072E15
(7,46,21)
#072813
(7,40,19)
#072211
(7,34,17)
#071C0F
(7,28,15)
#07160D
(7,22,13)
#07100B
(7,16,11)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #07461D

#07461D
(7,70,29)
#1D5631
(29,86,49)
#336645
(51,102,69)
#497659
(73,118,89)
#5F866D
(95,134,109)
#759681
(117,150,129)
#8BA695
(139,166,149)
#A1B6A9
(161,182,169)
#B7C6BD
(183,198,189)
#CDD6D1
(205,214,209)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07461D; }

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

This text font color is #07461D.


Background Color

.myBgColor { background-color: #07461D; }

<div style="background-color:#07461D">Inner text</div>

This div background color is #07461D.


Border color

.myBorderColor { border: 1px solid #07461D; }

<div style="border:3px solid #07461D">Div</div>

This div border color is #07461D.


Opacity

.myOpacity80 { color: #07461D; opacity: 0.8; }

<p style="color:#07461D;opacity:0.8;">80%</p>

Text with #07461D 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 #07461D;}

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

This text has shadow with #07461D color.

.textShadow {text-shadow: 3px 3px 1px #07461D, 3px 3px 1px red;}

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

This text has shadow with #07461D primary color and red secondary color.


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

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

This text has shadow with #07461D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07461D on black background.


Color preview on white background

This text has color #07461D on white background.



Black color preview on #07461D background

This text has black color on #07461D background.


White color preview on #07461D background

This text has white color on #07461D background.