COLOR #713C4F

HEX: #713C4F
RGB: (113,60,79)

Renk bilgisi

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

RGB renk modeli

#713C4F color RGB value is (113,60,79).

  • kırmız ton 113;
  • yeşil ton 60;
  • mavi ton 79.
RGB:
(113,60,79)
(44%,24%,31%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 60 of 255 = 24%
B 79 of 255 = 31%

113
60
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 60 + 79 = 252 (100%)
R 113 of 252 ~ 44.84%
G 60 of 252 ~ 23.81%
B 79 of 252 ~ 31.35%

%44.84
%23.81
%31.35

CMYK RENK MODELİ

#713C4F rengi CMYK tonu (0,47,30,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.90%
  • sarı tonu 30.09%
  • ana renk tonu 55.69%
CMYK:
(0,47,30,56)
C0M47Y30K56 
(0%,47%,30%,56%)
(0.00/0.47/0.30/0.56)	

CMYK yüzdeleri

%0
%46.9
%30.09
%55.69

Codes

Color #713C4F in popluar color models

713C4F
RGB1136079
HSL338°30.64%33.92%
HSB/HSV338°46.90%44.31%
CMYK0.00%46.90%30.09%
55.69%

Color #713C4F in popluar number systems.

HEX713C4F
Decimal1136079
Binary11100011111001001111
Octal16174117

Shades and tints

Shades of #713C4F

#713C4F
(113,60,79)
#673748
(103,55,72)
#5D3241
(93,50,65)
#532D3A
(83,45,58)
#492833
(73,40,51)
#3F232C
(63,35,44)
#351E25
(53,30,37)
#2B191E
(43,25,30)
#211417
(33,20,23)
#170F10
(23,15,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #713C4F

#713C4F
(113,60,79)
#7D4D5F
(125,77,95)
#895E6F
(137,94,111)
#956F7F
(149,111,127)
#A1808F
(161,128,143)
#AD919F
(173,145,159)
#B9A2AF
(185,162,175)
#C5B3BF
(197,179,191)
#D1C4CF
(209,196,207)
#DDD5DF
(221,213,223)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713C4F color. Also use rgb(113,60,79) instead hex code.

Text Font Color

.myTextColor { color: #713C4F; }

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

This text font color is #713C4F.


Background Color

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

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

This div background color is #713C4F.


Border color

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

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

This div border color is #713C4F.


Opacity

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

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

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

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

This text has shadow with #713C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C4F on black background.


Color preview on white background

This text has color #713C4F on white background.



Black color preview on #713C4F background

This text has black color on #713C4F background.


White color preview on #713C4F background

This text has white color on #713C4F background.