COLOR #71545D

HEX: #71545D
RGB: (113,84,93)

Color info

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

RGB color model

#71545D color RGB value is (113,84,93).

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

RGB channels and saturation

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

113
84
93

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

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 93 = 290 (100%)
R 113 of 290 ~ 38.97%
G 84 of 290 ~ 28.97%
B 93 of 290 ~ 32.07%

%38.97
%28.97
%32.07

CMYK color model

#71545D color CMYK value is (0,26,18,56).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 17.70%
  • key color value is 55.69%
CMYK:
(0,26,18,56)
C0M26Y18K56 
(0%,26%,18%,56%)
(0.00/0.26/0.18/0.56)	

CMYK percentages

%0
%25.66
%17.7
%55.69

Codes

Color #71545D in popluar color models

71545D
RGB1138493
HSL341°14.72%38.63%
HSB/HSV341°25.66%44.31%
CMYK0.00%25.66%17.70%
55.69%

Color #71545D in popluar number systems.

HEX71545D
Decimal1138493
Binary111000110101001011101
Octal161124135

Shades and tints

Shades of #71545D

#71545D
(113,84,93)
#674D55
(103,77,85)
#5D464D
(93,70,77)
#533F45
(83,63,69)
#49383D
(73,56,61)
#3F3135
(63,49,53)
#352A2D
(53,42,45)
#2B2325
(43,35,37)
#211C1D
(33,28,29)
#171515
(23,21,21)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #71545D

#71545D
(113,84,93)
#7D636B
(125,99,107)
#897279
(137,114,121)
#958187
(149,129,135)
#A19095
(161,144,149)
#AD9FA3
(173,159,163)
#B9AEB1
(185,174,177)
#C5BDBF
(197,189,191)
#D1CCCD
(209,204,205)
#DDDBDB
(221,219,219)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71545D; }

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

This text font color is #71545D.


Background Color

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

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

This div background color is #71545D.


Border color

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

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

This div border color is #71545D.


Opacity

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

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

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

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

This text has shadow with #71545D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71545D on black background.


Color preview on white background

This text has color #71545D on white background.



Black color preview on #71545D background

This text has black color on #71545D background.


White color preview on #71545D background

This text has white color on #71545D background.