COLOR #4C517C

HEX: #4C517C
RGB: (76,81,124)

Renk bilgisi

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

RGB renk modeli

#4C517C color RGB value is (76,81,124).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 81 of 255 = 32%
B 124 of 255 = 49%

76
81
124

R + G + B ~ 37%. #4C517C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 81 + 124 = 281 (100%)
R 76 of 281 ~ 27.05%
G 81 of 281 ~ 28.83%
B 124 of 281 ~ 44.13%

%27.05
%28.83
%44.13

CMYK RENK MODELİ

#4C517C rengi CMYK tonu (39,35,0,51).

  • camgöbeği tonu 38.71%
  • eflatun tonu 34.68%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(39,35,0,51)
C39M35Y0K51 
(39%,35%,0%,51%)
(0.39/0.35/0.00/0.51)	

CMYK yüzdeleri

%38.71
%34.68
%0
%51.37

Codes

Color #4C517C in popluar color models

4C517C
RGB7681124
HSL234°24.00%39.22%
HSB/HSV234°38.71%48.63%
CMYK38.71%34.68%0.00%
51.37%

Color #4C517C in popluar number systems.

HEX4C517C
Decimal7681124
Binary100110010100011111100
Octal114121174

Shades and tints

Shades of #4C517C

#4C517C
(76,81,124)
#464A71
(70,74,113)
#404366
(64,67,102)
#3A3C5B
(58,60,91)
#343550
(52,53,80)
#2E2E45
(46,46,69)
#28273A
(40,39,58)
#22202F
(34,32,47)
#1C1924
(28,25,36)
#161219
(22,18,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #4C517C

#4C517C
(76,81,124)
#5C6087
(92,96,135)
#6C6F92
(108,111,146)
#7C7E9D
(124,126,157)
#8C8DA8
(140,141,168)
#9C9CB3
(156,156,179)
#ACABBE
(172,171,190)
#BCBAC9
(188,186,201)
#CCC9D4
(204,201,212)
#DCD8DF
(220,216,223)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C517C; }

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

This text font color is #4C517C.


Background Color

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

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

This div background color is #4C517C.


Border color

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

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

This div border color is #4C517C.


Opacity

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

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

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

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

This text has shadow with #4C517C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C517C on black background.


Color preview on white background

This text has color #4C517C on white background.



Black color preview on #4C517C background

This text has black color on #4C517C background.


White color preview on #4C517C background

This text has white color on #4C517C background.