COLOR #4C8A5D

HEX: #4C8A5D
RGB: (76,138,93)

Renk bilgisi

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

RGB renk modeli

#4C8A5D color RGB value is (76,138,93).

  • kırmız ton 76;
  • yeşil ton 138;
  • mavi ton 93.
RGB:
(76,138,93)
(30%,54%,36%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 138 of 255 = 54%
B 93 of 255 = 36%

76
138
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 138 + 93 = 307 (100%)
R 76 of 307 ~ 24.76%
G 138 of 307 ~ 44.95%
B 93 of 307 ~ 30.29%

%24.76
%44.95
%30.29

CMYK RENK MODELİ

#4C8A5D rengi CMYK tonu (45,0,33,46).

  • camgöbeği tonu 44.93%
  • eflatun tonu 0.00%
  • sarı tonu 32.61%
  • ana renk tonu 45.88%
CMYK:
(45,0,33,46)
C45M0Y33K46 
(45%,0%,33%,46%)
(0.45/0.00/0.33/0.46)	

CMYK yüzdeleri

%44.93
%0
%32.61
%45.88

Codes

Color #4C8A5D in popluar color models

4C8A5D
RGB7613893
HSL136°28.97%41.96%
HSB/HSV136°44.93%54.12%
CMYK44.93%0.00%32.61%
45.88%

Color #4C8A5D in popluar number systems.

HEX4C8A5D
Decimal7613893
Binary1001100100010101011101
Octal114212135

Shades and tints

Shades of #4C8A5D

#4C8A5D
(76,138,93)
#467E55
(70,126,85)
#40724D
(64,114,77)
#3A6645
(58,102,69)
#345A3D
(52,90,61)
#2E4E35
(46,78,53)
#28422D
(40,66,45)
#223625
(34,54,37)
#1C2A1D
(28,42,29)
#161E15
(22,30,21)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #4C8A5D

#4C8A5D
(76,138,93)
#5C946B
(92,148,107)
#6C9E79
(108,158,121)
#7CA887
(124,168,135)
#8CB295
(140,178,149)
#9CBCA3
(156,188,163)
#ACC6B1
(172,198,177)
#BCD0BF
(188,208,191)
#CCDACD
(204,218,205)
#DCE4DB
(220,228,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8A5D color. Also use rgb(76,138,93) instead hex code.

Text Font Color

.myTextColor { color: #4C8A5D; }

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

This text font color is #4C8A5D.


Background Color

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

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

This div background color is #4C8A5D.


Border color

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

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

This div border color is #4C8A5D.


Opacity

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

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

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

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

This text has shadow with #4C8A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8A5D on black background.


Color preview on white background

This text has color #4C8A5D on white background.



Black color preview on #4C8A5D background

This text has black color on #4C8A5D background.


White color preview on #4C8A5D background

This text has white color on #4C8A5D background.