COLOR #07440A

HEX: #07440A
RGB: (7,68,10)

Color info

#07440A contains mainly green and blue colors. Web safe color of #07440A is #003300 (or #030).

RGB color model

#07440A color RGB value is (7,68,10).

  • red value is 7;
  • green value is 68;
  • blue value is 10.
RGB:
(7,68,10)
(3%,27%,4%)

RGB channels and saturation

R 7 of 255 = 3%
G 68 of 255 = 27%
B 10 of 255 = 4%

7
68
10

R + G + B ~ 11%. #07440A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 68 + 10 = 85 (100%)
R 7 of 85 ~ 8.24%
G 68 of 85 ~ 80%
B 10 of 85 ~ 11.76%

%80
%11.76

CMYK color model

#07440A color CMYK value is (90,0,85,73).

  • cyan value is 89.71%
  • magenta value is 0.00%
  • yellow value is 85.29%
  • key color value is 73.33%
CMYK:
(90,0,85,73)
C90M0Y85K73 
(90%,0%,85%,73%)
(0.90/0.00/0.85/0.73)	

CMYK percentages

%89.71
%0
%85.29
%73.33

Codes

Color #07440A in popluar color models

07440A
RGB76810
HSL123°81.33%14.71%
HSB/HSV123°89.71%26.67%
CMYK89.71%0.00%85.29%
73.33%

Color #07440A in popluar number systems.

HEX07440A
Decimal76810
Binary11110001001010
Octal710412

Shades and tints

Shades of #07440A

#07440A
(7,68,10)
#073E0A
(7,62,10)
#07380A
(7,56,10)
#07320A
(7,50,10)
#072C0A
(7,44,10)
#07260A
(7,38,10)
#07200A
(7,32,10)
#071A0A
(7,26,10)
#07140A
(7,20,10)
#070E0A
(7,14,10)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #07440A

#07440A
(7,68,10)
#1D5520
(29,85,32)
#336636
(51,102,54)
#49774C
(73,119,76)
#5F8862
(95,136,98)
#759978
(117,153,120)
#8BAA8E
(139,170,142)
#A1BBA4
(161,187,164)
#B7CCBA
(183,204,186)
#CDDDD0
(205,221,208)
#E3EEE6
(227,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07440A color. Also use rgb(7,68,10) instead hex code.

Text Font Color

.myTextColor { color: #07440A; }

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

This text font color is #07440A.


Background Color

.myBgColor { background-color: #07440A; }

<div style="background-color:#07440A">Inner text</div>

This div background color is #07440A.


Border color

.myBorderColor { border: 1px solid #07440A; }

<div style="border:3px solid #07440A">Div</div>

This div border color is #07440A.


Opacity

.myOpacity80 { color: #07440A; opacity: 0.8; }

<p style="color:#07440A;opacity:0.8;">80%</p>

Text with #07440A 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 #07440A;}

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

This text has shadow with #07440A color.

.textShadow {text-shadow: 3px 3px 1px #07440A, 3px 3px 1px red;}

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

This text has shadow with #07440A primary color and red secondary color.


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

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

This text has shadow with #07440A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07440A on black background.


Color preview on white background

This text has color #07440A on white background.



Black color preview on #07440A background

This text has black color on #07440A background.


White color preview on #07440A background

This text has white color on #07440A background.