COLOR #4CA472

HEX: #4CA472
RGB: (76,164,114)

Renk bilgisi

#4CA472 contains mainly green and blue colors. #4CA472 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4CA472 color RGB value is (76,164,114).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 164 of 255 = 64%
B 114 of 255 = 45%

76
164
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 164 + 114 = 354 (100%)
R 76 of 354 ~ 21.47%
G 164 of 354 ~ 46.33%
B 114 of 354 ~ 32.2%

%21.47
%46.33
%32.2

CMYK RENK MODELİ

#4CA472 rengi CMYK tonu (54,0,30,36).

  • camgöbeği tonu 53.66%
  • eflatun tonu 0.00%
  • sarı tonu 30.49%
  • ana renk tonu 35.69%
CMYK:
(54,0,30,36)
C54M0Y30K36 
(54%,0%,30%,36%)
(0.54/0.00/0.30/0.36)	

CMYK yüzdeleri

%53.66
%0
%30.49
%35.69

Codes

Color #4CA472 in popluar color models

4CA472
RGB76164114
HSL146°36.67%47.06%
HSB/HSV146°53.66%64.31%
CMYK53.66%0.00%30.49%
35.69%

Color #4CA472 in popluar number systems.

HEX4CA472
Decimal76164114
Binary1001100101001001110010
Octal114244162

Shades and tints

Shades of #4CA472

#4CA472
(76,164,114)
#469668
(70,150,104)
#40885E
(64,136,94)
#3A7A54
(58,122,84)
#346C4A
(52,108,74)
#2E5E40
(46,94,64)
#285036
(40,80,54)
#22422C
(34,66,44)
#1C3422
(28,52,34)
#162618
(22,38,24)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #4CA472

#4CA472
(76,164,114)
#5CAC7E
(92,172,126)
#6CB48A
(108,180,138)
#7CBC96
(124,188,150)
#8CC4A2
(140,196,162)
#9CCCAE
(156,204,174)
#ACD4BA
(172,212,186)
#BCDCC6
(188,220,198)
#CCE4D2
(204,228,210)
#DCECDE
(220,236,222)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA472; }

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

This text font color is #4CA472.


Background Color

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

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

This div background color is #4CA472.


Border color

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

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

This div border color is #4CA472.


Opacity

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

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

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

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

This text has shadow with #4CA472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA472 on black background.


Color preview on white background

This text has color #4CA472 on white background.



Black color preview on #4CA472 background

This text has black color on #4CA472 background.


White color preview on #4CA472 background

This text has white color on #4CA472 background.