COLOR #713017

HEX: #713017
RGB: (113,48,23)

Renk bilgisi

#713017 contains mainly red color. #713017 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#713017 color RGB value is (113,48,23).

  • kırmız ton 113;
  • yeşil ton 48;
  • mavi ton 23.
RGB:
(113,48,23)
(44%,19%,9%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 48 of 255 = 19%
B 23 of 255 = 9%

113
48
23

R + G + B ~ 24%. #713017 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 48 + 23 = 184 (100%)
R 113 of 184 ~ 61.41%
G 48 of 184 ~ 26.09%
B 23 of 184 ~ 12.5%

%61.41
%26.09
%12.5

CMYK RENK MODELİ

#713017 rengi CMYK tonu (0,58,80,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.52%
  • sarı tonu 79.65%
  • ana renk tonu 55.69%
CMYK:
(0,58,80,56)
C0M58Y80K56 
(0%,58%,80%,56%)
(0.00/0.58/0.80/0.56)	

CMYK yüzdeleri

%0
%57.52
%79.65
%55.69

Codes

Color #713017 in popluar color models

713017
RGB1134823
HSL17°66.18%26.67%
HSB/HSV17°79.65%44.31%
CMYK0.00%57.52%79.65%
55.69%

Color #713017 in popluar number systems.

HEX713017
Decimal1134823
Binary111000111000010111
Octal1616027

Shades and tints

Shades of #713017

#713017
(113,48,23)
#672C15
(103,44,21)
#5D2813
(93,40,19)
#532411
(83,36,17)
#49200F
(73,32,15)
#3F1C0D
(63,28,13)
#35180B
(53,24,11)
#2B1409
(43,20,9)
#211007
(33,16,7)
#170C05
(23,12,5)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #713017

#713017
(113,48,23)
#7D422C
(125,66,44)
#895441
(137,84,65)
#956656
(149,102,86)
#A1786B
(161,120,107)
#AD8A80
(173,138,128)
#B99C95
(185,156,149)
#C5AEAA
(197,174,170)
#D1C0BF
(209,192,191)
#DDD2D4
(221,210,212)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713017 color. Also use rgb(113,48,23) instead hex code.

Text Font Color

.myTextColor { color: #713017; }

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

This text font color is #713017.


Background Color

.myBgColor { background-color: #713017; }

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

This div background color is #713017.


Border color

.myBorderColor { border: 1px solid #713017; }

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

This div border color is #713017.


Opacity

.myOpacity80 { color: #713017; opacity: 0.8; }

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

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

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

This text has shadow with #713017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713017 on black background.


Color preview on white background

This text has color #713017 on white background.



Black color preview on #713017 background

This text has black color on #713017 background.


White color preview on #713017 background

This text has white color on #713017 background.