COLOR #71847D

HEX: #71847D RGB: (113,132,125)

Color info

#71847D contains red, green and blue colors in about the same proportion. Web safe color of #71847D is #669966 (or #696).

RGB color model

#71847D color RGB value is (113,132,125).

RGB: (113,132,125) (44%, 52%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 132 of 255 = 52%
B 125 of 255 = 49%

113
132
125

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

Portions of RGB colors in percentages

R + G + B = 113 + 132 + 125 = 370 (100%)
R 113 of 370 ~ 30.54%
G 132 of 370 ~ 35.68%
B 125 of 370 ~ 33.78'%

%30.54
%35.68
%33.78

CMYK color model

#71847D color CMYK value is (14,0,5,48).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 48.24%

CMYK: (14,0,5,48)
C14M0Y5K48 (14%, 0%, 5%, 48%)
(0.14 / 0.00 / 0.05 / 0.48)

CMYK percentages

%14.39
%0
%5.3
%48.24

Codes

Color #71847D in popluar color models

71 84 7D
RGB 113 132 125
HSL 158° 7.76% 48.04%
HSB/HSV 158° 14.39% 51.76%
CMYK 14.39% 0.00% 5.30%
48.24%

Color #71847D in popluar number systems.

HEX 71 84 7D
Decimal 113 132 125
Binary 1110001 10000100 1111101
Octal 161 204 175

Shades and tints

Shades of #71847D

#71847D
(113,132,125)
#677872
(103,120,114)
#5D6C67
(93,108,103)
#53605C
(83,96,92)
#495451
(73,84,81)
#3F4846
(63,72,70)
#353C3B
(53,60,59)
#2B3030
(43,48,48)
#212425
(33,36,37)
#17181A
(23,24,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #71847D

#71847D
(113,132,125)
#7D8F88
(125,143,136)
#899A93
(137,154,147)
#95A59E
(149,165,158)
#A1B0A9
(161,176,169)
#ADBBB4
(173,187,180)
#B9C6BF
(185,198,191)
#C5D1CA
(197,209,202)
#D1DCD5
(209,220,213)
#DDE7E0
(221,231,224)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71847D; }

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

This text font color is #71847D.

Background Color

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

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

This div background color is #71847D.

Border color

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

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

This div border color is #71847D.

Opacity

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

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

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

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

This text has shadow with #71847D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71847D.

Preview

Color preview on black background

This text has color #71847D on black background.


Color preview on white background

This text has color #71847D on white background.


Black color preview on #71847D background

This text has black color on #71847D background.


White color preview on #71847D background

This text has white color on #71847D background.


Related colors

Complementary color

Complementary color for #hex is #8E7B82.


I love getcolorcode.com

Triadic colors

1 #7D7184 and #847D71 with #71847D are triadic colors.

2 #7D8471 and #84717D with #71847D are triadic colors.