COLOR #711C24

HEX: #711C24
RGB: (113,28,36)

Renk bilgisi

#711C24 contains mainly red color. #711C24 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#711C24 color RGB value is (113,28,36).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 28 of 255 = 11%
B 36 of 255 = 14%

113
28
36

R + G + B ~ 23%. #711C24 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 28 + 36 = 177 (100%)
R 113 of 177 ~ 63.84%
G 28 of 177 ~ 15.82%
B 36 of 177 ~ 20.34%

%63.84
%15.82
%20.34

CMYK RENK MODELİ

#711C24 rengi CMYK tonu (0,75,68,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.22%
  • sarı tonu 68.14%
  • ana renk tonu 55.69%
CMYK:
(0,75,68,56)
C0M75Y68K56 
(0%,75%,68%,56%)
(0.00/0.75/0.68/0.56)	

CMYK yüzdeleri

%0
%75.22
%68.14
%55.69

Codes

Color #711C24 in popluar color models

711C24
RGB1132836
HSL354°60.28%27.65%
HSB/HSV354°75.22%44.31%
CMYK0.00%75.22%68.14%
55.69%

Color #711C24 in popluar number systems.

HEX711C24
Decimal1132836
Binary111000111100100100
Octal1613444

Shades and tints

Shades of #711C24

#711C24
(113,28,36)
#671A21
(103,26,33)
#5D181E
(93,24,30)
#53161B
(83,22,27)
#491418
(73,20,24)
#3F1215
(63,18,21)
#351012
(53,16,18)
#2B0E0F
(43,14,15)
#210C0C
(33,12,12)
#170A09
(23,10,9)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #711C24

#711C24
(113,28,36)
#7D3037
(125,48,55)
#89444A
(137,68,74)
#95585D
(149,88,93)
#A16C70
(161,108,112)
#AD8083
(173,128,131)
#B99496
(185,148,150)
#C5A8A9
(197,168,169)
#D1BCBC
(209,188,188)
#DDD0CF
(221,208,207)
#E9E4E2
(233,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711C24; }

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

This text font color is #711C24.


Background Color

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

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

This div background color is #711C24.


Border color

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

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

This div border color is #711C24.


Opacity

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

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

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

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

This text has shadow with #711C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711C24 on black background.


Color preview on white background

This text has color #711C24 on white background.



Black color preview on #711C24 background

This text has black color on #711C24 background.


White color preview on #711C24 background

This text has white color on #711C24 background.