COLOR #713B20

HEX: #713B20
RGB: (113,59,32)

Renk bilgisi

#713B20 contains mainly red and green colors. #713B20 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#713B20 color RGB value is (113,59,32).

  • kırmız ton 113;
  • yeşil ton 59;
  • mavi ton 32.
RGB:
(113,59,32)
(44%,23%,13%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 59 of 255 = 23%
B 32 of 255 = 13%

113
59
32

R + G + B ~ 27%. #713B20 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 59 + 32 = 204 (100%)
R 113 of 204 ~ 55.39%
G 59 of 204 ~ 28.92%
B 32 of 204 ~ 15.69%

%55.39
%28.92
%15.69

CMYK RENK MODELİ

#713B20 rengi CMYK tonu (0,48,72,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.79%
  • sarı tonu 71.68%
  • ana renk tonu 55.69%
CMYK:
(0,48,72,56)
C0M48Y72K56 
(0%,48%,72%,56%)
(0.00/0.48/0.72/0.56)	

CMYK yüzdeleri

%0
%47.79
%71.68
%55.69

Codes

Color #713B20 in popluar color models

713B20
RGB1135932
HSL20°55.86%28.43%
HSB/HSV20°71.68%44.31%
CMYK0.00%47.79%71.68%
55.69%

Color #713B20 in popluar number systems.

HEX713B20
Decimal1135932
Binary1110001111011100000
Octal1617340

Shades and tints

Shades of #713B20

#713B20
(113,59,32)
#67361E
(103,54,30)
#5D311C
(93,49,28)
#532C1A
(83,44,26)
#492718
(73,39,24)
#3F2216
(63,34,22)
#351D14
(53,29,20)
#2B1812
(43,24,18)
#211310
(33,19,16)
#170E0E
(23,14,14)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #713B20

#713B20
(113,59,32)
#7D4C34
(125,76,52)
#895D48
(137,93,72)
#956E5C
(149,110,92)
#A17F70
(161,127,112)
#AD9084
(173,144,132)
#B9A198
(185,161,152)
#C5B2AC
(197,178,172)
#D1C3C0
(209,195,192)
#DDD4D4
(221,212,212)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713B20 color. Also use rgb(113,59,32) instead hex code.

Text Font Color

.myTextColor { color: #713B20; }

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

This text font color is #713B20.


Background Color

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

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

This div background color is #713B20.


Border color

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

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

This div border color is #713B20.


Opacity

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

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

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

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

This text has shadow with #713B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713B20 on black background.


Color preview on white background

This text has color #713B20 on white background.



Black color preview on #713B20 background

This text has black color on #713B20 background.


White color preview on #713B20 background

This text has white color on #713B20 background.