COLOR #71362F

HEX: #71362F
RGB: (113,54,47)

Color info

#71362F contains mainly red and green colors. Web safe color of #71362F is #663333 (or #633).

RGB color model

#71362F color RGB value is (113,54,47).

  • red value is 113;
  • green value is 54;
  • blue value is 47.
RGB:
(113,54,47)
(44%,21%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 54 of 255 = 21%
B 47 of 255 = 18%

113
54
47

R + G + B ~ 28%. #71362F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 54 + 47 = 214 (100%)
R 113 of 214 ~ 52.8%
G 54 of 214 ~ 25.23%
B 47 of 214 ~ 21.96%

%52.8
%25.23
%21.96

CMYK color model

#71362F color CMYK value is (0,52,58,56).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 58.41%
  • key color value is 55.69%
CMYK:
(0,52,58,56)
C0M52Y58K56 
(0%,52%,58%,56%)
(0.00/0.52/0.58/0.56)	

CMYK percentages

%0
%52.21
%58.41
%55.69

Codes

Color #71362F in popluar color models

71362F
RGB1135447
HSL41.25%31.37%
HSB/HSV58.41%44.31%
CMYK0.00%52.21%58.41%
55.69%

Color #71362F in popluar number systems.

HEX71362F
Decimal1135447
Binary1110001110110101111
Octal1616657

Shades and tints

Shades of #71362F

#71362F
(113,54,47)
#67322B
(103,50,43)
#5D2E27
(93,46,39)
#532A23
(83,42,35)
#49261F
(73,38,31)
#3F221B
(63,34,27)
#351E17
(53,30,23)
#2B1A13
(43,26,19)
#21160F
(33,22,15)
#17120B
(23,18,11)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #71362F

#71362F
(113,54,47)
#7D4841
(125,72,65)
#895A53
(137,90,83)
#956C65
(149,108,101)
#A17E77
(161,126,119)
#AD9089
(173,144,137)
#B9A29B
(185,162,155)
#C5B4AD
(197,180,173)
#D1C6BF
(209,198,191)
#DDD8D1
(221,216,209)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71362F color. Also use rgb(113,54,47) instead hex code.

Text Font Color

.myTextColor { color: #71362F; }

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

This text font color is #71362F.


Background Color

.myBgColor { background-color: #71362F; }

<div style="background-color:#71362F">Inner text</div>

This div background color is #71362F.


Border color

.myBorderColor { border: 1px solid #71362F; }

<div style="border:3px solid #71362F">Div</div>

This div border color is #71362F.


Opacity

.myOpacity80 { color: #71362F; opacity: 0.8; }

<p style="color:#71362F;opacity:0.8;">80%</p>

Text with #71362F 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 #71362F;}

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

This text has shadow with #71362F color.

.textShadow {text-shadow: 3px 3px 1px #71362F, 3px 3px 1px red;}

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

This text has shadow with #71362F primary color and red secondary color.


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

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

This text has shadow with #71362F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71362F on black background.


Color preview on white background

This text has color #71362F on white background.



Black color preview on #71362F background

This text has black color on #71362F background.


White color preview on #71362F background

This text has white color on #71362F background.