COLOR #713A47

HEX: #713A47
RGB: (113,58,71)

Renk bilgisi

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

RGB renk modeli

#713A47 color RGB value is (113,58,71).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 58 of 255 = 23%
B 71 of 255 = 28%

113
58
71

R + G + B ~ 32%. #713A47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 58 + 71 = 242 (100%)
R 113 of 242 ~ 46.69%
G 58 of 242 ~ 23.97%
B 71 of 242 ~ 29.34%

%46.69
%23.97
%29.34

CMYK RENK MODELİ

#713A47 rengi CMYK tonu (0,49,37,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.67%
  • sarı tonu 37.17%
  • ana renk tonu 55.69%
CMYK:
(0,49,37,56)
C0M49Y37K56 
(0%,49%,37%,56%)
(0.00/0.49/0.37/0.56)	

CMYK yüzdeleri

%0
%48.67
%37.17
%55.69

Codes

Color #713A47 in popluar color models

713A47
RGB1135871
HSL346°32.16%33.53%
HSB/HSV346°48.67%44.31%
CMYK0.00%48.67%37.17%
55.69%

Color #713A47 in popluar number systems.

HEX713A47
Decimal1135871
Binary11100011110101000111
Octal16172107

Shades and tints

Shades of #713A47

#713A47
(113,58,71)
#673541
(103,53,65)
#5D303B
(93,48,59)
#532B35
(83,43,53)
#49262F
(73,38,47)
#3F2129
(63,33,41)
#351C23
(53,28,35)
#2B171D
(43,23,29)
#211217
(33,18,23)
#170D11
(23,13,17)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #713A47

#713A47
(113,58,71)
#7D4B57
(125,75,87)
#895C67
(137,92,103)
#956D77
(149,109,119)
#A17E87
(161,126,135)
#AD8F97
(173,143,151)
#B9A0A7
(185,160,167)
#C5B1B7
(197,177,183)
#D1C2C7
(209,194,199)
#DDD3D7
(221,211,215)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713A47; }

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

This text font color is #713A47.


Background Color

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

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

This div background color is #713A47.


Border color

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

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

This div border color is #713A47.


Opacity

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

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

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

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

This text has shadow with #713A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A47 on black background.


Color preview on white background

This text has color #713A47 on white background.



Black color preview on #713A47 background

This text has black color on #713A47 background.


White color preview on #713A47 background

This text has white color on #713A47 background.