COLOR #4C5062

HEX: #4C5062
RGB: (76,80,98)

Renk bilgisi

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

RGB renk modeli

#4C5062 color RGB value is (76,80,98).

  • kırmız ton 76;
  • yeşil ton 80;
  • mavi ton 98.
RGB:
(76,80,98)
(30%,31%,38%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 80 of 255 = 31%
B 98 of 255 = 38%

76
80
98

R + G + B ~ 33%. #4C5062 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 80 + 98 = 254 (100%)
R 76 of 254 ~ 29.92%
G 80 of 254 ~ 31.5%
B 98 of 254 ~ 38.58%

%29.92
%31.5
%38.58

CMYK RENK MODELİ

#4C5062 rengi CMYK tonu (22,18,0,62).

  • camgöbeği tonu 22.45%
  • eflatun tonu 18.37%
  • sarı tonu 0.00%
  • ana renk tonu 61.57%
CMYK:
(22,18,0,62)
C22M18Y0K62 
(22%,18%,0%,62%)
(0.22/0.18/0.00/0.62)	

CMYK yüzdeleri

%22.45
%18.37
%0
%61.57

Codes

Color #4C5062 in popluar color models

4C5062
RGB768098
HSL229°12.64%34.12%
HSB/HSV229°22.45%38.43%
CMYK22.45%18.37%0.00%
61.57%

Color #4C5062 in popluar number systems.

HEX4C5062
Decimal768098
Binary100110010100001100010
Octal114120142

Shades and tints

Shades of #4C5062

#4C5062
(76,80,98)
#46495A
(70,73,90)
#404252
(64,66,82)
#3A3B4A
(58,59,74)
#343442
(52,52,66)
#2E2D3A
(46,45,58)
#282632
(40,38,50)
#221F2A
(34,31,42)
#1C1822
(28,24,34)
#16111A
(22,17,26)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #4C5062

#4C5062
(76,80,98)
#5C5F70
(92,95,112)
#6C6E7E
(108,110,126)
#7C7D8C
(124,125,140)
#8C8C9A
(140,140,154)
#9C9BA8
(156,155,168)
#ACAAB6
(172,170,182)
#BCB9C4
(188,185,196)
#CCC8D2
(204,200,210)
#DCD7E0
(220,215,224)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5062 color. Also use rgb(76,80,98) instead hex code.

Text Font Color

.myTextColor { color: #4C5062; }

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

This text font color is #4C5062.


Background Color

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

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

This div background color is #4C5062.


Border color

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

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

This div border color is #4C5062.


Opacity

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

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

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

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

This text has shadow with #4C5062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5062 on black background.


Color preview on white background

This text has color #4C5062 on white background.



Black color preview on #4C5062 background

This text has black color on #4C5062 background.


White color preview on #4C5062 background

This text has white color on #4C5062 background.