COLOR #71350F

HEX: #71350F
RGB: (113,53,15)

Color info

#71350F contains mainly red color. Web safe color of #71350F is #663300 (or #630).

RGB color model

#71350F color RGB value is (113,53,15).

  • red value is 113;
  • green value is 53;
  • blue value is 15.
RGB:
(113,53,15)
(44%,21%,6%)

RGB channels and saturation

R 113 of 255 = 44%
G 53 of 255 = 21%
B 15 of 255 = 6%

113
53
15

R + G + B ~ 24%. #71350F is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 53 + 15 = 181 (100%)
R 113 of 181 ~ 62.43%
G 53 of 181 ~ 29.28%
B 15 of 181 ~ 8.29%

%62.43
%29.28

CMYK color model

#71350F color CMYK value is (0,53,87,56).

  • cyan value is 0.00%
  • magenta value is 53.10%
  • yellow value is 86.73%
  • key color value is 55.69%
CMYK:
(0,53,87,56)
C0M53Y87K56 
(0%,53%,87%,56%)
(0.00/0.53/0.87/0.56)	

CMYK percentages

%0
%53.1
%86.73
%55.69

Codes

Color #71350F in popluar color models

71350F
RGB1135315
HSL23°76.56%25.10%
HSB/HSV23°86.73%44.31%
CMYK0.00%53.10%86.73%
55.69%

Color #71350F in popluar number systems.

HEX71350F
Decimal1135315
Binary11100011101011111
Octal1616517

Shades and tints

Shades of #71350F

#71350F
(113,53,15)
#67310E
(103,49,14)
#5D2D0D
(93,45,13)
#53290C
(83,41,12)
#49250B
(73,37,11)
#3F210A
(63,33,10)
#351D09
(53,29,9)
#2B1908
(43,25,8)
#211507
(33,21,7)
#171106
(23,17,6)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #71350F

#71350F
(113,53,15)
#7D4724
(125,71,36)
#895939
(137,89,57)
#956B4E
(149,107,78)
#A17D63
(161,125,99)
#AD8F78
(173,143,120)
#B9A18D
(185,161,141)
#C5B3A2
(197,179,162)
#D1C5B7
(209,197,183)
#DDD7CC
(221,215,204)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71350F color. Also use rgb(113,53,15) instead hex code.

Text Font Color

.myTextColor { color: #71350F; }

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

This text font color is #71350F.


Background Color

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

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

This div background color is #71350F.


Border color

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

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

This div border color is #71350F.


Opacity

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

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

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

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

This text has shadow with #71350F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71350F on black background.


Color preview on white background

This text has color #71350F on white background.



Black color preview on #71350F background

This text has black color on #71350F background.


White color preview on #71350F background

This text has white color on #71350F background.