COLOR #71551E

HEX: #71551E
RGB: (113,85,30)

Color info

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

RGB color model

#71551E color RGB value is (113,85,30).

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

RGB channels and saturation

R 113 of 255 = 44%
G 85 of 255 = 33%
B 30 of 255 = 12%

113
85
30

R + G + B ~ 30%. #71551E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 85 + 30 = 228 (100%)
R 113 of 228 ~ 49.56%
G 85 of 228 ~ 37.28%
B 30 of 228 ~ 13.16%

%49.56
%37.28
%13.16

CMYK color model

#71551E color CMYK value is (0,25,73,56).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 73.45%
  • key color value is 55.69%
CMYK:
(0,25,73,56)
C0M25Y73K56 
(0%,25%,73%,56%)
(0.00/0.25/0.73/0.56)	

CMYK percentages

%0
%24.78
%73.45
%55.69

Codes

Color #71551E in popluar color models

71551E
RGB1138530
HSL40°58.04%28.04%
HSB/HSV40°73.45%44.31%
CMYK0.00%24.78%73.45%
55.69%

Color #71551E in popluar number systems.

HEX71551E
Decimal1138530
Binary1110001101010111110
Octal16112536

Shades and tints

Shades of #71551E

#71551E
(113,85,30)
#674E1C
(103,78,28)
#5D471A
(93,71,26)
#534018
(83,64,24)
#493916
(73,57,22)
#3F3214
(63,50,20)
#352B12
(53,43,18)
#2B2410
(43,36,16)
#211D0E
(33,29,14)
#17160C
(23,22,12)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #71551E

#71551E
(113,85,30)
#7D6432
(125,100,50)
#897346
(137,115,70)
#95825A
(149,130,90)
#A1916E
(161,145,110)
#ADA082
(173,160,130)
#B9AF96
(185,175,150)
#C5BEAA
(197,190,170)
#D1CDBE
(209,205,190)
#DDDCD2
(221,220,210)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71551E; }

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

This text font color is #71551E.


Background Color

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

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

This div background color is #71551E.


Border color

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

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

This div border color is #71551E.


Opacity

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

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

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

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

This text has shadow with #71551E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71551E on black background.


Color preview on white background

This text has color #71551E on white background.



Black color preview on #71551E background

This text has black color on #71551E background.


White color preview on #71551E background

This text has white color on #71551E background.