COLOR #4CB66B

HEX: #4CB66B
RGB: (76,182,107)

Renk bilgisi

#4CB66B contains mainly green color. #4CB66B ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#4CB66B color RGB value is (76,182,107).

  • kırmız ton 76;
  • yeşil ton 182;
  • mavi ton 107.
RGB:
(76,182,107)
(30%,71%,42%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 182 of 255 = 71%
B 107 of 255 = 42%

76
182
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 182 + 107 = 365 (100%)
R 76 of 365 ~ 20.82%
G 182 of 365 ~ 49.86%
B 107 of 365 ~ 29.32%

%20.82
%49.86
%29.32

CMYK RENK MODELİ

#4CB66B rengi CMYK tonu (58,0,41,29).

  • camgöbeği tonu 58.24%
  • eflatun tonu 0.00%
  • sarı tonu 41.21%
  • ana renk tonu 28.63%
CMYK:
(58,0,41,29)
C58M0Y41K29 
(58%,0%,41%,29%)
(0.58/0.00/0.41/0.29)	

CMYK yüzdeleri

%58.24
%0
%41.21
%28.63

Codes

Color #4CB66B in popluar color models

4CB66B
RGB76182107
HSL138°42.06%50.59%
HSB/HSV138°58.24%71.37%
CMYK58.24%0.00%41.21%
28.63%

Color #4CB66B in popluar number systems.

HEX4CB66B
Decimal76182107
Binary1001100101101101101011
Octal114266153

Shades and tints

Shades of #4CB66B

#4CB66B
(76,182,107)
#46A662
(70,166,98)
#409659
(64,150,89)
#3A8650
(58,134,80)
#347647
(52,118,71)
#2E663E
(46,102,62)
#285635
(40,86,53)
#22462C
(34,70,44)
#1C3623
(28,54,35)
#16261A
(22,38,26)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #4CB66B

#4CB66B
(76,182,107)
#5CBC78
(92,188,120)
#6CC285
(108,194,133)
#7CC892
(124,200,146)
#8CCE9F
(140,206,159)
#9CD4AC
(156,212,172)
#ACDAB9
(172,218,185)
#BCE0C6
(188,224,198)
#CCE6D3
(204,230,211)
#DCECE0
(220,236,224)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB66B color. Also use rgb(76,182,107) instead hex code.

Text Font Color

.myTextColor { color: #4CB66B; }

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

This text font color is #4CB66B.


Background Color

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

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

This div background color is #4CB66B.


Border color

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

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

This div border color is #4CB66B.


Opacity

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

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

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

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

This text has shadow with #4CB66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB66B on black background.


Color preview on white background

This text has color #4CB66B on white background.



Black color preview on #4CB66B background

This text has black color on #4CB66B background.


White color preview on #4CB66B background

This text has white color on #4CB66B background.