COLOR #71321B

HEX: #71321B
RGB: (113,50,27)

Renk bilgisi

#71321B contains mainly red color. #71321B ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#71321B color RGB value is (113,50,27).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 50 of 255 = 20%
B 27 of 255 = 11%

113
50
27

R + G + B ~ 25%. #71321B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 50 + 27 = 190 (100%)
R 113 of 190 ~ 59.47%
G 50 of 190 ~ 26.32%
B 27 of 190 ~ 14.21%

%59.47
%26.32
%14.21

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%55.75
%76.11
%55.69

Codes

Color #71321B in popluar color models

71321B
RGB1135027
HSL16°61.43%27.45%
HSB/HSV16°76.11%44.31%
CMYK0.00%55.75%76.11%
55.69%

Color #71321B in popluar number systems.

HEX71321B
Decimal1135027
Binary111000111001011011
Octal1616233

Shades and tints

Shades of #71321B

#71321B
(113,50,27)
#672E19
(103,46,25)
#5D2A17
(93,42,23)
#532615
(83,38,21)
#492213
(73,34,19)
#3F1E11
(63,30,17)
#351A0F
(53,26,15)
#2B160D
(43,22,13)
#21120B
(33,18,11)
#170E09
(23,14,9)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #71321B

#71321B
(113,50,27)
#7D442F
(125,68,47)
#895643
(137,86,67)
#956857
(149,104,87)
#A17A6B
(161,122,107)
#AD8C7F
(173,140,127)
#B99E93
(185,158,147)
#C5B0A7
(197,176,167)
#D1C2BB
(209,194,187)
#DDD4CF
(221,212,207)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71321B; }

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

This text font color is #71321B.


Background Color

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

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

This div background color is #71321B.


Border color

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

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

This div border color is #71321B.


Opacity

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

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

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

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

This text has shadow with #71321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71321B on black background.


Color preview on white background

This text has color #71321B on white background.



Black color preview on #71321B background

This text has black color on #71321B background.


White color preview on #71321B background

This text has white color on #71321B background.