COLOR #71828D

HEX: #71828D RGB: (113,130,141)

Color info

#71828D contains red, green and blue colors in about the same proportion. Web safe color of #71828D is #669999 (or #699).

RGB color model

#71828D color RGB value is (113,130,141).

RGB: (113,130,141) (44%, 51%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 141 of 255 = 55%

113
130
141

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

Portions of RGB colors in percentages

R + G + B = 113 + 130 + 141 = 384 (100%)
R 113 of 384 ~ 29.43%
G 130 of 384 ~ 33.85%
B 141 of 384 ~ 36.72'%

%29.43
%33.85
%36.72

CMYK color model

#71828D color CMYK value is (20,8,0,45).

  • cyan value is 19.86%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (20,8,0,45)
C20M8Y0K45 (20%, 8%, 0%, 45%)
(0.20 / 0.08 / 0.00 / 0.45)

CMYK percentages

%19.86
%7.8
%0
%44.71

Codes

Color #71828D in popluar color models

71 82 8D
RGB 113 130 141
HSL 204° 11.02% 49.80%
HSB/HSV 204° 19.86% 55.29%
CMYK 19.86% 7.80% 0.00%
44.71%

Color #71828D in popluar number systems.

HEX 71 82 8D
Decimal 113 130 141
Binary 1110001 10000010 10001101
Octal 161 202 215

Shades and tints

Shades of #71828D

#71828D
(113,130,141)
#677781
(103,119,129)
#5D6C75
(93,108,117)
#536169
(83,97,105)
#49565D
(73,86,93)
#3F4B51
(63,75,81)
#354045
(53,64,69)
#2B3539
(43,53,57)
#212A2D
(33,42,45)
#171F21
(23,31,33)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #71828D

#71828D
(113,130,141)
#7D8D97
(125,141,151)
#8998A1
(137,152,161)
#95A3AB
(149,163,171)
#A1AEB5
(161,174,181)
#ADB9BF
(173,185,191)
#B9C4C9
(185,196,201)
#C5CFD3
(197,207,211)
#D1DADD
(209,218,221)
#DDE5E7
(221,229,231)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71828D color. Also use rgb(113,130,141) instead hex code.

Text Font Color

.myTextColor { color: #71828D; }

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

This text font color is #71828D.

Background Color

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

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

This div background color is #71828D.

Border color

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

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

This div border color is #71828D.

Opacity

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

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

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

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

This text has shadow with #71828D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71828D.

Preview

Color preview on black background

This text has color #71828D on black background.


Color preview on white background

This text has color #71828D on white background.


Black color preview on #71828D background

This text has black color on #71828D background.


White color preview on #71828D background

This text has white color on #71828D background.


Related colors

Complementary color

Complementary color for #hex is #8E7D72.


I love getcolorcode.com

Triadic colors

1 #8D7182 and #828D71 with #71828D are triadic colors.

2 #8D8271 and #82718D with #71828D are triadic colors.