COLOR #71665D

HEX: #71665D RGB: (113,102,93)

Color info

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

RGB color model

#71665D color RGB value is (113,102,93).

RGB: (113,102,93) (44%, 40%, 36%)

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 93 of 255 = 36%

113
102
93

R + G + B ~ 40%. #71665D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 102 + 93 = 308 (100%)
R 113 of 308 ~ 36.69%
G 102 of 308 ~ 33.12%
B 93 of 308 ~ 30.19'%

%36.69
%33.12
%30.19

CMYK color model

#71665D color CMYK value is (0,10,18,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 17.70%
  • key color value is 55.69%

CMYK: (0,10,18,56)
C0M10Y18K56 (0%, 10%, 18%, 56%)
(0.00 / 0.10 / 0.18 / 0.56)

CMYK percentages

%0
%9.73
%17.7
%55.69

Codes

Color #71665D in popluar color models

71 66 5D
RGB 113 102 93
HSL 27° 9.71% 40.39%
HSB/HSV 27° 17.70% 44.31%
CMYK 0.00% 9.73% 17.70%
55.69%

Color #71665D in popluar number systems.

HEX 71 66 5D
Decimal 113 102 93
Binary 1110001 1100110 1011101
Octal 161 146 135

Shades and tints

Shades of #71665D

#71665D
(113,102,93)
#675D55
(103,93,85)
#5D544D
(93,84,77)
#534B45
(83,75,69)
#49423D
(73,66,61)
#3F3935
(63,57,53)
#35302D
(53,48,45)
#2B2725
(43,39,37)
#211E1D
(33,30,29)
#171515
(23,21,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #71665D

#71665D
(113,102,93)
#7D736B
(125,115,107)
#898079
(137,128,121)
#958D87
(149,141,135)
#A19A95
(161,154,149)
#ADA7A3
(173,167,163)
#B9B4B1
(185,180,177)
#C5C1BF
(197,193,191)
#D1CECD
(209,206,205)
#DDDBDB
(221,219,219)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71665D; }

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

This text font color is #71665D.

Background Color

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

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

This div background color is #71665D.

Border color

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

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

This div border color is #71665D.

Opacity

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

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

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

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

This text has shadow with #71665D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71665D.

Preview

Color preview on black background

This text has color #71665D on black background.


Color preview on white background

This text has color #71665D on white background.


Black color preview on #71665D background

This text has black color on #71665D background.


White color preview on #71665D background

This text has white color on #71665D background.


Related colors

Complementary color

Complementary color for #hex is #8E99A2.


I love getcolorcode.com

Triadic colors

1 #5D7166 and #665D71 with #71665D are triadic colors.

2 #5D6671 and #66715D with #71665D are triadic colors.