COLOR #4C7A25

HEX: #4C7A25
RGB: (76,122,37)

Renk bilgisi

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

RGB renk modeli

#4C7A25 color RGB value is (76,122,37).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 122 of 255 = 48%
B 37 of 255 = 15%

76
122
37

R + G + B ~ 31%. #4C7A25 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 122 + 37 = 235 (100%)
R 76 of 235 ~ 32.34%
G 122 of 235 ~ 51.91%
B 37 of 235 ~ 15.74%

%32.34
%51.91
%15.74

CMYK RENK MODELİ

#4C7A25 rengi CMYK tonu (38,0,70,52).

  • camgöbeği tonu 37.70%
  • eflatun tonu 0.00%
  • sarı tonu 69.67%
  • ana renk tonu 52.16%
CMYK:
(38,0,70,52)
C38M0Y70K52 
(38%,0%,70%,52%)
(0.38/0.00/0.70/0.52)	

CMYK yüzdeleri

%37.7
%0
%69.67
%52.16

Codes

Color #4C7A25 in popluar color models

4C7A25
RGB7612237
HSL92°53.46%31.18%
HSB/HSV92°69.67%47.84%
CMYK37.70%0.00%69.67%
52.16%

Color #4C7A25 in popluar number systems.

HEX4C7A25
Decimal7612237
Binary10011001111010100101
Octal11417245

Shades and tints

Shades of #4C7A25

#4C7A25
(76,122,37)
#466F22
(70,111,34)
#40641F
(64,100,31)
#3A591C
(58,89,28)
#344E19
(52,78,25)
#2E4316
(46,67,22)
#283813
(40,56,19)
#222D10
(34,45,16)
#1C220D
(28,34,13)
#16170A
(22,23,10)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #4C7A25

#4C7A25
(76,122,37)
#5C8638
(92,134,56)
#6C924B
(108,146,75)
#7C9E5E
(124,158,94)
#8CAA71
(140,170,113)
#9CB684
(156,182,132)
#ACC297
(172,194,151)
#BCCEAA
(188,206,170)
#CCDABD
(204,218,189)
#DCE6D0
(220,230,208)
#ECF2E3
(236,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A25; }

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

This text font color is #4C7A25.


Background Color

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

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

This div background color is #4C7A25.


Border color

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

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

This div border color is #4C7A25.


Opacity

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

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

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

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

This text has shadow with #4C7A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7A25 on black background.


Color preview on white background

This text has color #4C7A25 on white background.



Black color preview on #4C7A25 background

This text has black color on #4C7A25 background.


White color preview on #4C7A25 background

This text has white color on #4C7A25 background.