COLOR #4CAD68

HEX: #4CAD68
RGB: (76,173,104)

Renk bilgisi

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

RGB renk modeli

#4CAD68 color RGB value is (76,173,104).

  • kırmız ton 76;
  • yeşil ton 173;
  • mavi ton 104.
RGB:
(76,173,104)
(30%,68%,41%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 173 of 255 = 68%
B 104 of 255 = 41%

76
173
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 173 + 104 = 353 (100%)
R 76 of 353 ~ 21.53%
G 173 of 353 ~ 49.01%
B 104 of 353 ~ 29.46%

%21.53
%49.01
%29.46

CMYK RENK MODELİ

#4CAD68 rengi CMYK tonu (56,0,40,32).

  • camgöbeği tonu 56.07%
  • eflatun tonu 0.00%
  • sarı tonu 39.88%
  • ana renk tonu 32.16%
CMYK:
(56,0,40,32)
C56M0Y40K32 
(56%,0%,40%,32%)
(0.56/0.00/0.40/0.32)	

CMYK yüzdeleri

%56.07
%0
%39.88
%32.16

Codes

Color #4CAD68 in popluar color models

4CAD68
RGB76173104
HSL137°38.96%48.82%
HSB/HSV137°56.07%67.84%
CMYK56.07%0.00%39.88%
32.16%

Color #4CAD68 in popluar number systems.

HEX4CAD68
Decimal76173104
Binary1001100101011011101000
Octal114255150

Shades and tints

Shades of #4CAD68

#4CAD68
(76,173,104)
#469E5F
(70,158,95)
#408F56
(64,143,86)
#3A804D
(58,128,77)
#347144
(52,113,68)
#2E623B
(46,98,59)
#285332
(40,83,50)
#224429
(34,68,41)
#1C3520
(28,53,32)
#162617
(22,38,23)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #4CAD68

#4CAD68
(76,173,104)
#5CB475
(92,180,117)
#6CBB82
(108,187,130)
#7CC28F
(124,194,143)
#8CC99C
(140,201,156)
#9CD0A9
(156,208,169)
#ACD7B6
(172,215,182)
#BCDEC3
(188,222,195)
#CCE5D0
(204,229,208)
#DCECDD
(220,236,221)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CAD68 color. Also use rgb(76,173,104) instead hex code.

Text Font Color

.myTextColor { color: #4CAD68; }

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

This text font color is #4CAD68.


Background Color

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

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

This div background color is #4CAD68.


Border color

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

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

This div border color is #4CAD68.


Opacity

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

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

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

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

This text has shadow with #4CAD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CAD68 on black background.


Color preview on white background

This text has color #4CAD68 on white background.



Black color preview on #4CAD68 background

This text has black color on #4CAD68 background.


White color preview on #4CAD68 background

This text has white color on #4CAD68 background.