COLOR #574D79

HEX: #574D79
RGB: (87,77,121)

Renk bilgisi

#574D79 contains red, green and blue colors in about the same proportion. #574D79 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#574D79 color RGB value is (87,77,121).

  • kırmız ton 87;
  • yeşil ton 77;
  • mavi ton 121.
RGB:
(87,77,121)
(34%,30%,47%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 77 of 255 = 30%
B 121 of 255 = 47%

87
77
121

R + G + B ~ 37%. #574D79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 77 + 121 = 285 (100%)
R 87 of 285 ~ 30.53%
G 77 of 285 ~ 27.02%
B 121 of 285 ~ 42.46%

%30.53
%27.02
%42.46

CMYK RENK MODELİ

#574D79 rengi CMYK tonu (28,36,0,53).

  • camgöbeği tonu 28.10%
  • eflatun tonu 36.36%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(28,36,0,53)
C28M36Y0K53 
(28%,36%,0%,53%)
(0.28/0.36/0.00/0.53)	

CMYK yüzdeleri

%28.1
%36.36
%0
%52.55

Codes

Color #574D79 in popluar color models

574D79
RGB8777121
HSL254°22.22%38.82%
HSB/HSV254°36.36%47.45%
CMYK28.10%36.36%0.00%
52.55%

Color #574D79 in popluar number systems.

HEX574D79
Decimal8777121
Binary101011110011011111001
Octal127115171

Shades and tints

Shades of #574D79

#574D79
(87,77,121)
#50466E
(80,70,110)
#493F63
(73,63,99)
#423858
(66,56,88)
#3B314D
(59,49,77)
#342A42
(52,42,66)
#2D2337
(45,35,55)
#261C2C
(38,28,44)
#1F1521
(31,21,33)
#180E16
(24,14,22)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #574D79

#574D79
(87,77,121)
#665D85
(102,93,133)
#756D91
(117,109,145)
#847D9D
(132,125,157)
#938DA9
(147,141,169)
#A29DB5
(162,157,181)
#B1ADC1
(177,173,193)
#C0BDCD
(192,189,205)
#CFCDD9
(207,205,217)
#DEDDE5
(222,221,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574D79 color. Also use rgb(87,77,121) instead hex code.

Text Font Color

.myTextColor { color: #574D79; }

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

This text font color is #574D79.


Background Color

.myBgColor { background-color: #574D79; }

<div style="background-color:#574D79">Inner text</div>

This div background color is #574D79.


Border color

.myBorderColor { border: 1px solid #574D79; }

<div style="border:3px solid #574D79">Div</div>

This div border color is #574D79.


Opacity

.myOpacity80 { color: #574D79; opacity: 0.8; }

<p style="color:#574D79;opacity:0.8;">80%</p>

Text with #574D79 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 #574D79;}

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

This text has shadow with #574D79 color.

.textShadow {text-shadow: 3px 3px 1px #574D79, 3px 3px 1px red;}

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

This text has shadow with #574D79 primary color and red secondary color.


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

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

This text has shadow with #574D79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574D79 on black background.


Color preview on white background

This text has color #574D79 on white background.



Black color preview on #574D79 background

This text has black color on #574D79 background.


White color preview on #574D79 background

This text has white color on #574D79 background.