COLOR #4C9363

HEX: #4C9363
RGB: (76,147,99)

Renk bilgisi

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

RGB renk modeli

#4C9363 color RGB value is (76,147,99).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 147 of 255 = 58%
B 99 of 255 = 39%

76
147
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 147 + 99 = 322 (100%)
R 76 of 322 ~ 23.6%
G 147 of 322 ~ 45.65%
B 99 of 322 ~ 30.75%

%23.6
%45.65
%30.75

CMYK RENK MODELİ

#4C9363 rengi CMYK tonu (48,0,33,42).

  • camgöbeği tonu 48.30%
  • eflatun tonu 0.00%
  • sarı tonu 32.65%
  • ana renk tonu 42.35%
CMYK:
(48,0,33,42)
C48M0Y33K42 
(48%,0%,33%,42%)
(0.48/0.00/0.33/0.42)	

CMYK yüzdeleri

%48.3
%0
%32.65
%42.35

Codes

Color #4C9363 in popluar color models

4C9363
RGB7614799
HSL139°31.84%43.73%
HSB/HSV139°48.30%57.65%
CMYK48.30%0.00%32.65%
42.35%

Color #4C9363 in popluar number systems.

HEX4C9363
Decimal7614799
Binary1001100100100111100011
Octal114223143

Shades and tints

Shades of #4C9363

#4C9363
(76,147,99)
#46865A
(70,134,90)
#407951
(64,121,81)
#3A6C48
(58,108,72)
#345F3F
(52,95,63)
#2E5236
(46,82,54)
#28452D
(40,69,45)
#223824
(34,56,36)
#1C2B1B
(28,43,27)
#161E12
(22,30,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C9363

#4C9363
(76,147,99)
#5C9C71
(92,156,113)
#6CA57F
(108,165,127)
#7CAE8D
(124,174,141)
#8CB79B
(140,183,155)
#9CC0A9
(156,192,169)
#ACC9B7
(172,201,183)
#BCD2C5
(188,210,197)
#CCDBD3
(204,219,211)
#DCE4E1
(220,228,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9363; }

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

This text font color is #4C9363.


Background Color

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

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

This div background color is #4C9363.


Border color

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

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

This div border color is #4C9363.


Opacity

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

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

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

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

This text has shadow with #4C9363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9363 on black background.


Color preview on white background

This text has color #4C9363 on white background.



Black color preview on #4C9363 background

This text has black color on #4C9363 background.


White color preview on #4C9363 background

This text has white color on #4C9363 background.