COLOR #074C04

HEX: #074C04
RGB: (7,76,4)

Renk bilgisi

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

RGB renk modeli

#074C04 color RGB value is (7,76,4).

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

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 76 of 255 = 30%
B 4 of 255 = 2%

7
76
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 76 + 4 = 87 (100%)
R 7 of 87 ~ 8.05%
G 76 of 87 ~ 87.36%
B 4 of 87 ~ 4.6%

%87.36

CMYK RENK MODELİ

#074C04 rengi CMYK tonu (91,0,95,70).

  • camgöbeği tonu 90.79%
  • eflatun tonu 0.00%
  • sarı tonu 94.74%
  • ana renk tonu 70.20%
CMYK:
(91,0,95,70)
C91M0Y95K70 
(91%,0%,95%,70%)
(0.91/0.00/0.95/0.70)	

CMYK yüzdeleri

%90.79
%0
%94.74
%70.2

Codes

Color #074C04 in popluar color models

074C04
RGB7764
HSL118°90.00%15.69%
HSB/HSV118°94.74%29.80%
CMYK90.79%0.00%94.74%
70.20%

Color #074C04 in popluar number systems.

HEX074C04
Decimal7764
Binary1111001100100
Octal71144

Shades and tints

Shades of #074C04

#074C04
(7,76,4)
#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)
#000000
(0,0,0)

Tints of #074C04

#074C04
(7,76,4)
#1D5C1A
(29,92,26)
#336C30
(51,108,48)
#497C46
(73,124,70)
#5F8C5C
(95,140,92)
#759C72
(117,156,114)
#8BAC88
(139,172,136)
#A1BC9E
(161,188,158)
#B7CCB4
(183,204,180)
#CDDCCA
(205,220,202)
#E3ECE0
(227,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074C04; }

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

This text font color is #074C04.


Background Color

.myBgColor { background-color: #074C04; }

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

This div background color is #074C04.


Border color

.myBorderColor { border: 1px solid #074C04; }

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

This div border color is #074C04.


Opacity

.myOpacity80 { color: #074C04; opacity: 0.8; }

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

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

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

This text has shadow with #074C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074C04 on black background.


Color preview on white background

This text has color #074C04 on white background.



Black color preview on #074C04 background

This text has black color on #074C04 background.


White color preview on #074C04 background

This text has white color on #074C04 background.