COLOR #4C8C35

HEX: #4C8C35
RGB: (76,140,53)

Renk bilgisi

#4C8C35 contains mainly green color. #4C8C35 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4C8C35 color RGB value is (76,140,53).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 140 of 255 = 55%
B 53 of 255 = 21%

76
140
53

R + G + B ~ 35%. #4C8C35 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 140 + 53 = 269 (100%)
R 76 of 269 ~ 28.25%
G 140 of 269 ~ 52.04%
B 53 of 269 ~ 19.7%

%28.25
%52.04
%19.7

CMYK RENK MODELİ

#4C8C35 rengi CMYK tonu (46,0,62,45).

  • camgöbeği tonu 45.71%
  • eflatun tonu 0.00%
  • sarı tonu 62.14%
  • ana renk tonu 45.10%
CMYK:
(46,0,62,45)
C46M0Y62K45 
(46%,0%,62%,45%)
(0.46/0.00/0.62/0.45)	

CMYK yüzdeleri

%45.71
%0
%62.14
%45.1

Codes

Color #4C8C35 in popluar color models

4C8C35
RGB7614053
HSL104°45.08%37.84%
HSB/HSV104°62.14%54.90%
CMYK45.71%0.00%62.14%
45.10%

Color #4C8C35 in popluar number systems.

HEX4C8C35
Decimal7614053
Binary100110010001100110101
Octal11421465

Shades and tints

Shades of #4C8C35

#4C8C35
(76,140,53)
#468031
(70,128,49)
#40742D
(64,116,45)
#3A6829
(58,104,41)
#345C25
(52,92,37)
#2E5021
(46,80,33)
#28441D
(40,68,29)
#223819
(34,56,25)
#1C2C15
(28,44,21)
#162011
(22,32,17)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #4C8C35

#4C8C35
(76,140,53)
#5C9647
(92,150,71)
#6CA059
(108,160,89)
#7CAA6B
(124,170,107)
#8CB47D
(140,180,125)
#9CBE8F
(156,190,143)
#ACC8A1
(172,200,161)
#BCD2B3
(188,210,179)
#CCDCC5
(204,220,197)
#DCE6D7
(220,230,215)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8C35; }

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

This text font color is #4C8C35.


Background Color

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

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

This div background color is #4C8C35.


Border color

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

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

This div border color is #4C8C35.


Opacity

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

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

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

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

This text has shadow with #4C8C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8C35 on black background.


Color preview on white background

This text has color #4C8C35 on white background.



Black color preview on #4C8C35 background

This text has black color on #4C8C35 background.


White color preview on #4C8C35 background

This text has white color on #4C8C35 background.