COLOR #4C7E5B

HEX: #4C7E5B
RGB: (76,126,91)

Renk bilgisi

#4C7E5B contains red, green and blue colors in about the same proportion. #4C7E5B ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4C7E5B color RGB value is (76,126,91).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 126 of 255 = 49%
B 91 of 255 = 36%

76
126
91

R + G + B ~ 38%. #4C7E5B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 126 + 91 = 293 (100%)
R 76 of 293 ~ 25.94%
G 126 of 293 ~ 43%
B 91 of 293 ~ 31.06%

%25.94
%43
%31.06

CMYK RENK MODELİ

#4C7E5B rengi CMYK tonu (40,0,28,51).

  • camgöbeği tonu 39.68%
  • eflatun tonu 0.00%
  • sarı tonu 27.78%
  • ana renk tonu 50.59%
CMYK:
(40,0,28,51)
C40M0Y28K51 
(40%,0%,28%,51%)
(0.40/0.00/0.28/0.51)	

CMYK yüzdeleri

%39.68
%0
%27.78
%50.59

Codes

Color #4C7E5B in popluar color models

4C7E5B
RGB7612691
HSL138°24.75%39.61%
HSB/HSV138°39.68%49.41%
CMYK39.68%0.00%27.78%
50.59%

Color #4C7E5B in popluar number systems.

HEX4C7E5B
Decimal7612691
Binary100110011111101011011
Octal114176133

Shades and tints

Shades of #4C7E5B

#4C7E5B
(76,126,91)
#467353
(70,115,83)
#40684B
(64,104,75)
#3A5D43
(58,93,67)
#34523B
(52,82,59)
#2E4733
(46,71,51)
#283C2B
(40,60,43)
#223123
(34,49,35)
#1C261B
(28,38,27)
#161B13
(22,27,19)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #4C7E5B

#4C7E5B
(76,126,91)
#5C8969
(92,137,105)
#6C9477
(108,148,119)
#7C9F85
(124,159,133)
#8CAA93
(140,170,147)
#9CB5A1
(156,181,161)
#ACC0AF
(172,192,175)
#BCCBBD
(188,203,189)
#CCD6CB
(204,214,203)
#DCE1D9
(220,225,217)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7E5B; }

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

This text font color is #4C7E5B.


Background Color

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

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

This div background color is #4C7E5B.


Border color

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

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

This div border color is #4C7E5B.


Opacity

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

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

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

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

This text has shadow with #4C7E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7E5B on black background.


Color preview on white background

This text has color #4C7E5B on white background.



Black color preview on #4C7E5B background

This text has black color on #4C7E5B background.


White color preview on #4C7E5B background

This text has white color on #4C7E5B background.