COLOR #713A5E

HEX: #713A5E
RGB: (113,58,94)

Renk bilgisi

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

RGB renk modeli

#713A5E color RGB value is (113,58,94).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 58 of 255 = 23%
B 94 of 255 = 37%

113
58
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 58 + 94 = 265 (100%)
R 113 of 265 ~ 42.64%
G 58 of 265 ~ 21.89%
B 94 of 265 ~ 35.47%

%42.64
%21.89
%35.47

CMYK RENK MODELİ

#713A5E rengi CMYK tonu (0,49,17,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.67%
  • sarı tonu 16.81%
  • ana renk tonu 55.69%
CMYK:
(0,49,17,56)
C0M49Y17K56 
(0%,49%,17%,56%)
(0.00/0.49/0.17/0.56)	

CMYK yüzdeleri

%0
%48.67
%16.81
%55.69

Codes

Color #713A5E in popluar color models

713A5E
RGB1135894
HSL321°32.16%33.53%
HSB/HSV321°48.67%44.31%
CMYK0.00%48.67%16.81%
55.69%

Color #713A5E in popluar number systems.

HEX713A5E
Decimal1135894
Binary11100011110101011110
Octal16172136

Shades and tints

Shades of #713A5E

#713A5E
(113,58,94)
#673556
(103,53,86)
#5D304E
(93,48,78)
#532B46
(83,43,70)
#49263E
(73,38,62)
#3F2136
(63,33,54)
#351C2E
(53,28,46)
#2B1726
(43,23,38)
#21121E
(33,18,30)
#170D16
(23,13,22)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #713A5E

#713A5E
(113,58,94)
#7D4B6C
(125,75,108)
#895C7A
(137,92,122)
#956D88
(149,109,136)
#A17E96
(161,126,150)
#AD8FA4
(173,143,164)
#B9A0B2
(185,160,178)
#C5B1C0
(197,177,192)
#D1C2CE
(209,194,206)
#DDD3DC
(221,211,220)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713A5E; }

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

This text font color is #713A5E.


Background Color

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

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

This div background color is #713A5E.


Border color

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

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

This div border color is #713A5E.


Opacity

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

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

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

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

This text has shadow with #713A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A5E on black background.


Color preview on white background

This text has color #713A5E on white background.



Black color preview on #713A5E background

This text has black color on #713A5E background.


White color preview on #713A5E background

This text has white color on #713A5E background.