COLOR #07491E

HEX: #07491E
RGB: (7,73,30)

Color info

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

RGB color model

#07491E color RGB value is (7,73,30).

  • red value is 7;
  • green value is 73;
  • blue value is 30.
RGB:
(7,73,30)
(3%,29%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 73 of 255 = 29%
B 30 of 255 = 12%

7
73
30

R + G + B ~ 15%. #07491E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 73 + 30 = 110 (100%)
R 7 of 110 ~ 6.36%
G 73 of 110 ~ 66.36%
B 30 of 110 ~ 27.27%

%66.36
%27.27

CMYK color model

#07491E color CMYK value is (90,0,59,71).

  • cyan value is 90.41%
  • magenta value is 0.00%
  • yellow value is 58.90%
  • key color value is 71.37%
CMYK:
(90,0,59,71)
C90M0Y59K71 
(90%,0%,59%,71%)
(0.90/0.00/0.59/0.71)	

CMYK percentages

%90.41
%0
%58.9
%71.37

Codes

Color #07491E in popluar color models

07491E
RGB77330
HSL141°82.50%15.69%
HSB/HSV141°90.41%28.63%
CMYK90.41%0.00%58.90%
71.37%

Color #07491E in popluar number systems.

HEX07491E
Decimal77330
Binary111100100111110
Octal711136

Shades and tints

Shades of #07491E

#07491E
(7,73,30)
#07431C
(7,67,28)
#073D1A
(7,61,26)
#073718
(7,55,24)
#073116
(7,49,22)
#072B14
(7,43,20)
#072512
(7,37,18)
#071F10
(7,31,16)
#07190E
(7,25,14)
#07130C
(7,19,12)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #07491E

#07491E
(7,73,30)
#1D5932
(29,89,50)
#336946
(51,105,70)
#49795A
(73,121,90)
#5F896E
(95,137,110)
#759982
(117,153,130)
#8BA996
(139,169,150)
#A1B9AA
(161,185,170)
#B7C9BE
(183,201,190)
#CDD9D2
(205,217,210)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07491E color. Also use rgb(7,73,30) instead hex code.

Text Font Color

.myTextColor { color: #07491E; }

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

This text font color is #07491E.


Background Color

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

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

This div background color is #07491E.


Border color

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

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

This div border color is #07491E.


Opacity

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

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

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

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

This text has shadow with #07491E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07491E on black background.


Color preview on white background

This text has color #07491E on white background.



Black color preview on #07491E background

This text has black color on #07491E background.


White color preview on #07491E background

This text has white color on #07491E background.