COLOR #57377F

HEX: #57377F
RGB: (87,55,127)

Renk bilgisi

#57377F contains mainly red and blue colors. #57377F ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#57377F color RGB value is (87,55,127).

  • kırmız ton 87;
  • yeşil ton 55;
  • mavi ton 127.
RGB:
(87,55,127)
(34%,22%,50%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 55 of 255 = 22%
B 127 of 255 = 50%

87
55
127

R + G + B ~ 35%. #57377F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 55 + 127 = 269 (100%)
R 87 of 269 ~ 32.34%
G 55 of 269 ~ 20.45%
B 127 of 269 ~ 47.21%

%32.34
%20.45
%47.21

CMYK RENK MODELİ

#57377F rengi CMYK tonu (31,57,0,50).

  • camgöbeği tonu 31.50%
  • eflatun tonu 56.69%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(31,57,0,50)
C31M57Y0K50 
(31%,57%,0%,50%)
(0.31/0.57/0.00/0.50)	

CMYK yüzdeleri

%31.5
%56.69
%0
%50.2

Codes

Color #57377F in popluar color models

57377F
RGB8755127
HSL267°39.56%35.69%
HSB/HSV267°56.69%49.80%
CMYK31.50%56.69%0.00%
50.20%

Color #57377F in popluar number systems.

HEX57377F
Decimal8755127
Binary10101111101111111111
Octal12767177

Shades and tints

Shades of #57377F

#57377F
(87,55,127)
#503274
(80,50,116)
#492D69
(73,45,105)
#42285E
(66,40,94)
#3B2353
(59,35,83)
#341E48
(52,30,72)
#2D193D
(45,25,61)
#261432
(38,20,50)
#1F0F27
(31,15,39)
#180A1C
(24,10,28)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #57377F

#57377F
(87,55,127)
#66498A
(102,73,138)
#755B95
(117,91,149)
#846DA0
(132,109,160)
#937FAB
(147,127,171)
#A291B6
(162,145,182)
#B1A3C1
(177,163,193)
#C0B5CC
(192,181,204)
#CFC7D7
(207,199,215)
#DED9E2
(222,217,226)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57377F color. Also use rgb(87,55,127) instead hex code.

Text Font Color

.myTextColor { color: #57377F; }

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

This text font color is #57377F.


Background Color

.myBgColor { background-color: #57377F; }

<div style="background-color:#57377F">Inner text</div>

This div background color is #57377F.


Border color

.myBorderColor { border: 1px solid #57377F; }

<div style="border:3px solid #57377F">Div</div>

This div border color is #57377F.


Opacity

.myOpacity80 { color: #57377F; opacity: 0.8; }

<p style="color:#57377F;opacity:0.8;">80%</p>

Text with #57377F 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 #57377F;}

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

This text has shadow with #57377F color.

.textShadow {text-shadow: 3px 3px 1px #57377F, 3px 3px 1px red;}

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

This text has shadow with #57377F primary color and red secondary color.


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

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

This text has shadow with #57377F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57377F on black background.


Color preview on white background

This text has color #57377F on white background.



Black color preview on #57377F background

This text has black color on #57377F background.


White color preview on #57377F background

This text has white color on #57377F background.