COLOR #4C6E6C

HEX: #4C6E6C
RGB: (76,110,108)

Renk bilgisi

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

RGB renk modeli

#4C6E6C color RGB value is (76,110,108).

  • kırmız ton 76;
  • yeşil ton 110;
  • mavi ton 108.
RGB:
(76,110,108)
(30%,43%,42%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 110 of 255 = 43%
B 108 of 255 = 42%

76
110
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 110 + 108 = 294 (100%)
R 76 of 294 ~ 25.85%
G 110 of 294 ~ 37.41%
B 108 of 294 ~ 36.73%

%25.85
%37.41
%36.73

CMYK RENK MODELİ

#4C6E6C rengi CMYK tonu (31,0,2,57).

  • camgöbeği tonu 30.91%
  • eflatun tonu 0.00%
  • sarı tonu 1.82%
  • ana renk tonu 56.86%
CMYK:
(31,0,2,57)
C31M0Y2K57 
(31%,0%,2%,57%)
(0.31/0.00/0.02/0.57)	

CMYK yüzdeleri

%30.91
%0
%1.82
%56.86

Codes

Color #4C6E6C in popluar color models

4C6E6C
RGB76110108
HSL176°18.28%36.47%
HSB/HSV176°30.91%43.14%
CMYK30.91%0.00%1.82%
56.86%

Color #4C6E6C in popluar number systems.

HEX4C6E6C
Decimal76110108
Binary100110011011101101100
Octal114156154

Shades and tints

Shades of #4C6E6C

#4C6E6C
(76,110,108)
#466463
(70,100,99)
#405A5A
(64,90,90)
#3A5051
(58,80,81)
#344648
(52,70,72)
#2E3C3F
(46,60,63)
#283236
(40,50,54)
#22282D
(34,40,45)
#1C1E24
(28,30,36)
#16141B
(22,20,27)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #4C6E6C

#4C6E6C
(76,110,108)
#5C7B79
(92,123,121)
#6C8886
(108,136,134)
#7C9593
(124,149,147)
#8CA2A0
(140,162,160)
#9CAFAD
(156,175,173)
#ACBCBA
(172,188,186)
#BCC9C7
(188,201,199)
#CCD6D4
(204,214,212)
#DCE3E1
(220,227,225)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6E6C color. Also use rgb(76,110,108) instead hex code.

Text Font Color

.myTextColor { color: #4C6E6C; }

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

This text font color is #4C6E6C.


Background Color

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

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

This div background color is #4C6E6C.


Border color

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

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

This div border color is #4C6E6C.


Opacity

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

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

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

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

This text has shadow with #4C6E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E6C on black background.


Color preview on white background

This text has color #4C6E6C on white background.



Black color preview on #4C6E6C background

This text has black color on #4C6E6C background.


White color preview on #4C6E6C background

This text has white color on #4C6E6C background.