COLOR #71551C

HEX: #71551C
RGB: (113,85,28)

Color info

#71551C contains mainly red and green colors. Web safe color of #71551C is #666633 (or #663).

RGB color model

#71551C color RGB value is (113,85,28).

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

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 28 of 255 = 11%

113
85
28

R + G + B ~ 29%. #71551C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 28 = 226 (100%)
R 113 of 226 ~ 50%
G 85 of 226 ~ 37.61%
B 28 of 226 ~ 12.39%

%50
%37.61
%12.39

CMYK color model

#71551C color CMYK value is (0,25,75,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 75.22%
  • key color value is 55.69%
CMYK:
(0,25,75,56)
C0M25Y75K56 
(0%,25%,75%,56%)
(0.00/0.25/0.75/0.56)	

CMYK percentages

%0
%24.78
%75.22
%55.69

Codes

Color #71551C in popluar color models

71551C
RGB1138528
HSL40°60.28%27.65%
HSB/HSV40°75.22%44.31%
CMYK0.00%24.78%75.22%
55.69%

Color #71551C in popluar number systems.

HEX71551C
Decimal1138528
Binary1110001101010111100
Octal16112534

Shades and tints

Shades of #71551C

#71551C
(113,85,28)
#674E1A
(103,78,26)
#5D4718
(93,71,24)
#534016
(83,64,22)
#493914
(73,57,20)
#3F3212
(63,50,18)
#352B10
(53,43,16)
#2B240E
(43,36,14)
#211D0C
(33,29,12)
#17160A
(23,22,10)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #71551C

#71551C
(113,85,28)
#7D6430
(125,100,48)
#897344
(137,115,68)
#958258
(149,130,88)
#A1916C
(161,145,108)
#ADA080
(173,160,128)
#B9AF94
(185,175,148)
#C5BEA8
(197,190,168)
#D1CDBC
(209,205,188)
#DDDCD0
(221,220,208)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71551C color. Also use rgb(113,85,28) instead hex code.

Text Font Color

.myTextColor { color: #71551C; }

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

This text font color is #71551C.


Background Color

.myBgColor { background-color: #71551C; }

<div style="background-color:#71551C">Inner text</div>

This div background color is #71551C.


Border color

.myBorderColor { border: 1px solid #71551C; }

<div style="border:3px solid #71551C">Div</div>

This div border color is #71551C.


Opacity

.myOpacity80 { color: #71551C; opacity: 0.8; }

<p style="color:#71551C;opacity:0.8;">80%</p>

Text with #71551C 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 #71551C;}

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

This text has shadow with #71551C color.

.textShadow {text-shadow: 3px 3px 1px #71551C, 3px 3px 1px red;}

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

This text has shadow with #71551C primary color and red secondary color.


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

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

This text has shadow with #71551C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71551C on black background.


Color preview on white background

This text has color #71551C on white background.



Black color preview on #71551C background

This text has black color on #71551C background.


White color preview on #71551C background

This text has white color on #71551C background.