COLOR #4C9A53

HEX: #4C9A53
RGB: (76,154,83)

Renk bilgisi

#4C9A53 contains mainly green color. #4C9A53 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4C9A53 color RGB value is (76,154,83).

  • kırmız ton 76;
  • yeşil ton 154;
  • mavi ton 83.
RGB:
(76,154,83)
(30%,60%,33%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 154 of 255 = 60%
B 83 of 255 = 33%

76
154
83

R + G + B ~ 41%. #4C9A53 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 154 + 83 = 313 (100%)
R 76 of 313 ~ 24.28%
G 154 of 313 ~ 49.2%
B 83 of 313 ~ 26.52%

%24.28
%49.2
%26.52

CMYK RENK MODELİ

#4C9A53 rengi CMYK tonu (51,0,46,40).

  • camgöbeği tonu 50.65%
  • eflatun tonu 0.00%
  • sarı tonu 46.10%
  • ana renk tonu 39.61%
CMYK:
(51,0,46,40)
C51M0Y46K40 
(51%,0%,46%,40%)
(0.51/0.00/0.46/0.40)	

CMYK yüzdeleri

%50.65
%0
%46.1
%39.61

Codes

Color #4C9A53 in popluar color models

4C9A53
RGB7615483
HSL125°33.91%45.10%
HSB/HSV125°50.65%60.39%
CMYK50.65%0.00%46.10%
39.61%

Color #4C9A53 in popluar number systems.

HEX4C9A53
Decimal7615483
Binary1001100100110101010011
Octal114232123

Shades and tints

Shades of #4C9A53

#4C9A53
(76,154,83)
#468C4C
(70,140,76)
#407E45
(64,126,69)
#3A703E
(58,112,62)
#346237
(52,98,55)
#2E5430
(46,84,48)
#284629
(40,70,41)
#223822
(34,56,34)
#1C2A1B
(28,42,27)
#161C14
(22,28,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #4C9A53

#4C9A53
(76,154,83)
#5CA362
(92,163,98)
#6CAC71
(108,172,113)
#7CB580
(124,181,128)
#8CBE8F
(140,190,143)
#9CC79E
(156,199,158)
#ACD0AD
(172,208,173)
#BCD9BC
(188,217,188)
#CCE2CB
(204,226,203)
#DCEBDA
(220,235,218)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9A53 color. Also use rgb(76,154,83) instead hex code.

Text Font Color

.myTextColor { color: #4C9A53; }

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

This text font color is #4C9A53.


Background Color

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

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

This div background color is #4C9A53.


Border color

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

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

This div border color is #4C9A53.


Opacity

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

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

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

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

This text has shadow with #4C9A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9A53 on black background.


Color preview on white background

This text has color #4C9A53 on white background.



Black color preview on #4C9A53 background

This text has black color on #4C9A53 background.


White color preview on #4C9A53 background

This text has white color on #4C9A53 background.