COLOR #711E57

HEX: #711E57
RGB: (113,30,87)

Renk bilgisi

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

RGB renk modeli

#711E57 color RGB value is (113,30,87).

  • kırmız ton 113;
  • yeşil ton 30;
  • mavi ton 87.
RGB:
(113,30,87)
(44%,12%,34%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 30 of 255 = 12%
B 87 of 255 = 34%

113
30
87

R + G + B ~ 30%. #711E57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 30 + 87 = 230 (100%)
R 113 of 230 ~ 49.13%
G 30 of 230 ~ 13.04%
B 87 of 230 ~ 37.83%

%49.13
%13.04
%37.83

CMYK RENK MODELİ

#711E57 rengi CMYK tonu (0,73,23,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.45%
  • sarı tonu 23.01%
  • ana renk tonu 55.69%
CMYK:
(0,73,23,56)
C0M73Y23K56 
(0%,73%,23%,56%)
(0.00/0.73/0.23/0.56)	

CMYK yüzdeleri

%0
%73.45
%23.01
%55.69

Codes

Color #711E57 in popluar color models

711E57
RGB1133087
HSL319°58.04%28.04%
HSB/HSV319°73.45%44.31%
CMYK0.00%73.45%23.01%
55.69%

Color #711E57 in popluar number systems.

HEX711E57
Decimal1133087
Binary1110001111101010111
Octal16136127

Shades and tints

Shades of #711E57

#711E57
(113,30,87)
#671C50
(103,28,80)
#5D1A49
(93,26,73)
#531842
(83,24,66)
#49163B
(73,22,59)
#3F1434
(63,20,52)
#35122D
(53,18,45)
#2B1026
(43,16,38)
#210E1F
(33,14,31)
#170C18
(23,12,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #711E57

#711E57
(113,30,87)
#7D3266
(125,50,102)
#894675
(137,70,117)
#955A84
(149,90,132)
#A16E93
(161,110,147)
#AD82A2
(173,130,162)
#B996B1
(185,150,177)
#C5AAC0
(197,170,192)
#D1BECF
(209,190,207)
#DDD2DE
(221,210,222)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711E57 color. Also use rgb(113,30,87) instead hex code.

Text Font Color

.myTextColor { color: #711E57; }

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

This text font color is #711E57.


Background Color

.myBgColor { background-color: #711E57; }

<div style="background-color:#711E57">Inner text</div>

This div background color is #711E57.


Border color

.myBorderColor { border: 1px solid #711E57; }

<div style="border:3px solid #711E57">Div</div>

This div border color is #711E57.


Opacity

.myOpacity80 { color: #711E57; opacity: 0.8; }

<p style="color:#711E57;opacity:0.8;">80%</p>

Text with #711E57 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 #711E57;}

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

This text has shadow with #711E57 color.

.textShadow {text-shadow: 3px 3px 1px #711E57, 3px 3px 1px red;}

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

This text has shadow with #711E57 primary color and red secondary color.


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

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

This text has shadow with #711E57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711E57 on black background.


Color preview on white background

This text has color #711E57 on white background.



Black color preview on #711E57 background

This text has black color on #711E57 background.


White color preview on #711E57 background

This text has white color on #711E57 background.