COLOR #711B12

HEX: #711B12
RGB: (113,27,18)

Renk bilgisi

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

RGB renk modeli

#711B12 color RGB value is (113,27,18).

  • kırmız ton 113;
  • yeşil ton 27;
  • mavi ton 18.
RGB:
(113,27,18)
(44%,11%,7%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 27 of 255 = 11%
B 18 of 255 = 7%

113
27
18

R + G + B ~ 21%. #711B12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 27 + 18 = 158 (100%)
R 113 of 158 ~ 71.52%
G 27 of 158 ~ 17.09%
B 18 of 158 ~ 11.39%

%71.52
%17.09
%11.39

CMYK RENK MODELİ

#711B12 rengi CMYK tonu (0,76,84,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.11%
  • sarı tonu 84.07%
  • ana renk tonu 55.69%
CMYK:
(0,76,84,56)
C0M76Y84K56 
(0%,76%,84%,56%)
(0.00/0.76/0.84/0.56)	

CMYK yüzdeleri

%0
%76.11
%84.07
%55.69

Codes

Color #711B12 in popluar color models

711B12
RGB1132718
HSL72.52%25.69%
HSB/HSV84.07%44.31%
CMYK0.00%76.11%84.07%
55.69%

Color #711B12 in popluar number systems.

HEX711B12
Decimal1132718
Binary11100011101110010
Octal1613322

Shades and tints

Shades of #711B12

#711B12
(113,27,18)
#671911
(103,25,17)
#5D1710
(93,23,16)
#53150F
(83,21,15)
#49130E
(73,19,14)
#3F110D
(63,17,13)
#350F0C
(53,15,12)
#2B0D0B
(43,13,11)
#210B0A
(33,11,10)
#170909
(23,9,9)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #711B12

#711B12
(113,27,18)
#7D2F27
(125,47,39)
#89433C
(137,67,60)
#955751
(149,87,81)
#A16B66
(161,107,102)
#AD7F7B
(173,127,123)
#B99390
(185,147,144)
#C5A7A5
(197,167,165)
#D1BBBA
(209,187,186)
#DDCFCF
(221,207,207)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711B12 color. Also use rgb(113,27,18) instead hex code.

Text Font Color

.myTextColor { color: #711B12; }

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

This text font color is #711B12.


Background Color

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

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

This div background color is #711B12.


Border color

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

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

This div border color is #711B12.


Opacity

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

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

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

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

This text has shadow with #711B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711B12 on black background.


Color preview on white background

This text has color #711B12 on white background.



Black color preview on #711B12 background

This text has black color on #711B12 background.


White color preview on #711B12 background

This text has white color on #711B12 background.