COLOR #713F71

HEX: #713F71
RGB: (113,63,113)

Renk bilgisi

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

RGB renk modeli

#713F71 color RGB value is (113,63,113).

  • kırmız ton 113;
  • yeşil ton 63;
  • mavi ton 113.
RGB:
(113,63,113)
(44%,25%,44%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 63 of 255 = 25%
B 113 of 255 = 44%

113
63
113

R + G + B ~ 38%. #713F71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 63 + 113 = 289 (100%)
R 113 of 289 ~ 39.1%
G 63 of 289 ~ 21.8%
B 113 of 289 ~ 39.1%

%39.1
%21.8
%39.1

CMYK RENK MODELİ

#713F71 rengi CMYK tonu (0,44,0,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.25%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(0,44,0,56)
C0M44Y0K56 
(0%,44%,0%,56%)
(0.00/0.44/0.00/0.56)	

CMYK yüzdeleri

%0
%44.25
%0
%55.69

Codes

Color #713F71 in popluar color models

713F71
RGB11363113
HSL300°28.41%34.51%
HSB/HSV300°44.25%44.31%
CMYK0.00%44.25%0.00%
55.69%

Color #713F71 in popluar number systems.

HEX713F71
Decimal11363113
Binary11100011111111110001
Octal16177161

Shades and tints

Shades of #713F71

#713F71
(113,63,113)
#673A67
(103,58,103)
#5D355D
(93,53,93)
#533053
(83,48,83)
#492B49
(73,43,73)
#3F263F
(63,38,63)
#352135
(53,33,53)
#2B1C2B
(43,28,43)
#211721
(33,23,33)
#171217
(23,18,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #713F71

#713F71
(113,63,113)
#7D507D
(125,80,125)
#896189
(137,97,137)
#957295
(149,114,149)
#A183A1
(161,131,161)
#AD94AD
(173,148,173)
#B9A5B9
(185,165,185)
#C5B6C5
(197,182,197)
#D1C7D1
(209,199,209)
#DDD8DD
(221,216,221)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713F71 color. Also use rgb(113,63,113) instead hex code.

Text Font Color

.myTextColor { color: #713F71; }

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

This text font color is #713F71.


Background Color

.myBgColor { background-color: #713F71; }

<div style="background-color:#713F71">Inner text</div>

This div background color is #713F71.


Border color

.myBorderColor { border: 1px solid #713F71; }

<div style="border:3px solid #713F71">Div</div>

This div border color is #713F71.


Opacity

.myOpacity80 { color: #713F71; opacity: 0.8; }

<p style="color:#713F71;opacity:0.8;">80%</p>

Text with #713F71 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 #713F71;}

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

This text has shadow with #713F71 color.

.textShadow {text-shadow: 3px 3px 1px #713F71, 3px 3px 1px red;}

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

This text has shadow with #713F71 primary color and red secondary color.


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

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

This text has shadow with #713F71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F71 on black background.


Color preview on white background

This text has color #713F71 on white background.



Black color preview on #713F71 background

This text has black color on #713F71 background.


White color preview on #713F71 background

This text has white color on #713F71 background.