COLOR #4C997E

HEX: #4C997E
RGB: (76,153,126)

Renk bilgisi

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

RGB renk modeli

#4C997E color RGB value is (76,153,126).

  • kırmız ton 76;
  • yeşil ton 153;
  • mavi ton 126.
RGB:
(76,153,126)
(30%,60%,49%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 153 of 255 = 60%
B 126 of 255 = 49%

76
153
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 153 + 126 = 355 (100%)
R 76 of 355 ~ 21.41%
G 153 of 355 ~ 43.1%
B 126 of 355 ~ 35.49%

%21.41
%43.1
%35.49

CMYK RENK MODELİ

#4C997E rengi CMYK tonu (50,0,18,40).

  • camgöbeği tonu 50.33%
  • eflatun tonu 0.00%
  • sarı tonu 17.65%
  • ana renk tonu 40.00%
CMYK:
(50,0,18,40)
C50M0Y18K40 
(50%,0%,18%,40%)
(0.50/0.00/0.18/0.40)	

CMYK yüzdeleri

%50.33
%0
%17.65
%40

Codes

Color #4C997E in popluar color models

4C997E
RGB76153126
HSL159°33.62%44.90%
HSB/HSV159°50.33%60.00%
CMYK50.33%0.00%17.65%
40.00%

Color #4C997E in popluar number systems.

HEX4C997E
Decimal76153126
Binary1001100100110011111110
Octal114231176

Shades and tints

Shades of #4C997E

#4C997E
(76,153,126)
#468C73
(70,140,115)
#407F68
(64,127,104)
#3A725D
(58,114,93)
#346552
(52,101,82)
#2E5847
(46,88,71)
#284B3C
(40,75,60)
#223E31
(34,62,49)
#1C3126
(28,49,38)
#16241B
(22,36,27)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #4C997E

#4C997E
(76,153,126)
#5CA289
(92,162,137)
#6CAB94
(108,171,148)
#7CB49F
(124,180,159)
#8CBDAA
(140,189,170)
#9CC6B5
(156,198,181)
#ACCFC0
(172,207,192)
#BCD8CB
(188,216,203)
#CCE1D6
(204,225,214)
#DCEAE1
(220,234,225)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C997E color. Also use rgb(76,153,126) instead hex code.

Text Font Color

.myTextColor { color: #4C997E; }

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

This text font color is #4C997E.


Background Color

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

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

This div background color is #4C997E.


Border color

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

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

This div border color is #4C997E.


Opacity

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

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

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

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

This text has shadow with #4C997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C997E on black background.


Color preview on white background

This text has color #4C997E on white background.



Black color preview on #4C997E background

This text has black color on #4C997E background.


White color preview on #4C997E background

This text has white color on #4C997E background.