COLOR #4A7C20

HEX: #4A7C20
RGB: (74,124,32)

Renk bilgisi

#4A7C20 contains mainly red and green colors. #4A7C20 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 124 of 255 = 49%
B 32 of 255 = 13%

74
124
32

R + G + B ~ 30%. #4A7C20 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 124 + 32 = 230 (100%)
R 74 of 230 ~ 32.17%
G 124 of 230 ~ 53.91%
B 32 of 230 ~ 13.91%

%32.17
%53.91
%13.91

CMYK RENK MODELİ

#4A7C20 rengi CMYK tonu (40,0,74,51).

  • camgöbeği tonu 40.32%
  • eflatun tonu 0.00%
  • sarı tonu 74.19%
  • ana renk tonu 51.37%
CMYK:
(40,0,74,51)
C40M0Y74K51 
(40%,0%,74%,51%)
(0.40/0.00/0.74/0.51)	

CMYK yüzdeleri

%40.32
%0
%74.19
%51.37

Codes

Color #4A7C20 in popluar color models

4A7C20
RGB7412432
HSL93°58.97%30.59%
HSB/HSV93°74.19%48.63%
CMYK40.32%0.00%74.19%
51.37%

Color #4A7C20 in popluar number systems.

HEX4A7C20
Decimal7412432
Binary10010101111100100000
Octal11217440

Shades and tints

Shades of #4A7C20

#4A7C20
(74,124,32)
#44711E
(68,113,30)
#3E661C
(62,102,28)
#385B1A
(56,91,26)
#325018
(50,80,24)
#2C4516
(44,69,22)
#263A14
(38,58,20)
#202F12
(32,47,18)
#1A2410
(26,36,16)
#14190E
(20,25,14)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #4A7C20

#4A7C20
(74,124,32)
#5A8734
(90,135,52)
#6A9248
(106,146,72)
#7A9D5C
(122,157,92)
#8AA870
(138,168,112)
#9AB384
(154,179,132)
#AABE98
(170,190,152)
#BAC9AC
(186,201,172)
#CAD4C0
(202,212,192)
#DADFD4
(218,223,212)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7C20; }

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

This text font color is #4A7C20.


Background Color

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

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

This div background color is #4A7C20.


Border color

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

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

This div border color is #4A7C20.


Opacity

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

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

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

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

This text has shadow with #4A7C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7C20 on black background.


Color preview on white background

This text has color #4A7C20 on white background.



Black color preview on #4A7C20 background

This text has black color on #4A7C20 background.


White color preview on #4A7C20 background

This text has white color on #4A7C20 background.