COLOR #71550D

HEX: #71550D
RGB: (113,85,13)

Color info

#71550D contains mainly red and green colors. Web safe color of #71550D is #666600 (or #660).

RGB color model

#71550D color RGB value is (113,85,13).

  • red value is 113;
  • green value is 85;
  • blue value is 13.
RGB:
(113,85,13)
(44%,33%,5%)

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 13 of 255 = 5%

113
85
13

R + G + B ~ 27%. #71550D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 13 = 211 (100%)
R 113 of 211 ~ 53.55%
G 85 of 211 ~ 40.28%
B 13 of 211 ~ 6.16%

%53.55
%40.28

CMYK color model

#71550D color CMYK value is (0,25,88,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 88.50%
  • key color value is 55.69%
CMYK:
(0,25,88,56)
C0M25Y88K56 
(0%,25%,88%,56%)
(0.00/0.25/0.88/0.56)	

CMYK percentages

%0
%24.78
%88.5
%55.69

Codes

Color #71550D in popluar color models

71550D
RGB1138513
HSL43°79.37%24.71%
HSB/HSV43°88.50%44.31%
CMYK0.00%24.78%88.50%
55.69%

Color #71550D in popluar number systems.

HEX71550D
Decimal1138513
Binary111000110101011101
Octal16112515

Shades and tints

Shades of #71550D

#71550D
(113,85,13)
#674E0C
(103,78,12)
#5D470B
(93,71,11)
#53400A
(83,64,10)
#493909
(73,57,9)
#3F3208
(63,50,8)
#352B07
(53,43,7)
#2B2406
(43,36,6)
#211D05
(33,29,5)
#171604
(23,22,4)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #71550D

#71550D
(113,85,13)
#7D6423
(125,100,35)
#897339
(137,115,57)
#95824F
(149,130,79)
#A19165
(161,145,101)
#ADA07B
(173,160,123)
#B9AF91
(185,175,145)
#C5BEA7
(197,190,167)
#D1CDBD
(209,205,189)
#DDDCD3
(221,220,211)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71550D; }

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

This text font color is #71550D.


Background Color

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

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

This div background color is #71550D.


Border color

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

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

This div border color is #71550D.


Opacity

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

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

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

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

This text has shadow with #71550D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71550D on black background.


Color preview on white background

This text has color #71550D on white background.



Black color preview on #71550D background

This text has black color on #71550D background.


White color preview on #71550D background

This text has white color on #71550D background.