COLOR #713F69

HEX: #713F69
RGB: (113,63,105)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

113
63
105

R + G + B ~ 37%. #713F69 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 63 + 105 = 281 (100%)
R 113 of 281 ~ 40.21%
G 63 of 281 ~ 22.42%
B 105 of 281 ~ 37.37%

%40.21
%22.42
%37.37

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%44.25
%7.08
%55.69

Codes

Color #713F69 in popluar color models

713F69
RGB11363105
HSL310°28.41%34.51%
HSB/HSV310°44.25%44.31%
CMYK0.00%44.25%7.08%
55.69%

Color #713F69 in popluar number systems.

HEX713F69
Decimal11363105
Binary11100011111111101001
Octal16177151

Shades and tints

Shades of #713F69

#713F69
(113,63,105)
#673A60
(103,58,96)
#5D3557
(93,53,87)
#53304E
(83,48,78)
#492B45
(73,43,69)
#3F263C
(63,38,60)
#352133
(53,33,51)
#2B1C2A
(43,28,42)
#211721
(33,23,33)
#171218
(23,18,24)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #713F69

#713F69
(113,63,105)
#7D5076
(125,80,118)
#896183
(137,97,131)
#957290
(149,114,144)
#A1839D
(161,131,157)
#AD94AA
(173,148,170)
#B9A5B7
(185,165,183)
#C5B6C4
(197,182,196)
#D1C7D1
(209,199,209)
#DDD8DE
(221,216,222)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F69; }

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

This text font color is #713F69.


Background Color

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

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

This div background color is #713F69.


Border color

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

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

This div border color is #713F69.


Opacity

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

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

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

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

This text has shadow with #713F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F69 on black background.


Color preview on white background

This text has color #713F69 on white background.



Black color preview on #713F69 background

This text has black color on #713F69 background.


White color preview on #713F69 background

This text has white color on #713F69 background.