COLOR #713C74

HEX: #713C74
RGB: (113,60,116)

Renk bilgisi

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

RGB renk modeli

#713C74 color RGB value is (113,60,116).

  • kırmız ton 113;
  • yeşil ton 60;
  • mavi ton 116.
RGB:
(113,60,116)
(44%,24%,45%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 60 of 255 = 24%
B 116 of 255 = 45%

113
60
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 60 + 116 = 289 (100%)
R 113 of 289 ~ 39.1%
G 60 of 289 ~ 20.76%
B 116 of 289 ~ 40.14%

%39.1
%20.76
%40.14

CMYK RENK MODELİ

#713C74 rengi CMYK tonu (3,48,0,55).

  • camgöbeği tonu 2.59%
  • eflatun tonu 48.28%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(3,48,0,55)
C3M48Y0K55 
(3%,48%,0%,55%)
(0.03/0.48/0.00/0.55)	

CMYK yüzdeleri

%2.59
%48.28
%0
%54.51

Codes

Color #713C74 in popluar color models

713C74
RGB11360116
HSL297°31.82%34.51%
HSB/HSV297°48.28%45.49%
CMYK2.59%48.28%0.00%
54.51%

Color #713C74 in popluar number systems.

HEX713C74
Decimal11360116
Binary11100011111001110100
Octal16174164

Shades and tints

Shades of #713C74

#713C74
(113,60,116)
#67376A
(103,55,106)
#5D3260
(93,50,96)
#532D56
(83,45,86)
#49284C
(73,40,76)
#3F2342
(63,35,66)
#351E38
(53,30,56)
#2B192E
(43,25,46)
#211424
(33,20,36)
#170F1A
(23,15,26)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #713C74

#713C74
(113,60,116)
#7D4D80
(125,77,128)
#895E8C
(137,94,140)
#956F98
(149,111,152)
#A180A4
(161,128,164)
#AD91B0
(173,145,176)
#B9A2BC
(185,162,188)
#C5B3C8
(197,179,200)
#D1C4D4
(209,196,212)
#DDD5E0
(221,213,224)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713C74; }

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

This text font color is #713C74.


Background Color

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

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

This div background color is #713C74.


Border color

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

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

This div border color is #713C74.


Opacity

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

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

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

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

This text has shadow with #713C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C74 on black background.


Color preview on white background

This text has color #713C74 on white background.



Black color preview on #713C74 background

This text has black color on #713C74 background.


White color preview on #713C74 background

This text has white color on #713C74 background.