COLOR #713A62

HEX: #713A62
RGB: (113,58,98)

Renk bilgisi

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

RGB renk modeli

#713A62 color RGB value is (113,58,98).

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

RGB bağlantıları ve doygunluk

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

113
58
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 58 + 98 = 269 (100%)
R 113 of 269 ~ 42.01%
G 58 of 269 ~ 21.56%
B 98 of 269 ~ 36.43%

%42.01
%21.56
%36.43

CMYK RENK MODELİ

#713A62 rengi CMYK tonu (0,49,13,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.67%
  • sarı tonu 13.27%
  • ana renk tonu 55.69%
CMYK:
(0,49,13,56)
C0M49Y13K56 
(0%,49%,13%,56%)
(0.00/0.49/0.13/0.56)	

CMYK yüzdeleri

%0
%48.67
%13.27
%55.69

Codes

Color #713A62 in popluar color models

713A62
RGB1135898
HSL316°32.16%33.53%
HSB/HSV316°48.67%44.31%
CMYK0.00%48.67%13.27%
55.69%

Color #713A62 in popluar number systems.

HEX713A62
Decimal1135898
Binary11100011110101100010
Octal16172142

Shades and tints

Shades of #713A62

#713A62
(113,58,98)
#67355A
(103,53,90)
#5D3052
(93,48,82)
#532B4A
(83,43,74)
#492642
(73,38,66)
#3F213A
(63,33,58)
#351C32
(53,28,50)
#2B172A
(43,23,42)
#211222
(33,18,34)
#170D1A
(23,13,26)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #713A62

#713A62
(113,58,98)
#7D4B70
(125,75,112)
#895C7E
(137,92,126)
#956D8C
(149,109,140)
#A17E9A
(161,126,154)
#AD8FA8
(173,143,168)
#B9A0B6
(185,160,182)
#C5B1C4
(197,177,196)
#D1C2D2
(209,194,210)
#DDD3E0
(221,211,224)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713A62; }

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

This text font color is #713A62.


Background Color

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

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

This div background color is #713A62.


Border color

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

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

This div border color is #713A62.


Opacity

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

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

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

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

This text has shadow with #713A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A62 on black background.


Color preview on white background

This text has color #713A62 on white background.



Black color preview on #713A62 background

This text has black color on #713A62 background.


White color preview on #713A62 background

This text has white color on #713A62 background.