COLOR #71545B

HEX: #71545B
RGB: (113,84,91)

Color info

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

RGB color model

#71545B color RGB value is (113,84,91).

  • red value is 113;
  • green value is 84;
  • blue value is 91.
RGB:
(113,84,91)
(44%,33%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 84 of 255 = 33%
B 91 of 255 = 36%

113
84
91

R + G + B ~ 38%. #71545B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 91 = 288 (100%)
R 113 of 288 ~ 39.24%
G 84 of 288 ~ 29.17%
B 91 of 288 ~ 31.6%

%39.24
%29.17
%31.6

CMYK color model

#71545B color CMYK value is (0,26,19,56).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,26,19,56)
C0M26Y19K56 
(0%,26%,19%,56%)
(0.00/0.26/0.19/0.56)	

CMYK percentages

%0
%25.66
%19.47
%55.69

Codes

Color #71545B in popluar color models

71545B
RGB1138491
HSL346°14.72%38.63%
HSB/HSV346°25.66%44.31%
CMYK0.00%25.66%19.47%
55.69%

Color #71545B in popluar number systems.

HEX71545B
Decimal1138491
Binary111000110101001011011
Octal161124133

Shades and tints

Shades of #71545B

#71545B
(113,84,91)
#674D53
(103,77,83)
#5D464B
(93,70,75)
#533F43
(83,63,67)
#49383B
(73,56,59)
#3F3133
(63,49,51)
#352A2B
(53,42,43)
#2B2323
(43,35,35)
#211C1B
(33,28,27)
#171513
(23,21,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #71545B

#71545B
(113,84,91)
#7D6369
(125,99,105)
#897277
(137,114,119)
#958185
(149,129,133)
#A19093
(161,144,147)
#AD9FA1
(173,159,161)
#B9AEAF
(185,174,175)
#C5BDBD
(197,189,189)
#D1CCCB
(209,204,203)
#DDDBD9
(221,219,217)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71545B color. Also use rgb(113,84,91) instead hex code.

Text Font Color

.myTextColor { color: #71545B; }

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

This text font color is #71545B.


Background Color

.myBgColor { background-color: #71545B; }

<div style="background-color:#71545B">Inner text</div>

This div background color is #71545B.


Border color

.myBorderColor { border: 1px solid #71545B; }

<div style="border:3px solid #71545B">Div</div>

This div border color is #71545B.


Opacity

.myOpacity80 { color: #71545B; opacity: 0.8; }

<p style="color:#71545B;opacity:0.8;">80%</p>

Text with #71545B 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 #71545B;}

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

This text has shadow with #71545B color.

.textShadow {text-shadow: 3px 3px 1px #71545B, 3px 3px 1px red;}

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

This text has shadow with #71545B primary color and red secondary color.


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

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

This text has shadow with #71545B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71545B on black background.


Color preview on white background

This text has color #71545B on white background.



Black color preview on #71545B background

This text has black color on #71545B background.


White color preview on #71545B background

This text has white color on #71545B background.