COLOR #71625C

HEX: #71625C
RGB: (113,98,92)

Color info

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

RGB color model

#71625C color RGB value is (113,98,92).

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

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 92 of 255 = 36%

113
98
92

R + G + B ~ 39%. #71625C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 92 = 303 (100%)
R 113 of 303 ~ 37.29%
G 98 of 303 ~ 32.34%
B 92 of 303 ~ 30.36%

%37.29
%32.34
%30.36

CMYK color model

#71625C color CMYK value is (0,13,19,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(0,13,19,56)
C0M13Y19K56 
(0%,13%,19%,56%)
(0.00/0.13/0.19/0.56)	

CMYK percentages

%0
%13.27
%18.58
%55.69

Codes

Color #71625C in popluar color models

71625C
RGB1139892
HSL17°10.24%40.20%
HSB/HSV17°18.58%44.31%
CMYK0.00%13.27%18.58%
55.69%

Color #71625C in popluar number systems.

HEX71625C
Decimal1139892
Binary111000111000101011100
Octal161142134

Shades and tints

Shades of #71625C

#71625C
(113,98,92)
#675A54
(103,90,84)
#5D524C
(93,82,76)
#534A44
(83,74,68)
#49423C
(73,66,60)
#3F3A34
(63,58,52)
#35322C
(53,50,44)
#2B2A24
(43,42,36)
#21221C
(33,34,28)
#171A14
(23,26,20)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #71625C

#71625C
(113,98,92)
#7D706A
(125,112,106)
#897E78
(137,126,120)
#958C86
(149,140,134)
#A19A94
(161,154,148)
#ADA8A2
(173,168,162)
#B9B6B0
(185,182,176)
#C5C4BE
(197,196,190)
#D1D2CC
(209,210,204)
#DDE0DA
(221,224,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71625C; }

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

This text font color is #71625C.


Background Color

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

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

This div background color is #71625C.


Border color

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

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

This div border color is #71625C.


Opacity

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

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

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

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

This text has shadow with #71625C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71625C on black background.


Color preview on white background

This text has color #71625C on white background.



Black color preview on #71625C background

This text has black color on #71625C background.


White color preview on #71625C background

This text has white color on #71625C background.