COLOR #4C9D7D

HEX: #4C9D7D
RGB: (76,157,125)

Renk bilgisi

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

RGB renk modeli

#4C9D7D color RGB value is (76,157,125).

  • kırmız ton 76;
  • yeşil ton 157;
  • mavi ton 125.
RGB:
(76,157,125)
(30%,62%,49%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 157 of 255 = 62%
B 125 of 255 = 49%

76
157
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 157 + 125 = 358 (100%)
R 76 of 358 ~ 21.23%
G 157 of 358 ~ 43.85%
B 125 of 358 ~ 34.92%

%21.23
%43.85
%34.92

CMYK RENK MODELİ

#4C9D7D rengi CMYK tonu (52,0,20,38).

  • camgöbeği tonu 51.59%
  • eflatun tonu 0.00%
  • sarı tonu 20.38%
  • ana renk tonu 38.43%
CMYK:
(52,0,20,38)
C52M0Y20K38 
(52%,0%,20%,38%)
(0.52/0.00/0.20/0.38)	

CMYK yüzdeleri

%51.59
%0
%20.38
%38.43

Codes

Color #4C9D7D in popluar color models

4C9D7D
RGB76157125
HSL156°34.76%45.69%
HSB/HSV156°51.59%61.57%
CMYK51.59%0.00%20.38%
38.43%

Color #4C9D7D in popluar number systems.

HEX4C9D7D
Decimal76157125
Binary1001100100111011111101
Octal114235175

Shades and tints

Shades of #4C9D7D

#4C9D7D
(76,157,125)
#468F72
(70,143,114)
#408167
(64,129,103)
#3A735C
(58,115,92)
#346551
(52,101,81)
#2E5746
(46,87,70)
#28493B
(40,73,59)
#223B30
(34,59,48)
#1C2D25
(28,45,37)
#161F1A
(22,31,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C9D7D

#4C9D7D
(76,157,125)
#5CA588
(92,165,136)
#6CAD93
(108,173,147)
#7CB59E
(124,181,158)
#8CBDA9
(140,189,169)
#9CC5B4
(156,197,180)
#ACCDBF
(172,205,191)
#BCD5CA
(188,213,202)
#CCDDD5
(204,221,213)
#DCE5E0
(220,229,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9D7D color. Also use rgb(76,157,125) instead hex code.

Text Font Color

.myTextColor { color: #4C9D7D; }

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

This text font color is #4C9D7D.


Background Color

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

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

This div background color is #4C9D7D.


Border color

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

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

This div border color is #4C9D7D.


Opacity

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

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

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

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

This text has shadow with #4C9D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9D7D on black background.


Color preview on white background

This text has color #4C9D7D on white background.



Black color preview on #4C9D7D background

This text has black color on #4C9D7D background.


White color preview on #4C9D7D background

This text has white color on #4C9D7D background.