COLOR #4C9276

HEX: #4C9276
RGB: (76,146,118)

Renk bilgisi

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

RGB renk modeli

#4C9276 color RGB value is (76,146,118).

  • kırmız ton 76;
  • yeşil ton 146;
  • mavi ton 118.
RGB:
(76,146,118)
(30%,57%,46%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 146 of 255 = 57%
B 118 of 255 = 46%

76
146
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 146 + 118 = 340 (100%)
R 76 of 340 ~ 22.35%
G 146 of 340 ~ 42.94%
B 118 of 340 ~ 34.71%

%22.35
%42.94
%34.71

CMYK RENK MODELİ

#4C9276 rengi CMYK tonu (48,0,19,43).

  • camgöbeği tonu 47.95%
  • eflatun tonu 0.00%
  • sarı tonu 19.18%
  • ana renk tonu 42.75%
CMYK:
(48,0,19,43)
C48M0Y19K43 
(48%,0%,19%,43%)
(0.48/0.00/0.19/0.43)	

CMYK yüzdeleri

%47.95
%0
%19.18
%42.75

Codes

Color #4C9276 in popluar color models

4C9276
RGB76146118
HSL156°31.53%43.53%
HSB/HSV156°47.95%57.25%
CMYK47.95%0.00%19.18%
42.75%

Color #4C9276 in popluar number systems.

HEX4C9276
Decimal76146118
Binary1001100100100101110110
Octal114222166

Shades and tints

Shades of #4C9276

#4C9276
(76,146,118)
#46856C
(70,133,108)
#407862
(64,120,98)
#3A6B58
(58,107,88)
#345E4E
(52,94,78)
#2E5144
(46,81,68)
#28443A
(40,68,58)
#223730
(34,55,48)
#1C2A26
(28,42,38)
#161D1C
(22,29,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #4C9276

#4C9276
(76,146,118)
#5C9B82
(92,155,130)
#6CA48E
(108,164,142)
#7CAD9A
(124,173,154)
#8CB6A6
(140,182,166)
#9CBFB2
(156,191,178)
#ACC8BE
(172,200,190)
#BCD1CA
(188,209,202)
#CCDAD6
(204,218,214)
#DCE3E2
(220,227,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9276 color. Also use rgb(76,146,118) instead hex code.

Text Font Color

.myTextColor { color: #4C9276; }

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

This text font color is #4C9276.


Background Color

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

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

This div background color is #4C9276.


Border color

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

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

This div border color is #4C9276.


Opacity

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

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

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

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

This text has shadow with #4C9276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9276 on black background.


Color preview on white background

This text has color #4C9276 on white background.



Black color preview on #4C9276 background

This text has black color on #4C9276 background.


White color preview on #4C9276 background

This text has white color on #4C9276 background.