COLOR #4C7D7C

HEX: #4C7D7C
RGB: (76,125,124)

Renk bilgisi

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

RGB renk modeli

#4C7D7C color RGB value is (76,125,124).

  • kırmız ton 76;
  • yeşil ton 125;
  • mavi ton 124.
RGB:
(76,125,124)
(30%,49%,49%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 125 of 255 = 49%
B 124 of 255 = 49%

76
125
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 125 + 124 = 325 (100%)
R 76 of 325 ~ 23.38%
G 125 of 325 ~ 38.46%
B 124 of 325 ~ 38.15%

%23.38
%38.46
%38.15

CMYK RENK MODELİ

#4C7D7C rengi CMYK tonu (39,0,1,51).

  • camgöbeği tonu 39.20%
  • eflatun tonu 0.00%
  • sarı tonu 0.80%
  • ana renk tonu 50.98%
CMYK:
(39,0,1,51)
C39M0Y1K51 
(39%,0%,1%,51%)
(0.39/0.00/0.01/0.51)	

CMYK yüzdeleri

%39.2
%0
%0.8
%50.98

Codes

Color #4C7D7C in popluar color models

4C7D7C
RGB76125124
HSL179°24.38%39.41%
HSB/HSV179°39.20%49.02%
CMYK39.20%0.00%0.80%
50.98%

Color #4C7D7C in popluar number systems.

HEX4C7D7C
Decimal76125124
Binary100110011111011111100
Octal114175174

Shades and tints

Shades of #4C7D7C

#4C7D7C
(76,125,124)
#467271
(70,114,113)
#406766
(64,103,102)
#3A5C5B
(58,92,91)
#345150
(52,81,80)
#2E4645
(46,70,69)
#283B3A
(40,59,58)
#22302F
(34,48,47)
#1C2524
(28,37,36)
#161A19
(22,26,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C7D7C

#4C7D7C
(76,125,124)
#5C8887
(92,136,135)
#6C9392
(108,147,146)
#7C9E9D
(124,158,157)
#8CA9A8
(140,169,168)
#9CB4B3
(156,180,179)
#ACBFBE
(172,191,190)
#BCCAC9
(188,202,201)
#CCD5D4
(204,213,212)
#DCE0DF
(220,224,223)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7D7C color. Also use rgb(76,125,124) instead hex code.

Text Font Color

.myTextColor { color: #4C7D7C; }

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

This text font color is #4C7D7C.


Background Color

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

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

This div background color is #4C7D7C.


Border color

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

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

This div border color is #4C7D7C.


Opacity

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

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

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

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

This text has shadow with #4C7D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7D7C on black background.


Color preview on white background

This text has color #4C7D7C on white background.



Black color preview on #4C7D7C background

This text has black color on #4C7D7C background.


White color preview on #4C7D7C background

This text has white color on #4C7D7C background.