COLOR #713A60

HEX: #713A60
RGB: (113,58,96)

Renk bilgisi

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

RGB renk modeli

#713A60 color RGB value is (113,58,96).

  • kırmız ton 113;
  • yeşil ton 58;
  • mavi ton 96.
RGB:
(113,58,96)
(44%,23%,38%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 58 of 255 = 23%
B 96 of 255 = 38%

113
58
96

R + G + B ~ 35%. #713A60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 58 + 96 = 267 (100%)
R 113 of 267 ~ 42.32%
G 58 of 267 ~ 21.72%
B 96 of 267 ~ 35.96%

%42.32
%21.72
%35.96

CMYK RENK MODELİ

#713A60 rengi CMYK tonu (0,49,15,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.67%
  • sarı tonu 15.04%
  • ana renk tonu 55.69%
CMYK:
(0,49,15,56)
C0M49Y15K56 
(0%,49%,15%,56%)
(0.00/0.49/0.15/0.56)	

CMYK yüzdeleri

%0
%48.67
%15.04
%55.69

Codes

Color #713A60 in popluar color models

713A60
RGB1135896
HSL319°32.16%33.53%
HSB/HSV319°48.67%44.31%
CMYK0.00%48.67%15.04%
55.69%

Color #713A60 in popluar number systems.

HEX713A60
Decimal1135896
Binary11100011110101100000
Octal16172140

Shades and tints

Shades of #713A60

#713A60
(113,58,96)
#673558
(103,53,88)
#5D3050
(93,48,80)
#532B48
(83,43,72)
#492640
(73,38,64)
#3F2138
(63,33,56)
#351C30
(53,28,48)
#2B1728
(43,23,40)
#211220
(33,18,32)
#170D18
(23,13,24)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #713A60

#713A60
(113,58,96)
#7D4B6E
(125,75,110)
#895C7C
(137,92,124)
#956D8A
(149,109,138)
#A17E98
(161,126,152)
#AD8FA6
(173,143,166)
#B9A0B4
(185,160,180)
#C5B1C2
(197,177,194)
#D1C2D0
(209,194,208)
#DDD3DE
(221,211,222)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713A60; }

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

This text font color is #713A60.


Background Color

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

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

This div background color is #713A60.


Border color

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

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

This div border color is #713A60.


Opacity

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

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

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

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

This text has shadow with #713A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A60 on black background.


Color preview on white background

This text has color #713A60 on white background.



Black color preview on #713A60 background

This text has black color on #713A60 background.


White color preview on #713A60 background

This text has white color on #713A60 background.