COLOR #71745C

HEX: #71745C
RGB: (113,116,92)

Color info

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

RGB color model

#71745C color RGB value is (113,116,92).

  • red value is 113;
  • green value is 116;
  • blue value is 92.
RGB:
(113,116,92)
(44%,45%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 92 of 255 = 36%

113
116
92

R + G + B ~ 42%. #71745C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 92 = 321 (100%)
R 113 of 321 ~ 35.2%
G 116 of 321 ~ 36.14%
B 92 of 321 ~ 28.66%

%35.2
%36.14
%28.66

CMYK color model

#71745C color CMYK value is (3,0,21,55).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(3,0,21,55)
C3M0Y21K55 
(3%,0%,21%,55%)
(0.03/0.00/0.21/0.55)	

CMYK percentages

%2.59
%0
%20.69
%54.51

Codes

Color #71745C in popluar color models

71745C
RGB11311692
HSL68°11.54%40.78%
HSB/HSV68°20.69%45.49%
CMYK2.59%0.00%20.69%
54.51%

Color #71745C in popluar number systems.

HEX71745C
Decimal11311692
Binary111000111101001011100
Octal161164134

Shades and tints

Shades of #71745C

#71745C
(113,116,92)
#676A54
(103,106,84)
#5D604C
(93,96,76)
#535644
(83,86,68)
#494C3C
(73,76,60)
#3F4234
(63,66,52)
#35382C
(53,56,44)
#2B2E24
(43,46,36)
#21241C
(33,36,28)
#171A14
(23,26,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #71745C

#71745C
(113,116,92)
#7D806A
(125,128,106)
#898C78
(137,140,120)
#959886
(149,152,134)
#A1A494
(161,164,148)
#ADB0A2
(173,176,162)
#B9BCB0
(185,188,176)
#C5C8BE
(197,200,190)
#D1D4CC
(209,212,204)
#DDE0DA
(221,224,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71745C color. Also use rgb(113,116,92) instead hex code.

Text Font Color

.myTextColor { color: #71745C; }

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

This text font color is #71745C.


Background Color

.myBgColor { background-color: #71745C; }

<div style="background-color:#71745C">Inner text</div>

This div background color is #71745C.


Border color

.myBorderColor { border: 1px solid #71745C; }

<div style="border:3px solid #71745C">Div</div>

This div border color is #71745C.


Opacity

.myOpacity80 { color: #71745C; opacity: 0.8; }

<p style="color:#71745C;opacity:0.8;">80%</p>

Text with #71745C 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 #71745C;}

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

This text has shadow with #71745C color.

.textShadow {text-shadow: 3px 3px 1px #71745C, 3px 3px 1px red;}

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

This text has shadow with #71745C primary color and red secondary color.


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

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

This text has shadow with #71745C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71745C on black background.


Color preview on white background

This text has color #71745C on white background.



Black color preview on #71745C background

This text has black color on #71745C background.


White color preview on #71745C background

This text has white color on #71745C background.