COLOR #4C854A

HEX: #4C854A
RGB: (76,133,74)

Renk bilgisi

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

RGB renk modeli

#4C854A color RGB value is (76,133,74).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 133 of 255 = 52%
B 74 of 255 = 29%

76
133
74

R + G + B ~ 37%. #4C854A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 133 + 74 = 283 (100%)
R 76 of 283 ~ 26.86%
G 133 of 283 ~ 47%
B 74 of 283 ~ 26.15%

%26.86
%47
%26.15

CMYK RENK MODELİ

#4C854A rengi CMYK tonu (43,0,44,48).

  • camgöbeği tonu 42.86%
  • eflatun tonu 0.00%
  • sarı tonu 44.36%
  • ana renk tonu 47.84%
CMYK:
(43,0,44,48)
C43M0Y44K48 
(43%,0%,44%,48%)
(0.43/0.00/0.44/0.48)	

CMYK yüzdeleri

%42.86
%0
%44.36
%47.84

Codes

Color #4C854A in popluar color models

4C854A
RGB7613374
HSL118°28.50%40.59%
HSB/HSV118°44.36%52.16%
CMYK42.86%0.00%44.36%
47.84%

Color #4C854A in popluar number systems.

HEX4C854A
Decimal7613374
Binary1001100100001011001010
Octal114205112

Shades and tints

Shades of #4C854A

#4C854A
(76,133,74)
#467944
(70,121,68)
#406D3E
(64,109,62)
#3A6138
(58,97,56)
#345532
(52,85,50)
#2E492C
(46,73,44)
#283D26
(40,61,38)
#223120
(34,49,32)
#1C251A
(28,37,26)
#161914
(22,25,20)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #4C854A

#4C854A
(76,133,74)
#5C905A
(92,144,90)
#6C9B6A
(108,155,106)
#7CA67A
(124,166,122)
#8CB18A
(140,177,138)
#9CBC9A
(156,188,154)
#ACC7AA
(172,199,170)
#BCD2BA
(188,210,186)
#CCDDCA
(204,221,202)
#DCE8DA
(220,232,218)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C854A; }

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

This text font color is #4C854A.


Background Color

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

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

This div background color is #4C854A.


Border color

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

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

This div border color is #4C854A.


Opacity

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

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

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

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

This text has shadow with #4C854A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C854A on black background.


Color preview on white background

This text has color #4C854A on white background.



Black color preview on #4C854A background

This text has black color on #4C854A background.


White color preview on #4C854A background

This text has white color on #4C854A background.