COLOR #713F56

HEX: #713F56
RGB: (113,63,86)

Renk bilgisi

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

RGB renk modeli

#713F56 color RGB value is (113,63,86).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 63 of 255 = 25%
B 86 of 255 = 34%

113
63
86

R + G + B ~ 34%. #713F56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 63 + 86 = 262 (100%)
R 113 of 262 ~ 43.13%
G 63 of 262 ~ 24.05%
B 86 of 262 ~ 32.82%

%43.13
%24.05
%32.82

CMYK RENK MODELİ

#713F56 rengi CMYK tonu (0,44,24,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.25%
  • sarı tonu 23.89%
  • ana renk tonu 55.69%
CMYK:
(0,44,24,56)
C0M44Y24K56 
(0%,44%,24%,56%)
(0.00/0.44/0.24/0.56)	

CMYK yüzdeleri

%0
%44.25
%23.89
%55.69

Codes

Color #713F56 in popluar color models

713F56
RGB1136386
HSL332°28.41%34.51%
HSB/HSV332°44.25%44.31%
CMYK0.00%44.25%23.89%
55.69%

Color #713F56 in popluar number systems.

HEX713F56
Decimal1136386
Binary11100011111111010110
Octal16177126

Shades and tints

Shades of #713F56

#713F56
(113,63,86)
#673A4F
(103,58,79)
#5D3548
(93,53,72)
#533041
(83,48,65)
#492B3A
(73,43,58)
#3F2633
(63,38,51)
#35212C
(53,33,44)
#2B1C25
(43,28,37)
#21171E
(33,23,30)
#171217
(23,18,23)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #713F56

#713F56
(113,63,86)
#7D5065
(125,80,101)
#896174
(137,97,116)
#957283
(149,114,131)
#A18392
(161,131,146)
#AD94A1
(173,148,161)
#B9A5B0
(185,165,176)
#C5B6BF
(197,182,191)
#D1C7CE
(209,199,206)
#DDD8DD
(221,216,221)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F56; }

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

This text font color is #713F56.


Background Color

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

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

This div background color is #713F56.


Border color

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

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

This div border color is #713F56.


Opacity

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

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

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

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

This text has shadow with #713F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F56 on black background.


Color preview on white background

This text has color #713F56 on white background.



Black color preview on #713F56 background

This text has black color on #713F56 background.


White color preview on #713F56 background

This text has white color on #713F56 background.