COLOR #074709

HEX: #074709
RGB: (7,71,9)

Renk bilgisi

#074709 contains mainly green color. #074709 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#074709 color RGB value is (7,71,9).

  • kırmız ton 7;
  • yeşil ton 71;
  • mavi ton 9.
RGB:
(7,71,9)
(3%,28%,4%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 71 of 255 = 28%
B 9 of 255 = 4%

7
71
9

R + G + B ~ 12%. #074709 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 71 + 9 = 87 (100%)
R 7 of 87 ~ 8.05%
G 71 of 87 ~ 81.61%
B 9 of 87 ~ 10.34%

%81.61
%10.34

CMYK RENK MODELİ

#074709 rengi CMYK tonu (90,0,87,72).

  • camgöbeği tonu 90.14%
  • eflatun tonu 0.00%
  • sarı tonu 87.32%
  • ana renk tonu 72.16%
CMYK:
(90,0,87,72)
C90M0Y87K72 
(90%,0%,87%,72%)
(0.90/0.00/0.87/0.72)	

CMYK yüzdeleri

%90.14
%0
%87.32
%72.16

Codes

Color #074709 in popluar color models

074709
RGB7719
HSL122°82.05%15.29%
HSB/HSV122°90.14%27.84%
CMYK90.14%0.00%87.32%
72.16%

Color #074709 in popluar number systems.

HEX074709
Decimal7719
Binary11110001111001
Octal710711

Shades and tints

Shades of #074709

#074709
(7,71,9)
#074109
(7,65,9)
#073B09
(7,59,9)
#073509
(7,53,9)
#072F09
(7,47,9)
#072909
(7,41,9)
#072309
(7,35,9)
#071D09
(7,29,9)
#071709
(7,23,9)
#071109
(7,17,9)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #074709

#074709
(7,71,9)
#1D571F
(29,87,31)
#336735
(51,103,53)
#49774B
(73,119,75)
#5F8761
(95,135,97)
#759777
(117,151,119)
#8BA78D
(139,167,141)
#A1B7A3
(161,183,163)
#B7C7B9
(183,199,185)
#CDD7CF
(205,215,207)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074709; }

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

This text font color is #074709.


Background Color

.myBgColor { background-color: #074709; }

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

This div background color is #074709.


Border color

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

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

This div border color is #074709.


Opacity

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

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

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

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

This text has shadow with #074709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074709 on black background.


Color preview on white background

This text has color #074709 on white background.



Black color preview on #074709 background

This text has black color on #074709 background.


White color preview on #074709 background

This text has white color on #074709 background.