COLOR #71411B

HEX: #71411B
RGB: (113,65,27)

Renk bilgisi

#71411B contains mainly red and green colors. #71411B ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#71411B color RGB value is (113,65,27).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 65 of 255 = 25%
B 27 of 255 = 11%

113
65
27

R + G + B ~ 27%. #71411B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 65 + 27 = 205 (100%)
R 113 of 205 ~ 55.12%
G 65 of 205 ~ 31.71%
B 27 of 205 ~ 13.17%

%55.12
%31.71
%13.17

CMYK RENK MODELİ

#71411B rengi CMYK tonu (0,42,76,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.48%
  • sarı tonu 76.11%
  • ana renk tonu 55.69%
CMYK:
(0,42,76,56)
C0M42Y76K56 
(0%,42%,76%,56%)
(0.00/0.42/0.76/0.56)	

CMYK yüzdeleri

%0
%42.48
%76.11
%55.69

Codes

Color #71411B in popluar color models

71411B
RGB1136527
HSL27°61.43%27.45%
HSB/HSV27°76.11%44.31%
CMYK0.00%42.48%76.11%
55.69%

Color #71411B in popluar number systems.

HEX71411B
Decimal1136527
Binary1110001100000111011
Octal16110133

Shades and tints

Shades of #71411B

#71411B
(113,65,27)
#673C19
(103,60,25)
#5D3717
(93,55,23)
#533215
(83,50,21)
#492D13
(73,45,19)
#3F2811
(63,40,17)
#35230F
(53,35,15)
#2B1E0D
(43,30,13)
#21190B
(33,25,11)
#171409
(23,20,9)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #71411B

#71411B
(113,65,27)
#7D522F
(125,82,47)
#896343
(137,99,67)
#957457
(149,116,87)
#A1856B
(161,133,107)
#AD967F
(173,150,127)
#B9A793
(185,167,147)
#C5B8A7
(197,184,167)
#D1C9BB
(209,201,187)
#DDDACF
(221,218,207)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71411B color. Also use rgb(113,65,27) instead hex code.

Text Font Color

.myTextColor { color: #71411B; }

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

This text font color is #71411B.


Background Color

.myBgColor { background-color: #71411B; }

<div style="background-color:#71411B">Inner text</div>

This div background color is #71411B.


Border color

.myBorderColor { border: 1px solid #71411B; }

<div style="border:3px solid #71411B">Div</div>

This div border color is #71411B.


Opacity

.myOpacity80 { color: #71411B; opacity: 0.8; }

<p style="color:#71411B;opacity:0.8;">80%</p>

Text with #71411B 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 #71411B;}

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

This text has shadow with #71411B color.

.textShadow {text-shadow: 3px 3px 1px #71411B, 3px 3px 1px red;}

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

This text has shadow with #71411B primary color and red secondary color.


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

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

This text has shadow with #71411B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71411B on black background.


Color preview on white background

This text has color #71411B on white background.



Black color preview on #71411B background

This text has black color on #71411B background.


White color preview on #71411B background

This text has white color on #71411B background.