COLOR #711713

HEX: #711713
RGB: (113,23,19)

Renk bilgisi

#711713 contains mainly red color. #711713 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#711713 color RGB value is (113,23,19).

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

RGB bağlantıları ve doygunluk

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

113
23
19

R + G + B ~ 20%. #711713 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 23 + 19 = 155 (100%)
R 113 of 155 ~ 72.9%
G 23 of 155 ~ 14.84%
B 19 of 155 ~ 12.26%

%72.9
%14.84
%12.26

CMYK RENK MODELİ

#711713 rengi CMYK tonu (0,80,83,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 79.65%
  • sarı tonu 83.19%
  • ana renk tonu 55.69%
CMYK:
(0,80,83,56)
C0M80Y83K56 
(0%,80%,83%,56%)
(0.00/0.80/0.83/0.56)	

CMYK yüzdeleri

%0
%79.65
%83.19
%55.69

Codes

Color #711713 in popluar color models

711713
RGB1132319
HSL71.21%25.88%
HSB/HSV83.19%44.31%
CMYK0.00%79.65%83.19%
55.69%

Color #711713 in popluar number systems.

HEX711713
Decimal1132319
Binary11100011011110011
Octal1612723

Shades and tints

Shades of #711713

#711713
(113,23,19)
#671512
(103,21,18)
#5D1311
(93,19,17)
#531110
(83,17,16)
#490F0F
(73,15,15)
#3F0D0E
(63,13,14)
#350B0D
(53,11,13)
#2B090C
(43,9,12)
#21070B
(33,7,11)
#17050A
(23,5,10)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #711713

#711713
(113,23,19)
#7D2C28
(125,44,40)
#89413D
(137,65,61)
#955652
(149,86,82)
#A16B67
(161,107,103)
#AD807C
(173,128,124)
#B99591
(185,149,145)
#C5AAA6
(197,170,166)
#D1BFBB
(209,191,187)
#DDD4D0
(221,212,208)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711713; }

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

This text font color is #711713.


Background Color

.myBgColor { background-color: #711713; }

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

This div background color is #711713.


Border color

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

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

This div border color is #711713.


Opacity

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

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

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

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

This text has shadow with #711713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711713 on black background.


Color preview on white background

This text has color #711713 on white background.



Black color preview on #711713 background

This text has black color on #711713 background.


White color preview on #711713 background

This text has white color on #711713 background.