COLOR #4C7952

HEX: #4C7952
RGB: (76,121,82)

Renk bilgisi

#4C7952 contains red, green and blue colors in about the same proportion. #4C7952 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4C7952 color RGB value is (76,121,82).

  • kırmız ton 76;
  • yeşil ton 121;
  • mavi ton 82.
RGB:
(76,121,82)
(30%,47%,32%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 121 of 255 = 47%
B 82 of 255 = 32%

76
121
82

R + G + B ~ 36%. #4C7952 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 121 + 82 = 279 (100%)
R 76 of 279 ~ 27.24%
G 121 of 279 ~ 43.37%
B 82 of 279 ~ 29.39%

%27.24
%43.37
%29.39

CMYK RENK MODELİ

#4C7952 rengi CMYK tonu (37,0,32,53).

  • camgöbeği tonu 37.19%
  • eflatun tonu 0.00%
  • sarı tonu 32.23%
  • ana renk tonu 52.55%
CMYK:
(37,0,32,53)
C37M0Y32K53 
(37%,0%,32%,53%)
(0.37/0.00/0.32/0.53)	

CMYK yüzdeleri

%37.19
%0
%32.23
%52.55

Codes

Color #4C7952 in popluar color models

4C7952
RGB7612182
HSL128°22.84%38.63%
HSB/HSV128°37.19%47.45%
CMYK37.19%0.00%32.23%
52.55%

Color #4C7952 in popluar number systems.

HEX4C7952
Decimal7612182
Binary100110011110011010010
Octal114171122

Shades and tints

Shades of #4C7952

#4C7952
(76,121,82)
#466E4B
(70,110,75)
#406344
(64,99,68)
#3A583D
(58,88,61)
#344D36
(52,77,54)
#2E422F
(46,66,47)
#283728
(40,55,40)
#222C21
(34,44,33)
#1C211A
(28,33,26)
#161613
(22,22,19)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C7952

#4C7952
(76,121,82)
#5C8561
(92,133,97)
#6C9170
(108,145,112)
#7C9D7F
(124,157,127)
#8CA98E
(140,169,142)
#9CB59D
(156,181,157)
#ACC1AC
(172,193,172)
#BCCDBB
(188,205,187)
#CCD9CA
(204,217,202)
#DCE5D9
(220,229,217)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7952 color. Also use rgb(76,121,82) instead hex code.

Text Font Color

.myTextColor { color: #4C7952; }

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

This text font color is #4C7952.


Background Color

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

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

This div background color is #4C7952.


Border color

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

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

This div border color is #4C7952.


Opacity

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

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

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

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

This text has shadow with #4C7952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7952 on black background.


Color preview on white background

This text has color #4C7952 on white background.



Black color preview on #4C7952 background

This text has black color on #4C7952 background.


White color preview on #4C7952 background

This text has white color on #4C7952 background.