COLOR #4C8239

HEX: #4C8239
RGB: (76,130,57)

Renk bilgisi

#4C8239 contains mainly red and green colors. #4C8239 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4C8239 color RGB value is (76,130,57).

  • kırmız ton 76;
  • yeşil ton 130;
  • mavi ton 57.
RGB:
(76,130,57)
(30%,51%,22%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 130 of 255 = 51%
B 57 of 255 = 22%

76
130
57

R + G + B ~ 34%. #4C8239 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 130 + 57 = 263 (100%)
R 76 of 263 ~ 28.9%
G 130 of 263 ~ 49.43%
B 57 of 263 ~ 21.67%

%28.9
%49.43
%21.67

CMYK RENK MODELİ

#4C8239 rengi CMYK tonu (42,0,56,49).

  • camgöbeği tonu 41.54%
  • eflatun tonu 0.00%
  • sarı tonu 56.15%
  • ana renk tonu 49.02%
CMYK:
(42,0,56,49)
C42M0Y56K49 
(42%,0%,56%,49%)
(0.42/0.00/0.56/0.49)	

CMYK yüzdeleri

%41.54
%0
%56.15
%49.02

Codes

Color #4C8239 in popluar color models

4C8239
RGB7613057
HSL104°39.04%36.67%
HSB/HSV104°56.15%50.98%
CMYK41.54%0.00%56.15%
49.02%

Color #4C8239 in popluar number systems.

HEX4C8239
Decimal7613057
Binary100110010000010111001
Octal11420271

Shades and tints

Shades of #4C8239

#4C8239
(76,130,57)
#467734
(70,119,52)
#406C2F
(64,108,47)
#3A612A
(58,97,42)
#345625
(52,86,37)
#2E4B20
(46,75,32)
#28401B
(40,64,27)
#223516
(34,53,22)
#1C2A11
(28,42,17)
#161F0C
(22,31,12)
#101407
(16,20,7)
#000000
(0,0,0)

Tints of #4C8239

#4C8239
(76,130,57)
#5C8D4B
(92,141,75)
#6C985D
(108,152,93)
#7CA36F
(124,163,111)
#8CAE81
(140,174,129)
#9CB993
(156,185,147)
#ACC4A5
(172,196,165)
#BCCFB7
(188,207,183)
#CCDAC9
(204,218,201)
#DCE5DB
(220,229,219)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8239 color. Also use rgb(76,130,57) instead hex code.

Text Font Color

.myTextColor { color: #4C8239; }

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

This text font color is #4C8239.


Background Color

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

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

This div background color is #4C8239.


Border color

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

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

This div border color is #4C8239.


Opacity

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

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

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

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

This text has shadow with #4C8239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8239 on black background.


Color preview on white background

This text has color #4C8239 on white background.



Black color preview on #4C8239 background

This text has black color on #4C8239 background.


White color preview on #4C8239 background

This text has white color on #4C8239 background.