COLOR #71607D

HEX: #71607D RGB: (113,96,125)

Color info

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

RGB color model

#71607D color RGB value is (113,96,125).

RGB: (113,96,125) (44%, 38%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 96 of 255 = 38%
B 125 of 255 = 49%

113
96
125

R + G + B ~ 44%. #71607D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 96 + 125 = 334 (100%)
R 113 of 334 ~ 33.83%
G 96 of 334 ~ 28.74%
B 125 of 334 ~ 37.43'%

%33.83
%28.74
%37.43

CMYK color model

#71607D color CMYK value is (10,23,0,51).

  • cyan value is 9.60%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (10,23,0,51)
C10M23Y0K51 (10%, 23%, 0%, 51%)
(0.10 / 0.23 / 0.00 / 0.51)

CMYK percentages

%9.6
%23.2
%0
%50.98

Codes

Color #71607D in popluar color models

71 60 7D
RGB 113 96 125
HSL 275° 13.12% 43.33%
HSB/HSV 275° 23.20% 49.02%
CMYK 9.60% 23.20% 0.00%
50.98%

Color #71607D in popluar number systems.

HEX 71 60 7D
Decimal 113 96 125
Binary 1110001 1100000 1111101
Octal 161 140 175

Shades and tints

Shades of #71607D

#71607D
(113,96,125)
#675872
(103,88,114)
#5D5067
(93,80,103)
#53485C
(83,72,92)
#494051
(73,64,81)
#3F3846
(63,56,70)
#35303B
(53,48,59)
#2B2830
(43,40,48)
#212025
(33,32,37)
#17181A
(23,24,26)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #71607D

#71607D
(113,96,125)
#7D6E88
(125,110,136)
#897C93
(137,124,147)
#958A9E
(149,138,158)
#A198A9
(161,152,169)
#ADA6B4
(173,166,180)
#B9B4BF
(185,180,191)
#C5C2CA
(197,194,202)
#D1D0D5
(209,208,213)
#DDDEE0
(221,222,224)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71607D color. Also use rgb(113,96,125) instead hex code.

Text Font Color

.myTextColor { color: #71607D; }

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

This text font color is #71607D.

Background Color

.myBgColor { background-color: #71607D; }

<div style="background-color:#71607D">Inner text</div>

This div background color is #71607D.

Border color

.myBorderColor { border: 1px solid #71607D; }

<div style="border:3px solid #71607D">Div</div>

This div border color is #71607D.

Opacity

.myOpacity80 { color: #71607D; opacity: 0.8; }

<p style="color:#71607D;opacity:0.8;">80%</p>

Text with #71607D 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 #71607D;}

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

This text has shadow with #71607D color.


.textShadow {text-shadow: 3px 3px 1px #71607D', 3px 3px 1px red;}

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

This text has shadow with #71607D primary color and red secondary color.


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

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

This text has shadow with #71607D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71607D; -webkit-box-shadow: 1px 1px 3px 2px #71607D; box-shadow:1px 1px 3px 2px #71607D;">
Div content here
</div>

This div box has shadow with color #71607D.

Preview

Color preview on black background

This text has color #71607D on black background.


Color preview on white background

This text has color #71607D on white background.


Black color preview on #71607D background

This text has black color on #71607D background.


White color preview on #71607D background

This text has white color on #71607D background.


Related colors

Complementary color

Complementary color for #hex is #8E9F82.


I love getcolorcode.com

Triadic colors

1 #7D7160 and #607D71 with #71607D are triadic colors.

2 #7D6071 and #60717D with #71607D are triadic colors.