COLOR #71370D

HEX: #71370D
RGB: (113,55,13)

Renk bilgisi

#71370D contains mainly red and green colors. #71370D ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#71370D color RGB value is (113,55,13).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 55 of 255 = 22%
B 13 of 255 = 5%

113
55
13

R + G + B ~ 24%. #71370D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 55 + 13 = 181 (100%)
R 113 of 181 ~ 62.43%
G 55 of 181 ~ 30.39%
B 13 of 181 ~ 7.18%

%62.43
%30.39

CMYK RENK MODELİ

#71370D rengi CMYK tonu (0,51,88,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.33%
  • sarı tonu 88.50%
  • ana renk tonu 55.69%
CMYK:
(0,51,88,56)
C0M51Y88K56 
(0%,51%,88%,56%)
(0.00/0.51/0.88/0.56)	

CMYK yüzdeleri

%0
%51.33
%88.5
%55.69

Codes

Color #71370D in popluar color models

71370D
RGB1135513
HSL25°79.37%24.71%
HSB/HSV25°88.50%44.31%
CMYK0.00%51.33%88.50%
55.69%

Color #71370D in popluar number systems.

HEX71370D
Decimal1135513
Binary11100011101111101
Octal1616715

Shades and tints

Shades of #71370D

#71370D
(113,55,13)
#67320C
(103,50,12)
#5D2D0B
(93,45,11)
#53280A
(83,40,10)
#492309
(73,35,9)
#3F1E08
(63,30,8)
#351907
(53,25,7)
#2B1406
(43,20,6)
#210F05
(33,15,5)
#170A04
(23,10,4)
#0D0503
(13,5,3)
#000000
(0,0,0)

Tints of #71370D

#71370D
(113,55,13)
#7D4923
(125,73,35)
#895B39
(137,91,57)
#956D4F
(149,109,79)
#A17F65
(161,127,101)
#AD917B
(173,145,123)
#B9A391
(185,163,145)
#C5B5A7
(197,181,167)
#D1C7BD
(209,199,189)
#DDD9D3
(221,217,211)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71370D; }

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

This text font color is #71370D.


Background Color

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

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

This div background color is #71370D.


Border color

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

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

This div border color is #71370D.


Opacity

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

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

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

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

This text has shadow with #71370D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71370D on black background.


Color preview on white background

This text has color #71370D on white background.



Black color preview on #71370D background

This text has black color on #71370D background.


White color preview on #71370D background

This text has white color on #71370D background.