COLOR #713F72

HEX: #713F72
RGB: (113,63,114)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

113
63
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 63 + 114 = 290 (100%)
R 113 of 290 ~ 38.97%
G 63 of 290 ~ 21.72%
B 114 of 290 ~ 39.31%

%38.97
%21.72
%39.31

CMYK RENK MODELİ

#713F72 rengi CMYK tonu (1,45,0,55).

  • camgöbeği tonu 0.88%
  • eflatun tonu 44.74%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(1,45,0,55)
C1M45Y0K55 
(1%,45%,0%,55%)
(0.01/0.45/0.00/0.55)	

CMYK yüzdeleri

%0.88
%44.74
%0
%55.29

Codes

Color #713F72 in popluar color models

713F72
RGB11363114
HSL299°28.81%34.71%
HSB/HSV299°44.74%44.71%
CMYK0.88%44.74%0.00%
55.29%

Color #713F72 in popluar number systems.

HEX713F72
Decimal11363114
Binary11100011111111110010
Octal16177162

Shades and tints

Shades of #713F72

#713F72
(113,63,114)
#673A68
(103,58,104)
#5D355E
(93,53,94)
#533054
(83,48,84)
#492B4A
(73,43,74)
#3F2640
(63,38,64)
#352136
(53,33,54)
#2B1C2C
(43,28,44)
#211722
(33,23,34)
#171218
(23,18,24)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #713F72

#713F72
(113,63,114)
#7D507E
(125,80,126)
#89618A
(137,97,138)
#957296
(149,114,150)
#A183A2
(161,131,162)
#AD94AE
(173,148,174)
#B9A5BA
(185,165,186)
#C5B6C6
(197,182,198)
#D1C7D2
(209,199,210)
#DDD8DE
(221,216,222)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F72; }

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

This text font color is #713F72.


Background Color

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

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

This div background color is #713F72.


Border color

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

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

This div border color is #713F72.


Opacity

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

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

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

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

This text has shadow with #713F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F72 on black background.


Color preview on white background

This text has color #713F72 on white background.



Black color preview on #713F72 background

This text has black color on #713F72 background.


White color preview on #713F72 background

This text has white color on #713F72 background.