COLOR #71636C

HEX: #71636C
RGB: (113,99,108)

Color info

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

RGB color model

#71636C color RGB value is (113,99,108).

  • red value is 113;
  • green value is 99;
  • blue value is 108.
RGB:
(113,99,108)
(44%,39%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 108 of 255 = 42%

113
99
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 108 = 320 (100%)
R 113 of 320 ~ 35.31%
G 99 of 320 ~ 30.94%
B 108 of 320 ~ 33.75%

%35.31
%30.94
%33.75

CMYK color model

#71636C color CMYK value is (0,12,4,56).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(0,12,4,56)
C0M12Y4K56 
(0%,12%,4%,56%)
(0.00/0.12/0.04/0.56)	

CMYK percentages

%0
%12.39
%4.42
%55.69

Codes

Color #71636C in popluar color models

71636C
RGB11399108
HSL321°6.60%41.57%
HSB/HSV321°12.39%44.31%
CMYK0.00%12.39%4.42%
55.69%

Color #71636C in popluar number systems.

HEX71636C
Decimal11399108
Binary111000111000111101100
Octal161143154

Shades and tints

Shades of #71636C

#71636C
(113,99,108)
#675A63
(103,90,99)
#5D515A
(93,81,90)
#534851
(83,72,81)
#493F48
(73,63,72)
#3F363F
(63,54,63)
#352D36
(53,45,54)
#2B242D
(43,36,45)
#211B24
(33,27,36)
#17121B
(23,18,27)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #71636C

#71636C
(113,99,108)
#7D7179
(125,113,121)
#897F86
(137,127,134)
#958D93
(149,141,147)
#A19BA0
(161,155,160)
#ADA9AD
(173,169,173)
#B9B7BA
(185,183,186)
#C5C5C7
(197,197,199)
#D1D3D4
(209,211,212)
#DDE1E1
(221,225,225)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71636C color. Also use rgb(113,99,108) instead hex code.

Text Font Color

.myTextColor { color: #71636C; }

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

This text font color is #71636C.


Background Color

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

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

This div background color is #71636C.


Border color

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

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

This div border color is #71636C.


Opacity

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

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

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

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

This text has shadow with #71636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71636C on black background.


Color preview on white background

This text has color #71636C on white background.



Black color preview on #71636C background

This text has black color on #71636C background.


White color preview on #71636C background

This text has white color on #71636C background.