COLOR #4CA176

HEX: #4CA176
RGB: (76,161,118)

Renk bilgisi

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

RGB renk modeli

#4CA176 color RGB value is (76,161,118).

  • kırmız ton 76;
  • yeşil ton 161;
  • mavi ton 118.
RGB:
(76,161,118)
(30%,63%,46%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 161 of 255 = 63%
B 118 of 255 = 46%

76
161
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 161 + 118 = 355 (100%)
R 76 of 355 ~ 21.41%
G 161 of 355 ~ 45.35%
B 118 of 355 ~ 33.24%

%21.41
%45.35
%33.24

CMYK RENK MODELİ

#4CA176 rengi CMYK tonu (53,0,27,37).

  • camgöbeği tonu 52.80%
  • eflatun tonu 0.00%
  • sarı tonu 26.71%
  • ana renk tonu 36.86%
CMYK:
(53,0,27,37)
C53M0Y27K37 
(53%,0%,27%,37%)
(0.53/0.00/0.27/0.37)	

CMYK yüzdeleri

%52.8
%0
%26.71
%36.86

Codes

Color #4CA176 in popluar color models

4CA176
RGB76161118
HSL150°35.86%46.47%
HSB/HSV150°52.80%63.14%
CMYK52.80%0.00%26.71%
36.86%

Color #4CA176 in popluar number systems.

HEX4CA176
Decimal76161118
Binary1001100101000011110110
Octal114241166

Shades and tints

Shades of #4CA176

#4CA176
(76,161,118)
#46936C
(70,147,108)
#408562
(64,133,98)
#3A7758
(58,119,88)
#34694E
(52,105,78)
#2E5B44
(46,91,68)
#284D3A
(40,77,58)
#223F30
(34,63,48)
#1C3126
(28,49,38)
#16231C
(22,35,28)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #4CA176

#4CA176
(76,161,118)
#5CA982
(92,169,130)
#6CB18E
(108,177,142)
#7CB99A
(124,185,154)
#8CC1A6
(140,193,166)
#9CC9B2
(156,201,178)
#ACD1BE
(172,209,190)
#BCD9CA
(188,217,202)
#CCE1D6
(204,225,214)
#DCE9E2
(220,233,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA176 color. Also use rgb(76,161,118) instead hex code.

Text Font Color

.myTextColor { color: #4CA176; }

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

This text font color is #4CA176.


Background Color

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

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

This div background color is #4CA176.


Border color

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

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

This div border color is #4CA176.


Opacity

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

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

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

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

This text has shadow with #4CA176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA176 on black background.


Color preview on white background

This text has color #4CA176 on white background.



Black color preview on #4CA176 background

This text has black color on #4CA176 background.


White color preview on #4CA176 background

This text has white color on #4CA176 background.