COLOR #4A7C04

HEX: #4A7C04
RGB: (74,124,4)

Renk bilgisi

#4A7C04 contains mainly red and green colors. #4A7C04 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#4A7C04 color RGB value is (74,124,4).

  • kırmız ton 74;
  • yeşil ton 124;
  • mavi ton 4.
RGB:
(74,124,4)
(29%,49%,2%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 124 of 255 = 49%
B 4 of 255 = 2%

74
124
4

R + G + B ~ 27%. #4A7C04 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 124 + 4 = 202 (100%)
R 74 of 202 ~ 36.63%
G 124 of 202 ~ 61.39%
B 4 of 202 ~ 1.98%

%36.63
%61.39

CMYK RENK MODELİ

#4A7C04 rengi CMYK tonu (40,0,97,51).

  • camgöbeği tonu 40.32%
  • eflatun tonu 0.00%
  • sarı tonu 96.77%
  • ana renk tonu 51.37%
CMYK:
(40,0,97,51)
C40M0Y97K51 
(40%,0%,97%,51%)
(0.40/0.00/0.97/0.51)	

CMYK yüzdeleri

%40.32
%0
%96.77
%51.37

Codes

Color #4A7C04 in popluar color models

4A7C04
RGB741244
HSL85°93.75%25.10%
HSB/HSV85°96.77%48.63%
CMYK40.32%0.00%96.77%
51.37%

Color #4A7C04 in popluar number systems.

HEX4A7C04
Decimal741244
Binary10010101111100100
Octal1121744

Shades and tints

Shades of #4A7C04

#4A7C04
(74,124,4)
#447104
(68,113,4)
#3E6604
(62,102,4)
#385B04
(56,91,4)
#325004
(50,80,4)
#2C4504
(44,69,4)
#263A04
(38,58,4)
#202F04
(32,47,4)
#1A2404
(26,36,4)
#141904
(20,25,4)
#0E0E04
(14,14,4)
#000000
(0,0,0)

Tints of #4A7C04

#4A7C04
(74,124,4)
#5A871A
(90,135,26)
#6A9230
(106,146,48)
#7A9D46
(122,157,70)
#8AA85C
(138,168,92)
#9AB372
(154,179,114)
#AABE88
(170,190,136)
#BAC99E
(186,201,158)
#CAD4B4
(202,212,180)
#DADFCA
(218,223,202)
#EAEAE0
(234,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7C04 color. Also use rgb(74,124,4) instead hex code.

Text Font Color

.myTextColor { color: #4A7C04; }

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

This text font color is #4A7C04.


Background Color

.myBgColor { background-color: #4A7C04; }

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

This div background color is #4A7C04.


Border color

.myBorderColor { border: 1px solid #4A7C04; }

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

This div border color is #4A7C04.


Opacity

.myOpacity80 { color: #4A7C04; opacity: 0.8; }

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

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

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

This text has shadow with #4A7C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7C04 on black background.


Color preview on white background

This text has color #4A7C04 on white background.



Black color preview on #4A7C04 background

This text has black color on #4A7C04 background.


White color preview on #4A7C04 background

This text has white color on #4A7C04 background.