COLOR #71371D

HEX: #71371D
RGB: (113,55,29)

Renk bilgisi

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

RGB renk modeli

#71371D color RGB value is (113,55,29).

  • kırmız ton 113;
  • yeşil ton 55;
  • mavi ton 29.
RGB:
(113,55,29)
(44%,22%,11%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 55 of 255 = 22%
B 29 of 255 = 11%

113
55
29

R + G + B ~ 26%. #71371D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 55 + 29 = 197 (100%)
R 113 of 197 ~ 57.36%
G 55 of 197 ~ 27.92%
B 29 of 197 ~ 14.72%

%57.36
%27.92
%14.72

CMYK RENK MODELİ

#71371D rengi CMYK tonu (0,51,74,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.33%
  • sarı tonu 74.34%
  • ana renk tonu 55.69%
CMYK:
(0,51,74,56)
C0M51Y74K56 
(0%,51%,74%,56%)
(0.00/0.51/0.74/0.56)	

CMYK yüzdeleri

%0
%51.33
%74.34
%55.69

Codes

Color #71371D in popluar color models

71371D
RGB1135529
HSL19°59.15%27.84%
HSB/HSV19°74.34%44.31%
CMYK0.00%51.33%74.34%
55.69%

Color #71371D in popluar number systems.

HEX71371D
Decimal1135529
Binary111000111011111101
Octal1616735

Shades and tints

Shades of #71371D

#71371D
(113,55,29)
#67321B
(103,50,27)
#5D2D19
(93,45,25)
#532817
(83,40,23)
#492315
(73,35,21)
#3F1E13
(63,30,19)
#351911
(53,25,17)
#2B140F
(43,20,15)
#210F0D
(33,15,13)
#170A0B
(23,10,11)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #71371D

#71371D
(113,55,29)
#7D4931
(125,73,49)
#895B45
(137,91,69)
#956D59
(149,109,89)
#A17F6D
(161,127,109)
#AD9181
(173,145,129)
#B9A395
(185,163,149)
#C5B5A9
(197,181,169)
#D1C7BD
(209,199,189)
#DDD9D1
(221,217,209)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71371D color. Also use rgb(113,55,29) instead hex code.

Text Font Color

.myTextColor { color: #71371D; }

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

This text font color is #71371D.


Background Color

.myBgColor { background-color: #71371D; }

<div style="background-color:#71371D">Inner text</div>

This div background color is #71371D.


Border color

.myBorderColor { border: 1px solid #71371D; }

<div style="border:3px solid #71371D">Div</div>

This div border color is #71371D.


Opacity

.myOpacity80 { color: #71371D; opacity: 0.8; }

<p style="color:#71371D;opacity:0.8;">80%</p>

Text with #71371D 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 #71371D;}

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

This text has shadow with #71371D color.

.textShadow {text-shadow: 3px 3px 1px #71371D, 3px 3px 1px red;}

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

This text has shadow with #71371D primary color and red secondary color.


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

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

This text has shadow with #71371D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71371D on black background.


Color preview on white background

This text has color #71371D on white background.



Black color preview on #71371D background

This text has black color on #71371D background.


White color preview on #71371D background

This text has white color on #71371D background.