COLOR #4C7A4A

HEX: #4C7A4A
RGB: (76,122,74)

Renk bilgisi

#4C7A4A contains red, green and blue colors in about the same proportion. #4C7A4A ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4C7A4A color RGB value is (76,122,74).

  • kırmız ton 76;
  • yeşil ton 122;
  • mavi ton 74.
RGB:
(76,122,74)
(30%,48%,29%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 122 of 255 = 48%
B 74 of 255 = 29%

76
122
74

R + G + B ~ 36%. #4C7A4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 122 + 74 = 272 (100%)
R 76 of 272 ~ 27.94%
G 122 of 272 ~ 44.85%
B 74 of 272 ~ 27.21%

%27.94
%44.85
%27.21

CMYK RENK MODELİ

#4C7A4A rengi CMYK tonu (38,0,39,52).

  • camgöbeği tonu 37.70%
  • eflatun tonu 0.00%
  • sarı tonu 39.34%
  • ana renk tonu 52.16%
CMYK:
(38,0,39,52)
C38M0Y39K52 
(38%,0%,39%,52%)
(0.38/0.00/0.39/0.52)	

CMYK yüzdeleri

%37.7
%0
%39.34
%52.16

Codes

Color #4C7A4A in popluar color models

4C7A4A
RGB7612274
HSL118°24.49%38.43%
HSB/HSV118°39.34%47.84%
CMYK37.70%0.00%39.34%
52.16%

Color #4C7A4A in popluar number systems.

HEX4C7A4A
Decimal7612274
Binary100110011110101001010
Octal114172112

Shades and tints

Shades of #4C7A4A

#4C7A4A
(76,122,74)
#466F44
(70,111,68)
#40643E
(64,100,62)
#3A5938
(58,89,56)
#344E32
(52,78,50)
#2E432C
(46,67,44)
#283826
(40,56,38)
#222D20
(34,45,32)
#1C221A
(28,34,26)
#161714
(22,23,20)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #4C7A4A

#4C7A4A
(76,122,74)
#5C865A
(92,134,90)
#6C926A
(108,146,106)
#7C9E7A
(124,158,122)
#8CAA8A
(140,170,138)
#9CB69A
(156,182,154)
#ACC2AA
(172,194,170)
#BCCEBA
(188,206,186)
#CCDACA
(204,218,202)
#DCE6DA
(220,230,218)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A4A; }

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

This text font color is #4C7A4A.


Background Color

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

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

This div background color is #4C7A4A.


Border color

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

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

This div border color is #4C7A4A.


Opacity

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

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

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

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

This text has shadow with #4C7A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7A4A on black background.


Color preview on white background

This text has color #4C7A4A on white background.



Black color preview on #4C7A4A background

This text has black color on #4C7A4A background.


White color preview on #4C7A4A background

This text has white color on #4C7A4A background.