COLOR #71675E

HEX: #71675E
RGB: (113,103,94)

Color info

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

RGB color model

#71675E color RGB value is (113,103,94).

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

RGB channels and saturation

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

113
103
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 103 + 94 = 310 (100%)
R 113 of 310 ~ 36.45%
G 103 of 310 ~ 33.23%
B 94 of 310 ~ 30.32%

%36.45
%33.23
%30.32

CMYK color model

#71675E color CMYK value is (0,9,17,56).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 16.81%
  • key color value is 55.69%
CMYK:
(0,9,17,56)
C0M9Y17K56 
(0%,9%,17%,56%)
(0.00/0.09/0.17/0.56)	

CMYK percentages

%0
%8.85
%16.81
%55.69

Codes

Color #71675E in popluar color models

71675E
RGB11310394
HSL28°9.18%40.59%
HSB/HSV28°16.81%44.31%
CMYK0.00%8.85%16.81%
55.69%

Color #71675E in popluar number systems.

HEX71675E
Decimal11310394
Binary111000111001111011110
Octal161147136

Shades and tints

Shades of #71675E

#71675E
(113,103,94)
#675E56
(103,94,86)
#5D554E
(93,85,78)
#534C46
(83,76,70)
#49433E
(73,67,62)
#3F3A36
(63,58,54)
#35312E
(53,49,46)
#2B2826
(43,40,38)
#211F1E
(33,31,30)
#171616
(23,22,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #71675E

#71675E
(113,103,94)
#7D746C
(125,116,108)
#89817A
(137,129,122)
#958E88
(149,142,136)
#A19B96
(161,155,150)
#ADA8A4
(173,168,164)
#B9B5B2
(185,181,178)
#C5C2C0
(197,194,192)
#D1CFCE
(209,207,206)
#DDDCDC
(221,220,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71675E; }

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

This text font color is #71675E.


Background Color

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

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

This div background color is #71675E.


Border color

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

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

This div border color is #71675E.


Opacity

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

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

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

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

This text has shadow with #71675E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71675E on black background.


Color preview on white background

This text has color #71675E on white background.



Black color preview on #71675E background

This text has black color on #71675E background.


White color preview on #71675E background

This text has white color on #71675E background.