COLOR #4C8479

HEX: #4C8479
RGB: (76,132,121)

Renk bilgisi

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

RGB renk modeli

#4C8479 color RGB value is (76,132,121).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 132 of 255 = 52%
B 121 of 255 = 47%

76
132
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 132 + 121 = 329 (100%)
R 76 of 329 ~ 23.1%
G 132 of 329 ~ 40.12%
B 121 of 329 ~ 36.78%

%23.1
%40.12
%36.78

CMYK RENK MODELİ

#4C8479 rengi CMYK tonu (42,0,8,48).

  • camgöbeği tonu 42.42%
  • eflatun tonu 0.00%
  • sarı tonu 8.33%
  • ana renk tonu 48.24%
CMYK:
(42,0,8,48)
C42M0Y8K48 
(42%,0%,8%,48%)
(0.42/0.00/0.08/0.48)	

CMYK yüzdeleri

%42.42
%0
%8.33
%48.24

Codes

Color #4C8479 in popluar color models

4C8479
RGB76132121
HSL168°26.92%40.78%
HSB/HSV168°42.42%51.76%
CMYK42.42%0.00%8.33%
48.24%

Color #4C8479 in popluar number systems.

HEX4C8479
Decimal76132121
Binary1001100100001001111001
Octal114204171

Shades and tints

Shades of #4C8479

#4C8479
(76,132,121)
#46786E
(70,120,110)
#406C63
(64,108,99)
#3A6058
(58,96,88)
#34544D
(52,84,77)
#2E4842
(46,72,66)
#283C37
(40,60,55)
#22302C
(34,48,44)
#1C2421
(28,36,33)
#161816
(22,24,22)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C8479

#4C8479
(76,132,121)
#5C8F85
(92,143,133)
#6C9A91
(108,154,145)
#7CA59D
(124,165,157)
#8CB0A9
(140,176,169)
#9CBBB5
(156,187,181)
#ACC6C1
(172,198,193)
#BCD1CD
(188,209,205)
#CCDCD9
(204,220,217)
#DCE7E5
(220,231,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8479; }

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

This text font color is #4C8479.


Background Color

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

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

This div background color is #4C8479.


Border color

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

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

This div border color is #4C8479.


Opacity

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

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

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

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

This text has shadow with #4C8479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8479 on black background.


Color preview on white background

This text has color #4C8479 on white background.



Black color preview on #4C8479 background

This text has black color on #4C8479 background.


White color preview on #4C8479 background

This text has white color on #4C8479 background.