COLOR #4C9351

HEX: #4C9351
RGB: (76,147,81)

Renk bilgisi

#4C9351 contains mainly green color. #4C9351 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4C9351 color RGB value is (76,147,81).

  • kırmız ton 76;
  • yeşil ton 147;
  • mavi ton 81.
RGB:
(76,147,81)
(30%,58%,32%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 147 of 255 = 58%
B 81 of 255 = 32%

76
147
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 147 + 81 = 304 (100%)
R 76 of 304 ~ 25%
G 147 of 304 ~ 48.36%
B 81 of 304 ~ 26.64%

%25
%48.36
%26.64

CMYK RENK MODELİ

#4C9351 rengi CMYK tonu (48,0,45,42).

  • camgöbeği tonu 48.30%
  • eflatun tonu 0.00%
  • sarı tonu 44.90%
  • ana renk tonu 42.35%
CMYK:
(48,0,45,42)
C48M0Y45K42 
(48%,0%,45%,42%)
(0.48/0.00/0.45/0.42)	

CMYK yüzdeleri

%48.3
%0
%44.9
%42.35

Codes

Color #4C9351 in popluar color models

4C9351
RGB7614781
HSL124°31.84%43.73%
HSB/HSV124°48.30%57.65%
CMYK48.30%0.00%44.90%
42.35%

Color #4C9351 in popluar number systems.

HEX4C9351
Decimal7614781
Binary1001100100100111010001
Octal114223121

Shades and tints

Shades of #4C9351

#4C9351
(76,147,81)
#46864A
(70,134,74)
#407943
(64,121,67)
#3A6C3C
(58,108,60)
#345F35
(52,95,53)
#2E522E
(46,82,46)
#284527
(40,69,39)
#223820
(34,56,32)
#1C2B19
(28,43,25)
#161E12
(22,30,18)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #4C9351

#4C9351
(76,147,81)
#5C9C60
(92,156,96)
#6CA56F
(108,165,111)
#7CAE7E
(124,174,126)
#8CB78D
(140,183,141)
#9CC09C
(156,192,156)
#ACC9AB
(172,201,171)
#BCD2BA
(188,210,186)
#CCDBC9
(204,219,201)
#DCE4D8
(220,228,216)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9351 color. Also use rgb(76,147,81) instead hex code.

Text Font Color

.myTextColor { color: #4C9351; }

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

This text font color is #4C9351.


Background Color

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

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

This div background color is #4C9351.


Border color

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

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

This div border color is #4C9351.


Opacity

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

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

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

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

This text has shadow with #4C9351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9351 on black background.


Color preview on white background

This text has color #4C9351 on white background.



Black color preview on #4C9351 background

This text has black color on #4C9351 background.


White color preview on #4C9351 background

This text has white color on #4C9351 background.