COLOR #4C556A

HEX: #4C556A
RGB: (76,85,106)

Renk bilgisi

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

RGB renk modeli

#4C556A color RGB value is (76,85,106).

  • kırmız ton 76;
  • yeşil ton 85;
  • mavi ton 106.
RGB:
(76,85,106)
(30%,33%,42%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 85 of 255 = 33%
B 106 of 255 = 42%

76
85
106

R + G + B ~ 35%. #4C556A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 85 + 106 = 267 (100%)
R 76 of 267 ~ 28.46%
G 85 of 267 ~ 31.84%
B 106 of 267 ~ 39.7%

%28.46
%31.84
%39.7

CMYK RENK MODELİ

#4C556A rengi CMYK tonu (28,20,0,58).

  • camgöbeği tonu 28.30%
  • eflatun tonu 19.81%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(28,20,0,58)
C28M20Y0K58 
(28%,20%,0%,58%)
(0.28/0.20/0.00/0.58)	

CMYK yüzdeleri

%28.3
%19.81
%0
%58.43

Codes

Color #4C556A in popluar color models

4C556A
RGB7685106
HSL222°16.48%35.69%
HSB/HSV222°28.30%41.57%
CMYK28.30%19.81%0.00%
58.43%

Color #4C556A in popluar number systems.

HEX4C556A
Decimal7685106
Binary100110010101011101010
Octal114125152

Shades and tints

Shades of #4C556A

#4C556A
(76,85,106)
#464E61
(70,78,97)
#404758
(64,71,88)
#3A404F
(58,64,79)
#343946
(52,57,70)
#2E323D
(46,50,61)
#282B34
(40,43,52)
#22242B
(34,36,43)
#1C1D22
(28,29,34)
#161619
(22,22,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #4C556A

#4C556A
(76,85,106)
#5C6477
(92,100,119)
#6C7384
(108,115,132)
#7C8291
(124,130,145)
#8C919E
(140,145,158)
#9CA0AB
(156,160,171)
#ACAFB8
(172,175,184)
#BCBEC5
(188,190,197)
#CCCDD2
(204,205,210)
#DCDCDF
(220,220,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C556A color. Also use rgb(76,85,106) instead hex code.

Text Font Color

.myTextColor { color: #4C556A; }

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

This text font color is #4C556A.


Background Color

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

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

This div background color is #4C556A.


Border color

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

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

This div border color is #4C556A.


Opacity

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

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

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

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

This text has shadow with #4C556A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C556A on black background.


Color preview on white background

This text has color #4C556A on white background.



Black color preview on #4C556A background

This text has black color on #4C556A background.


White color preview on #4C556A background

This text has white color on #4C556A background.