COLOR #4C8C71

HEX: #4C8C71
RGB: (76,140,113)

Renk bilgisi

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

RGB renk modeli

#4C8C71 color RGB value is (76,140,113).

  • kırmız ton 76;
  • yeşil ton 140;
  • mavi ton 113.
RGB:
(76,140,113)
(30%,55%,44%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 140 of 255 = 55%
B 113 of 255 = 44%

76
140
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 140 + 113 = 329 (100%)
R 76 of 329 ~ 23.1%
G 140 of 329 ~ 42.55%
B 113 of 329 ~ 34.35%

%23.1
%42.55
%34.35

CMYK RENK MODELİ

#4C8C71 rengi CMYK tonu (46,0,19,45).

  • camgöbeği tonu 45.71%
  • eflatun tonu 0.00%
  • sarı tonu 19.29%
  • ana renk tonu 45.10%
CMYK:
(46,0,19,45)
C46M0Y19K45 
(46%,0%,19%,45%)
(0.46/0.00/0.19/0.45)	

CMYK yüzdeleri

%45.71
%0
%19.29
%45.1

Codes

Color #4C8C71 in popluar color models

4C8C71
RGB76140113
HSL155°29.63%42.35%
HSB/HSV155°45.71%54.90%
CMYK45.71%0.00%19.29%
45.10%

Color #4C8C71 in popluar number systems.

HEX4C8C71
Decimal76140113
Binary1001100100011001110001
Octal114214161

Shades and tints

Shades of #4C8C71

#4C8C71
(76,140,113)
#468067
(70,128,103)
#40745D
(64,116,93)
#3A6853
(58,104,83)
#345C49
(52,92,73)
#2E503F
(46,80,63)
#284435
(40,68,53)
#22382B
(34,56,43)
#1C2C21
(28,44,33)
#162017
(22,32,23)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #4C8C71

#4C8C71
(76,140,113)
#5C967D
(92,150,125)
#6CA089
(108,160,137)
#7CAA95
(124,170,149)
#8CB4A1
(140,180,161)
#9CBEAD
(156,190,173)
#ACC8B9
(172,200,185)
#BCD2C5
(188,210,197)
#CCDCD1
(204,220,209)
#DCE6DD
(220,230,221)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8C71 color. Also use rgb(76,140,113) instead hex code.

Text Font Color

.myTextColor { color: #4C8C71; }

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

This text font color is #4C8C71.


Background Color

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

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

This div background color is #4C8C71.


Border color

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

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

This div border color is #4C8C71.


Opacity

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

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

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

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

This text has shadow with #4C8C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8C71 on black background.


Color preview on white background

This text has color #4C8C71 on white background.



Black color preview on #4C8C71 background

This text has black color on #4C8C71 background.


White color preview on #4C8C71 background

This text has white color on #4C8C71 background.