COLOR #4C7C7D

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
124
125

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

Yüzdelerle RGB renk parçaları

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

%23.38
%38.15
%38.46

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%39.2
%0.8
%0
%50.98

Codes

Color #4C7C7D in popluar color models

4C7C7D
RGB76124125
HSL181°24.38%39.41%
HSB/HSV181°39.20%49.02%
CMYK39.20%0.80%0.00%
50.98%

Color #4C7C7D in popluar number systems.

HEX4C7C7D
Decimal76124125
Binary100110011111001111101
Octal114174175

Shades and tints

Shades of #4C7C7D

#4C7C7D
(76,124,125)
#467172
(70,113,114)
#406667
(64,102,103)
#3A5B5C
(58,91,92)
#345051
(52,80,81)
#2E4546
(46,69,70)
#283A3B
(40,58,59)
#222F30
(34,47,48)
#1C2425
(28,36,37)
#16191A
(22,25,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C7C7D

#4C7C7D
(76,124,125)
#5C8788
(92,135,136)
#6C9293
(108,146,147)
#7C9D9E
(124,157,158)
#8CA8A9
(140,168,169)
#9CB3B4
(156,179,180)
#ACBEBF
(172,190,191)
#BCC9CA
(188,201,202)
#CCD4D5
(204,212,213)
#DCDFE0
(220,223,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7C7D; }

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

This text font color is #4C7C7D.


Background Color

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

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

This div background color is #4C7C7D.


Border color

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

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

This div border color is #4C7C7D.


Opacity

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

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

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

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

This text has shadow with #4C7C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C7D on black background.


Color preview on white background

This text has color #4C7C7D on white background.



Black color preview on #4C7C7D background

This text has black color on #4C7C7D background.


White color preview on #4C7C7D background

This text has white color on #4C7C7D background.