COLOR #074604

HEX: #074604
RGB: (7,70,4)

Renk bilgisi

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

RGB renk modeli

#074604 color RGB value is (7,70,4).

  • kırmız ton 7;
  • yeşil ton 70;
  • mavi ton 4.
RGB:
(7,70,4)
(3%,27%,2%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 70 of 255 = 27%
B 4 of 255 = 2%

7
70
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 70 + 4 = 81 (100%)
R 7 of 81 ~ 8.64%
G 70 of 81 ~ 86.42%
B 4 of 81 ~ 4.94%

%86.42

CMYK RENK MODELİ

#074604 rengi CMYK tonu (90,0,94,73).

  • camgöbeği tonu 90.00%
  • eflatun tonu 0.00%
  • sarı tonu 94.29%
  • ana renk tonu 72.55%
CMYK:
(90,0,94,73)
C90M0Y94K73 
(90%,0%,94%,73%)
(0.90/0.00/0.94/0.73)	

CMYK yüzdeleri

%90
%0
%94.29
%72.55

Codes

Color #074604 in popluar color models

074604
RGB7704
HSL117°89.19%14.51%
HSB/HSV117°94.29%27.45%
CMYK90.00%0.00%94.29%
72.55%

Color #074604 in popluar number systems.

HEX074604
Decimal7704
Binary1111000110100
Octal71064

Shades and tints

Shades of #074604

#074604
(7,70,4)
#074004
(7,64,4)
#073A04
(7,58,4)
#073404
(7,52,4)
#072E04
(7,46,4)
#072804
(7,40,4)
#072204
(7,34,4)
#071C04
(7,28,4)
#071604
(7,22,4)
#071004
(7,16,4)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #074604

#074604
(7,70,4)
#1D561A
(29,86,26)
#336630
(51,102,48)
#497646
(73,118,70)
#5F865C
(95,134,92)
#759672
(117,150,114)
#8BA688
(139,166,136)
#A1B69E
(161,182,158)
#B7C6B4
(183,198,180)
#CDD6CA
(205,214,202)
#E3E6E0
(227,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074604; }

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

This text font color is #074604.


Background Color

.myBgColor { background-color: #074604; }

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

This div background color is #074604.


Border color

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

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

This div border color is #074604.


Opacity

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

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

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

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

This text has shadow with #074604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074604 on black background.


Color preview on white background

This text has color #074604 on white background.



Black color preview on #074604 background

This text has black color on #074604 background.


White color preview on #074604 background

This text has white color on #074604 background.