COLOR #711F12

HEX: #711F12
RGB: (113,31,18)

Renk bilgisi

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

RGB renk modeli

#711F12 color RGB value is (113,31,18).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 31 of 255 = 12%
B 18 of 255 = 7%

113
31
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 31 + 18 = 162 (100%)
R 113 of 162 ~ 69.75%
G 31 of 162 ~ 19.14%
B 18 of 162 ~ 11.11%

%69.75
%19.14
%11.11

CMYK RENK MODELİ

#711F12 rengi CMYK tonu (0,73,84,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.57%
  • sarı tonu 84.07%
  • ana renk tonu 55.69%
CMYK:
(0,73,84,56)
C0M73Y84K56 
(0%,73%,84%,56%)
(0.00/0.73/0.84/0.56)	

CMYK yüzdeleri

%0
%72.57
%84.07
%55.69

Codes

Color #711F12 in popluar color models

711F12
RGB1133118
HSL72.52%25.69%
HSB/HSV84.07%44.31%
CMYK0.00%72.57%84.07%
55.69%

Color #711F12 in popluar number systems.

HEX711F12
Decimal1133118
Binary11100011111110010
Octal1613722

Shades and tints

Shades of #711F12

#711F12
(113,31,18)
#671D11
(103,29,17)
#5D1B10
(93,27,16)
#53190F
(83,25,15)
#49170E
(73,23,14)
#3F150D
(63,21,13)
#35130C
(53,19,12)
#2B110B
(43,17,11)
#210F0A
(33,15,10)
#170D09
(23,13,9)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #711F12

#711F12
(113,31,18)
#7D3327
(125,51,39)
#89473C
(137,71,60)
#955B51
(149,91,81)
#A16F66
(161,111,102)
#AD837B
(173,131,123)
#B99790
(185,151,144)
#C5ABA5
(197,171,165)
#D1BFBA
(209,191,186)
#DDD3CF
(221,211,207)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711F12; }

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

This text font color is #711F12.


Background Color

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

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

This div background color is #711F12.


Border color

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

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

This div border color is #711F12.


Opacity

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

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

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

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

This text has shadow with #711F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711F12 on black background.


Color preview on white background

This text has color #711F12 on white background.



Black color preview on #711F12 background

This text has black color on #711F12 background.


White color preview on #711F12 background

This text has white color on #711F12 background.