COLOR #4C7961

HEX: #4C7961
RGB: (76,121,97)

Renk bilgisi

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

RGB renk modeli

#4C7961 color RGB value is (76,121,97).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 121 of 255 = 47%
B 97 of 255 = 38%

76
121
97

R + G + B ~ 38%. #4C7961 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 121 + 97 = 294 (100%)
R 76 of 294 ~ 25.85%
G 121 of 294 ~ 41.16%
B 97 of 294 ~ 32.99%

%25.85
%41.16
%32.99

CMYK RENK MODELİ

#4C7961 rengi CMYK tonu (37,0,20,53).

  • camgöbeği tonu 37.19%
  • eflatun tonu 0.00%
  • sarı tonu 19.83%
  • ana renk tonu 52.55%
CMYK:
(37,0,20,53)
C37M0Y20K53 
(37%,0%,20%,53%)
(0.37/0.00/0.20/0.53)	

CMYK yüzdeleri

%37.19
%0
%19.83
%52.55

Codes

Color #4C7961 in popluar color models

4C7961
RGB7612197
HSL148°22.84%38.63%
HSB/HSV148°37.19%47.45%
CMYK37.19%0.00%19.83%
52.55%

Color #4C7961 in popluar number systems.

HEX4C7961
Decimal7612197
Binary100110011110011100001
Octal114171141

Shades and tints

Shades of #4C7961

#4C7961
(76,121,97)
#466E59
(70,110,89)
#406351
(64,99,81)
#3A5849
(58,88,73)
#344D41
(52,77,65)
#2E4239
(46,66,57)
#283731
(40,55,49)
#222C29
(34,44,41)
#1C2121
(28,33,33)
#161619
(22,22,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #4C7961

#4C7961
(76,121,97)
#5C856F
(92,133,111)
#6C917D
(108,145,125)
#7C9D8B
(124,157,139)
#8CA999
(140,169,153)
#9CB5A7
(156,181,167)
#ACC1B5
(172,193,181)
#BCCDC3
(188,205,195)
#CCD9D1
(204,217,209)
#DCE5DF
(220,229,223)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7961; }

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

This text font color is #4C7961.


Background Color

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

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

This div background color is #4C7961.


Border color

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

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

This div border color is #4C7961.


Opacity

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

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

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

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

This text has shadow with #4C7961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7961 on black background.


Color preview on white background

This text has color #4C7961 on white background.



Black color preview on #4C7961 background

This text has black color on #4C7961 background.


White color preview on #4C7961 background

This text has white color on #4C7961 background.