COLOR #4C995E

HEX: #4C995E
RGB: (76,153,94)

Renk bilgisi

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

RGB renk modeli

#4C995E color RGB value is (76,153,94).

  • kırmız ton 76;
  • yeşil ton 153;
  • mavi ton 94.
RGB:
(76,153,94)
(30%,60%,37%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 153 of 255 = 60%
B 94 of 255 = 37%

76
153
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 153 + 94 = 323 (100%)
R 76 of 323 ~ 23.53%
G 153 of 323 ~ 47.37%
B 94 of 323 ~ 29.1%

%23.53
%47.37
%29.1

CMYK RENK MODELİ

#4C995E rengi CMYK tonu (50,0,39,40).

  • camgöbeği tonu 50.33%
  • eflatun tonu 0.00%
  • sarı tonu 38.56%
  • ana renk tonu 40.00%
CMYK:
(50,0,39,40)
C50M0Y39K40 
(50%,0%,39%,40%)
(0.50/0.00/0.39/0.40)	

CMYK yüzdeleri

%50.33
%0
%38.56
%40

Codes

Color #4C995E in popluar color models

4C995E
RGB7615394
HSL134°33.62%44.90%
HSB/HSV134°50.33%60.00%
CMYK50.33%0.00%38.56%
40.00%

Color #4C995E in popluar number systems.

HEX4C995E
Decimal7615394
Binary1001100100110011011110
Octal114231136

Shades and tints

Shades of #4C995E

#4C995E
(76,153,94)
#468C56
(70,140,86)
#407F4E
(64,127,78)
#3A7246
(58,114,70)
#34653E
(52,101,62)
#2E5836
(46,88,54)
#284B2E
(40,75,46)
#223E26
(34,62,38)
#1C311E
(28,49,30)
#162416
(22,36,22)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #4C995E

#4C995E
(76,153,94)
#5CA26C
(92,162,108)
#6CAB7A
(108,171,122)
#7CB488
(124,180,136)
#8CBD96
(140,189,150)
#9CC6A4
(156,198,164)
#ACCFB2
(172,207,178)
#BCD8C0
(188,216,192)
#CCE1CE
(204,225,206)
#DCEADC
(220,234,220)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C995E color. Also use rgb(76,153,94) instead hex code.

Text Font Color

.myTextColor { color: #4C995E; }

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

This text font color is #4C995E.


Background Color

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

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

This div background color is #4C995E.


Border color

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

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

This div border color is #4C995E.


Opacity

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

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

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

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

This text has shadow with #4C995E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C995E on black background.


Color preview on white background

This text has color #4C995E on white background.



Black color preview on #4C995E background

This text has black color on #4C995E background.


White color preview on #4C995E background

This text has white color on #4C995E background.