COLOR #711A0B

HEX: #711A0B
RGB: (113,26,11)

Renk bilgisi

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

RGB renk modeli

#711A0B color RGB value is (113,26,11).

  • kırmız ton 113;
  • yeşil ton 26;
  • mavi ton 11.
RGB:
(113,26,11)
(44%,10%,4%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 26 of 255 = 10%
B 11 of 255 = 4%

113
26
11

R + G + B ~ 19%. #711A0B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 26 + 11 = 150 (100%)
R 113 of 150 ~ 75.33%
G 26 of 150 ~ 17.33%
B 11 of 150 ~ 7.33%

%75.33
%17.33

CMYK RENK MODELİ

#711A0B rengi CMYK tonu (0,77,90,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.99%
  • sarı tonu 90.27%
  • ana renk tonu 55.69%
CMYK:
(0,77,90,56)
C0M77Y90K56 
(0%,77%,90%,56%)
(0.00/0.77/0.90/0.56)	

CMYK yüzdeleri

%0
%76.99
%90.27
%55.69

Codes

Color #711A0B in popluar color models

711A0B
RGB1132611
HSL82.26%24.31%
HSB/HSV90.27%44.31%
CMYK0.00%76.99%90.27%
55.69%

Color #711A0B in popluar number systems.

HEX711A0B
Decimal1132611
Binary1110001110101011
Octal1613213

Shades and tints

Shades of #711A0B

#711A0B
(113,26,11)
#67180A
(103,24,10)
#5D1609
(93,22,9)
#531408
(83,20,8)
#491207
(73,18,7)
#3F1006
(63,16,6)
#350E05
(53,14,5)
#2B0C04
(43,12,4)
#210A03
(33,10,3)
#170802
(23,8,2)
#0D0601
(13,6,1)
#000000
(0,0,0)

Tints of #711A0B

#711A0B
(113,26,11)
#7D2E21
(125,46,33)
#894237
(137,66,55)
#95564D
(149,86,77)
#A16A63
(161,106,99)
#AD7E79
(173,126,121)
#B9928F
(185,146,143)
#C5A6A5
(197,166,165)
#D1BABB
(209,186,187)
#DDCED1
(221,206,209)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711A0B color. Also use rgb(113,26,11) instead hex code.

Text Font Color

.myTextColor { color: #711A0B; }

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

This text font color is #711A0B.


Background Color

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

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

This div background color is #711A0B.


Border color

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

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

This div border color is #711A0B.


Opacity

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

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

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

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

This text has shadow with #711A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711A0B on black background.


Color preview on white background

This text has color #711A0B on white background.



Black color preview on #711A0B background

This text has black color on #711A0B background.


White color preview on #711A0B background

This text has white color on #711A0B background.