COLOR #711E0E

HEX: #711E0E
RGB: (113,30,14)

Renk bilgisi

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

RGB renk modeli

#711E0E color RGB value is (113,30,14).

  • kırmız ton 113;
  • yeşil ton 30;
  • mavi ton 14.
RGB:
(113,30,14)
(44%,12%,5%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 30 of 255 = 12%
B 14 of 255 = 5%

113
30
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 30 + 14 = 157 (100%)
R 113 of 157 ~ 71.97%
G 30 of 157 ~ 19.11%
B 14 of 157 ~ 8.92%

%71.97
%19.11

CMYK RENK MODELİ

#711E0E rengi CMYK tonu (0,73,88,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.45%
  • sarı tonu 87.61%
  • ana renk tonu 55.69%
CMYK:
(0,73,88,56)
C0M73Y88K56 
(0%,73%,88%,56%)
(0.00/0.73/0.88/0.56)	

CMYK yüzdeleri

%0
%73.45
%87.61
%55.69

Codes

Color #711E0E in popluar color models

711E0E
RGB1133014
HSL10°77.95%24.90%
HSB/HSV10°87.61%44.31%
CMYK0.00%73.45%87.61%
55.69%

Color #711E0E in popluar number systems.

HEX711E0E
Decimal1133014
Binary1110001111101110
Octal1613616

Shades and tints

Shades of #711E0E

#711E0E
(113,30,14)
#671C0D
(103,28,13)
#5D1A0C
(93,26,12)
#53180B
(83,24,11)
#49160A
(73,22,10)
#3F1409
(63,20,9)
#351208
(53,18,8)
#2B1007
(43,16,7)
#210E06
(33,14,6)
#170C05
(23,12,5)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #711E0E

#711E0E
(113,30,14)
#7D3223
(125,50,35)
#894638
(137,70,56)
#955A4D
(149,90,77)
#A16E62
(161,110,98)
#AD8277
(173,130,119)
#B9968C
(185,150,140)
#C5AAA1
(197,170,161)
#D1BEB6
(209,190,182)
#DDD2CB
(221,210,203)
#E9E6E0
(233,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711E0E color. Also use rgb(113,30,14) instead hex code.

Text Font Color

.myTextColor { color: #711E0E; }

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

This text font color is #711E0E.


Background Color

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

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

This div background color is #711E0E.


Border color

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

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

This div border color is #711E0E.


Opacity

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

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

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

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

This text has shadow with #711E0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711E0E on black background.


Color preview on white background

This text has color #711E0E on white background.



Black color preview on #711E0E background

This text has black color on #711E0E background.


White color preview on #711E0E background

This text has white color on #711E0E background.