COLOR #713A55

HEX: #713A55
RGB: (113,58,85)

Renk bilgisi

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

RGB renk modeli

#713A55 color RGB value is (113,58,85).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 58 of 255 = 23%
B 85 of 255 = 33%

113
58
85

R + G + B ~ 33%. #713A55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 58 + 85 = 256 (100%)
R 113 of 256 ~ 44.14%
G 58 of 256 ~ 22.66%
B 85 of 256 ~ 33.2%

%44.14
%22.66
%33.2

CMYK RENK MODELİ

#713A55 rengi CMYK tonu (0,49,25,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.67%
  • sarı tonu 24.78%
  • ana renk tonu 55.69%
CMYK:
(0,49,25,56)
C0M49Y25K56 
(0%,49%,25%,56%)
(0.00/0.49/0.25/0.56)	

CMYK yüzdeleri

%0
%48.67
%24.78
%55.69

Codes

Color #713A55 in popluar color models

713A55
RGB1135885
HSL331°32.16%33.53%
HSB/HSV331°48.67%44.31%
CMYK0.00%48.67%24.78%
55.69%

Color #713A55 in popluar number systems.

HEX713A55
Decimal1135885
Binary11100011110101010101
Octal16172125

Shades and tints

Shades of #713A55

#713A55
(113,58,85)
#67354E
(103,53,78)
#5D3047
(93,48,71)
#532B40
(83,43,64)
#492639
(73,38,57)
#3F2132
(63,33,50)
#351C2B
(53,28,43)
#2B1724
(43,23,36)
#21121D
(33,18,29)
#170D16
(23,13,22)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #713A55

#713A55
(113,58,85)
#7D4B64
(125,75,100)
#895C73
(137,92,115)
#956D82
(149,109,130)
#A17E91
(161,126,145)
#AD8FA0
(173,143,160)
#B9A0AF
(185,160,175)
#C5B1BE
(197,177,190)
#D1C2CD
(209,194,205)
#DDD3DC
(221,211,220)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713A55; }

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

This text font color is #713A55.


Background Color

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

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

This div background color is #713A55.


Border color

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

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

This div border color is #713A55.


Opacity

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

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

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

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

This text has shadow with #713A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A55 on black background.


Color preview on white background

This text has color #713A55 on white background.



Black color preview on #713A55 background

This text has black color on #713A55 background.


White color preview on #713A55 background

This text has white color on #713A55 background.