COLOR #71665A

HEX: #71665A
RGB: (113,102,90)

Color info

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

RGB color model

#71665A color RGB value is (113,102,90).

  • red value is 113;
  • green value is 102;
  • blue value is 90.
RGB:
(113,102,90)
(44%,40%,35%)

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 90 of 255 = 35%

113
102
90

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

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 90 = 305 (100%)
R 113 of 305 ~ 37.05%
G 102 of 305 ~ 33.44%
B 90 of 305 ~ 29.51%

%37.05
%33.44
%29.51

CMYK color model

#71665A color CMYK value is (0,10,20,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 20.35%
  • key color value is 55.69%
CMYK:
(0,10,20,56)
C0M10Y20K56 
(0%,10%,20%,56%)
(0.00/0.10/0.20/0.56)	

CMYK percentages

%0
%9.73
%20.35
%55.69

Codes

Color #71665A in popluar color models

71665A
RGB11310290
HSL31°11.33%39.80%
HSB/HSV31°20.35%44.31%
CMYK0.00%9.73%20.35%
55.69%

Color #71665A in popluar number systems.

HEX71665A
Decimal11310290
Binary111000111001101011010
Octal161146132

Shades and tints

Shades of #71665A

#71665A
(113,102,90)
#675D52
(103,93,82)
#5D544A
(93,84,74)
#534B42
(83,75,66)
#49423A
(73,66,58)
#3F3932
(63,57,50)
#35302A
(53,48,42)
#2B2722
(43,39,34)
#211E1A
(33,30,26)
#171512
(23,21,18)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #71665A

#71665A
(113,102,90)
#7D7369
(125,115,105)
#898078
(137,128,120)
#958D87
(149,141,135)
#A19A96
(161,154,150)
#ADA7A5
(173,167,165)
#B9B4B4
(185,180,180)
#C5C1C3
(197,193,195)
#D1CED2
(209,206,210)
#DDDBE1
(221,219,225)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71665A; }

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

This text font color is #71665A.


Background Color

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

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

This div background color is #71665A.


Border color

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

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

This div border color is #71665A.


Opacity

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

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

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

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

This text has shadow with #71665A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71665A on black background.


Color preview on white background

This text has color #71665A on white background.



Black color preview on #71665A background

This text has black color on #71665A background.


White color preview on #71665A background

This text has white color on #71665A background.