COLOR #4CB472

HEX: #4CB472
RGB: (76,180,114)

Renk bilgisi

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

RGB renk modeli

#4CB472 color RGB value is (76,180,114).

  • kırmız ton 76;
  • yeşil ton 180;
  • mavi ton 114.
RGB:
(76,180,114)
(30%,71%,45%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 180 of 255 = 71%
B 114 of 255 = 45%

76
180
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 180 + 114 = 370 (100%)
R 76 of 370 ~ 20.54%
G 180 of 370 ~ 48.65%
B 114 of 370 ~ 30.81%

%20.54
%48.65
%30.81

CMYK RENK MODELİ

#4CB472 rengi CMYK tonu (58,0,37,29).

  • camgöbeği tonu 57.78%
  • eflatun tonu 0.00%
  • sarı tonu 36.67%
  • ana renk tonu 29.41%
CMYK:
(58,0,37,29)
C58M0Y37K29 
(58%,0%,37%,29%)
(0.58/0.00/0.37/0.29)	

CMYK yüzdeleri

%57.78
%0
%36.67
%29.41

Codes

Color #4CB472 in popluar color models

4CB472
RGB76180114
HSL142°40.94%50.20%
HSB/HSV142°57.78%70.59%
CMYK57.78%0.00%36.67%
29.41%

Color #4CB472 in popluar number systems.

HEX4CB472
Decimal76180114
Binary1001100101101001110010
Octal114264162

Shades and tints

Shades of #4CB472

#4CB472
(76,180,114)
#46A468
(70,164,104)
#40945E
(64,148,94)
#3A8454
(58,132,84)
#34744A
(52,116,74)
#2E6440
(46,100,64)
#285436
(40,84,54)
#22442C
(34,68,44)
#1C3422
(28,52,34)
#162418
(22,36,24)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #4CB472

#4CB472
(76,180,114)
#5CBA7E
(92,186,126)
#6CC08A
(108,192,138)
#7CC696
(124,198,150)
#8CCCA2
(140,204,162)
#9CD2AE
(156,210,174)
#ACD8BA
(172,216,186)
#BCDEC6
(188,222,198)
#CCE4D2
(204,228,210)
#DCEADE
(220,234,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB472 color. Also use rgb(76,180,114) instead hex code.

Text Font Color

.myTextColor { color: #4CB472; }

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

This text font color is #4CB472.


Background Color

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

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

This div background color is #4CB472.


Border color

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

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

This div border color is #4CB472.


Opacity

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

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

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

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

This text has shadow with #4CB472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB472 on black background.


Color preview on white background

This text has color #4CB472 on white background.



Black color preview on #4CB472 background

This text has black color on #4CB472 background.


White color preview on #4CB472 background

This text has white color on #4CB472 background.