COLOR #711C0D

HEX: #711C0D
RGB: (113,28,13)

Renk bilgisi

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

RGB renk modeli

#711C0D color RGB value is (113,28,13).

  • kırmız ton 113;
  • yeşil ton 28;
  • mavi ton 13.
RGB:
(113,28,13)
(44%,11%,5%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 28 of 255 = 11%
B 13 of 255 = 5%

113
28
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 28 + 13 = 154 (100%)
R 113 of 154 ~ 73.38%
G 28 of 154 ~ 18.18%
B 13 of 154 ~ 8.44%

%73.38
%18.18

CMYK RENK MODELİ

#711C0D rengi CMYK tonu (0,75,88,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.22%
  • sarı tonu 88.50%
  • ana renk tonu 55.69%
CMYK:
(0,75,88,56)
C0M75Y88K56 
(0%,75%,88%,56%)
(0.00/0.75/0.88/0.56)	

CMYK yüzdeleri

%0
%75.22
%88.5
%55.69

Codes

Color #711C0D in popluar color models

711C0D
RGB1132813
HSL79.37%24.71%
HSB/HSV88.50%44.31%
CMYK0.00%75.22%88.50%
55.69%

Color #711C0D in popluar number systems.

HEX711C0D
Decimal1132813
Binary1110001111001101
Octal1613415

Shades and tints

Shades of #711C0D

#711C0D
(113,28,13)
#671A0C
(103,26,12)
#5D180B
(93,24,11)
#53160A
(83,22,10)
#491409
(73,20,9)
#3F1208
(63,18,8)
#351007
(53,16,7)
#2B0E06
(43,14,6)
#210C05
(33,12,5)
#170A04
(23,10,4)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #711C0D

#711C0D
(113,28,13)
#7D3023
(125,48,35)
#894439
(137,68,57)
#95584F
(149,88,79)
#A16C65
(161,108,101)
#AD807B
(173,128,123)
#B99491
(185,148,145)
#C5A8A7
(197,168,167)
#D1BCBD
(209,188,189)
#DDD0D3
(221,208,211)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711C0D color. Also use rgb(113,28,13) instead hex code.

Text Font Color

.myTextColor { color: #711C0D; }

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

This text font color is #711C0D.


Background Color

.myBgColor { background-color: #711C0D; }

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

This div background color is #711C0D.


Border color

.myBorderColor { border: 1px solid #711C0D; }

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

This div border color is #711C0D.


Opacity

.myOpacity80 { color: #711C0D; opacity: 0.8; }

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

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

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

This text has shadow with #711C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711C0D on black background.


Color preview on white background

This text has color #711C0D on white background.



Black color preview on #711C0D background

This text has black color on #711C0D background.


White color preview on #711C0D background

This text has white color on #711C0D background.