COLOR #71514E

HEX: #71514E
RGB: (113,81,78)

Color info

#71514E contains red, green and blue colors in about the same proportion. Web safe color of #71514E is #666666 (or #666).

RGB color model

#71514E color RGB value is (113,81,78).

  • red value is 113;
  • green value is 81;
  • blue value is 78.
RGB:
(113,81,78)
(44%,32%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 78 of 255 = 31%

113
81
78

R + G + B ~ 36%. #71514E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 78 = 272 (100%)
R 113 of 272 ~ 41.54%
G 81 of 272 ~ 29.78%
B 78 of 272 ~ 28.68%

%41.54
%29.78
%28.68

CMYK color model

#71514E color CMYK value is (0,28,31,56).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(0,28,31,56)
C0M28Y31K56 
(0%,28%,31%,56%)
(0.00/0.28/0.31/0.56)	

CMYK percentages

%0
%28.32
%30.97
%55.69

Codes

Color #71514E in popluar color models

71514E
RGB1138178
HSL18.32%37.45%
HSB/HSV30.97%44.31%
CMYK0.00%28.32%30.97%
55.69%

Color #71514E in popluar number systems.

HEX71514E
Decimal1138178
Binary111000110100011001110
Octal161121116

Shades and tints

Shades of #71514E

#71514E
(113,81,78)
#674A47
(103,74,71)
#5D4340
(93,67,64)
#533C39
(83,60,57)
#493532
(73,53,50)
#3F2E2B
(63,46,43)
#352724
(53,39,36)
#2B201D
(43,32,29)
#211916
(33,25,22)
#17120F
(23,18,15)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #71514E

#71514E
(113,81,78)
#7D605E
(125,96,94)
#896F6E
(137,111,110)
#957E7E
(149,126,126)
#A18D8E
(161,141,142)
#AD9C9E
(173,156,158)
#B9ABAE
(185,171,174)
#C5BABE
(197,186,190)
#D1C9CE
(209,201,206)
#DDD8DE
(221,216,222)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71514E color. Also use rgb(113,81,78) instead hex code.

Text Font Color

.myTextColor { color: #71514E; }

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

This text font color is #71514E.


Background Color

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

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

This div background color is #71514E.


Border color

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

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

This div border color is #71514E.


Opacity

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

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

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

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

This text has shadow with #71514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71514E on black background.


Color preview on white background

This text has color #71514E on white background.



Black color preview on #71514E background

This text has black color on #71514E background.


White color preview on #71514E background

This text has white color on #71514E background.