COLOR #71655E

HEX: #71655E
RGB: (113,101,94)

Color info

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

RGB color model

#71655E color RGB value is (113,101,94).

  • red value is 113;
  • green value is 101;
  • blue value is 94.
RGB:
(113,101,94)
(44%,40%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 94 of 255 = 37%

113
101
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 94 = 308 (100%)
R 113 of 308 ~ 36.69%
G 101 of 308 ~ 32.79%
B 94 of 308 ~ 30.52%

%36.69
%32.79
%30.52

CMYK color model

#71655E color CMYK value is (0,11,17,56).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 16.81%
  • key color value is 55.69%
CMYK:
(0,11,17,56)
C0M11Y17K56 
(0%,11%,17%,56%)
(0.00/0.11/0.17/0.56)	

CMYK percentages

%0
%10.62
%16.81
%55.69

Codes

Color #71655E in popluar color models

71655E
RGB11310194
HSL22°9.18%40.59%
HSB/HSV22°16.81%44.31%
CMYK0.00%10.62%16.81%
55.69%

Color #71655E in popluar number systems.

HEX71655E
Decimal11310194
Binary111000111001011011110
Octal161145136

Shades and tints

Shades of #71655E

#71655E
(113,101,94)
#675C56
(103,92,86)
#5D534E
(93,83,78)
#534A46
(83,74,70)
#49413E
(73,65,62)
#3F3836
(63,56,54)
#352F2E
(53,47,46)
#2B2626
(43,38,38)
#211D1E
(33,29,30)
#171416
(23,20,22)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #71655E

#71655E
(113,101,94)
#7D736C
(125,115,108)
#89817A
(137,129,122)
#958F88
(149,143,136)
#A19D96
(161,157,150)
#ADABA4
(173,171,164)
#B9B9B2
(185,185,178)
#C5C7C0
(197,199,192)
#D1D5CE
(209,213,206)
#DDE3DC
(221,227,220)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71655E color. Also use rgb(113,101,94) instead hex code.

Text Font Color

.myTextColor { color: #71655E; }

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

This text font color is #71655E.


Background Color

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

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

This div background color is #71655E.


Border color

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

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

This div border color is #71655E.


Opacity

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

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

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

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

This text has shadow with #71655E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71655E on black background.


Color preview on white background

This text has color #71655E on white background.



Black color preview on #71655E background

This text has black color on #71655E background.


White color preview on #71655E background

This text has white color on #71655E background.