COLOR #4C7B7E

HEX: #4C7B7E
RGB: (76,123,126)

Renk bilgisi

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

RGB renk modeli

#4C7B7E color RGB value is (76,123,126).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 123 of 255 = 48%
B 126 of 255 = 49%

76
123
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 123 + 126 = 325 (100%)
R 76 of 325 ~ 23.38%
G 123 of 325 ~ 37.85%
B 126 of 325 ~ 38.77%

%23.38
%37.85
%38.77

CMYK RENK MODELİ

#4C7B7E rengi CMYK tonu (40,2,0,51).

  • camgöbeği tonu 39.68%
  • eflatun tonu 2.38%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(40,2,0,51)
C40M2Y0K51 
(40%,2%,0%,51%)
(0.40/0.02/0.00/0.51)	

CMYK yüzdeleri

%39.68
%2.38
%0
%50.59

Codes

Color #4C7B7E in popluar color models

4C7B7E
RGB76123126
HSL184°24.75%39.61%
HSB/HSV184°39.68%49.41%
CMYK39.68%2.38%0.00%
50.59%

Color #4C7B7E in popluar number systems.

HEX4C7B7E
Decimal76123126
Binary100110011110111111110
Octal114173176

Shades and tints

Shades of #4C7B7E

#4C7B7E
(76,123,126)
#467073
(70,112,115)
#406568
(64,101,104)
#3A5A5D
(58,90,93)
#344F52
(52,79,82)
#2E4447
(46,68,71)
#28393C
(40,57,60)
#222E31
(34,46,49)
#1C2326
(28,35,38)
#16181B
(22,24,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #4C7B7E

#4C7B7E
(76,123,126)
#5C8789
(92,135,137)
#6C9394
(108,147,148)
#7C9F9F
(124,159,159)
#8CABAA
(140,171,170)
#9CB7B5
(156,183,181)
#ACC3C0
(172,195,192)
#BCCFCB
(188,207,203)
#CCDBD6
(204,219,214)
#DCE7E1
(220,231,225)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7B7E color. Also use rgb(76,123,126) instead hex code.

Text Font Color

.myTextColor { color: #4C7B7E; }

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

This text font color is #4C7B7E.


Background Color

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

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

This div background color is #4C7B7E.


Border color

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

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

This div border color is #4C7B7E.


Opacity

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

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

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

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

This text has shadow with #4C7B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7B7E on black background.


Color preview on white background

This text has color #4C7B7E on white background.



Black color preview on #4C7B7E background

This text has black color on #4C7B7E background.


White color preview on #4C7B7E background

This text has white color on #4C7B7E background.