COLOR #4C9377

HEX: #4C9377
RGB: (76,147,119)

Renk bilgisi

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

RGB renk modeli

#4C9377 color RGB value is (76,147,119).

  • kırmız ton 76;
  • yeşil ton 147;
  • mavi ton 119.
RGB:
(76,147,119)
(30%,58%,47%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 147 of 255 = 58%
B 119 of 255 = 47%

76
147
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 147 + 119 = 342 (100%)
R 76 of 342 ~ 22.22%
G 147 of 342 ~ 42.98%
B 119 of 342 ~ 34.8%

%22.22
%42.98
%34.8

CMYK RENK MODELİ

#4C9377 rengi CMYK tonu (48,0,19,42).

  • camgöbeği tonu 48.30%
  • eflatun tonu 0.00%
  • sarı tonu 19.05%
  • ana renk tonu 42.35%
CMYK:
(48,0,19,42)
C48M0Y19K42 
(48%,0%,19%,42%)
(0.48/0.00/0.19/0.42)	

CMYK yüzdeleri

%48.3
%0
%19.05
%42.35

Codes

Color #4C9377 in popluar color models

4C9377
RGB76147119
HSL156°31.84%43.73%
HSB/HSV156°48.30%57.65%
CMYK48.30%0.00%19.05%
42.35%

Color #4C9377 in popluar number systems.

HEX4C9377
Decimal76147119
Binary1001100100100111110111
Octal114223167

Shades and tints

Shades of #4C9377

#4C9377
(76,147,119)
#46866D
(70,134,109)
#407963
(64,121,99)
#3A6C59
(58,108,89)
#345F4F
(52,95,79)
#2E5245
(46,82,69)
#28453B
(40,69,59)
#223831
(34,56,49)
#1C2B27
(28,43,39)
#161E1D
(22,30,29)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #4C9377

#4C9377
(76,147,119)
#5C9C83
(92,156,131)
#6CA58F
(108,165,143)
#7CAE9B
(124,174,155)
#8CB7A7
(140,183,167)
#9CC0B3
(156,192,179)
#ACC9BF
(172,201,191)
#BCD2CB
(188,210,203)
#CCDBD7
(204,219,215)
#DCE4E3
(220,228,227)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9377 color. Also use rgb(76,147,119) instead hex code.

Text Font Color

.myTextColor { color: #4C9377; }

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

This text font color is #4C9377.


Background Color

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

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

This div background color is #4C9377.


Border color

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

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

This div border color is #4C9377.


Opacity

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

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

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

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

This text has shadow with #4C9377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9377 on black background.


Color preview on white background

This text has color #4C9377 on white background.



Black color preview on #4C9377 background

This text has black color on #4C9377 background.


White color preview on #4C9377 background

This text has white color on #4C9377 background.