COLOR #71341D

HEX: #71341D
RGB: (113,52,29)

Color info

#71341D contains mainly red color. Web safe color of #71341D is #663333 (or #633).

RGB color model

#71341D color RGB value is (113,52,29).

  • red value is 113;
  • green value is 52;
  • blue value is 29.
RGB:
(113,52,29)
(44%,20%,11%)

RGB channels and saturation

R 113 of 255 = 44%
G 52 of 255 = 20%
B 29 of 255 = 11%

113
52
29

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

Portions of RGB colors in percentages

R + G + B =
113 + 52 + 29 = 194 (100%)
R 113 of 194 ~ 58.25%
G 52 of 194 ~ 26.8%
B 29 of 194 ~ 14.95%

%58.25
%26.8
%14.95

CMYK color model

#71341D color CMYK value is (0,54,74,56).

  • cyan value is 0.00%
  • magenta value is 53.98%
  • yellow value is 74.34%
  • key color value is 55.69%
CMYK:
(0,54,74,56)
C0M54Y74K56 
(0%,54%,74%,56%)
(0.00/0.54/0.74/0.56)	

CMYK percentages

%0
%53.98
%74.34
%55.69

Codes

Color #71341D in popluar color models

71341D
RGB1135229
HSL16°59.15%27.84%
HSB/HSV16°74.34%44.31%
CMYK0.00%53.98%74.34%
55.69%

Color #71341D in popluar number systems.

HEX71341D
Decimal1135229
Binary111000111010011101
Octal1616435

Shades and tints

Shades of #71341D

#71341D
(113,52,29)
#67301B
(103,48,27)
#5D2C19
(93,44,25)
#532817
(83,40,23)
#492415
(73,36,21)
#3F2013
(63,32,19)
#351C11
(53,28,17)
#2B180F
(43,24,15)
#21140D
(33,20,13)
#17100B
(23,16,11)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #71341D

#71341D
(113,52,29)
#7D4631
(125,70,49)
#895845
(137,88,69)
#956A59
(149,106,89)
#A17C6D
(161,124,109)
#AD8E81
(173,142,129)
#B9A095
(185,160,149)
#C5B2A9
(197,178,169)
#D1C4BD
(209,196,189)
#DDD6D1
(221,214,209)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71341D; }

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

This text font color is #71341D.


Background Color

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

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

This div background color is #71341D.


Border color

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

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

This div border color is #71341D.


Opacity

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

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

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

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

This text has shadow with #71341D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71341D on black background.


Color preview on white background

This text has color #71341D on white background.



Black color preview on #71341D background

This text has black color on #71341D background.


White color preview on #71341D background

This text has white color on #71341D background.