COLOR #074729

HEX: #074729
RGB: (7,71,41)

Color info

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

RGB color model

#074729 color RGB value is (7,71,41).

  • red value is 7;
  • green value is 71;
  • blue value is 41.
RGB:
(7,71,41)
(3%,28%,16%)

RGB channels and saturation

R 7 of 255 = 3%
G 71 of 255 = 28%
B 41 of 255 = 16%

7
71
41

R + G + B ~ 16%. #074729 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 71 + 41 = 119 (100%)
R 7 of 119 ~ 5.88%
G 71 of 119 ~ 59.66%
B 41 of 119 ~ 34.45%

%59.66
%34.45

CMYK color model

#074729 color CMYK value is (90,0,42,72).

  • cyan value is 90.14%
  • magenta value is 0.00%
  • yellow value is 42.25%
  • key color value is 72.16%
CMYK:
(90,0,42,72)
C90M0Y42K72 
(90%,0%,42%,72%)
(0.90/0.00/0.42/0.72)	

CMYK percentages

%90.14
%0
%42.25
%72.16

Codes

Color #074729 in popluar color models

074729
RGB77141
HSL152°82.05%15.29%
HSB/HSV152°90.14%27.84%
CMYK90.14%0.00%42.25%
72.16%

Color #074729 in popluar number systems.

HEX074729
Decimal77141
Binary1111000111101001
Octal710751

Shades and tints

Shades of #074729

#074729
(7,71,41)
#074126
(7,65,38)
#073B23
(7,59,35)
#073520
(7,53,32)
#072F1D
(7,47,29)
#07291A
(7,41,26)
#072317
(7,35,23)
#071D14
(7,29,20)
#071711
(7,23,17)
#07110E
(7,17,14)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #074729

#074729
(7,71,41)
#1D573C
(29,87,60)
#33674F
(51,103,79)
#497762
(73,119,98)
#5F8775
(95,135,117)
#759788
(117,151,136)
#8BA79B
(139,167,155)
#A1B7AE
(161,183,174)
#B7C7C1
(183,199,193)
#CDD7D4
(205,215,212)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074729 color. Also use rgb(7,71,41) instead hex code.

Text Font Color

.myTextColor { color: #074729; }

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

This text font color is #074729.


Background Color

.myBgColor { background-color: #074729; }

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

This div background color is #074729.


Border color

.myBorderColor { border: 1px solid #074729; }

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

This div border color is #074729.


Opacity

.myOpacity80 { color: #074729; opacity: 0.8; }

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

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

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

This text has shadow with #074729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074729 on black background.


Color preview on white background

This text has color #074729 on white background.



Black color preview on #074729 background

This text has black color on #074729 background.


White color preview on #074729 background

This text has white color on #074729 background.