COLOR #71857E

HEX: #71857E RGB: (113,133,126)

Color info

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

RGB color model

#71857E color RGB value is (113,133,126).

RGB: (113,133,126) (44%, 52%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 133 of 255 = 52%
B 126 of 255 = 49%

113
133
126

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

Portions of RGB colors in percentages

R + G + B = 113 + 133 + 126 = 372 (100%)
R 113 of 372 ~ 30.38%
G 133 of 372 ~ 35.75%
B 126 of 372 ~ 33.87'%

%30.38
%35.75
%33.87

CMYK color model

#71857E color CMYK value is (15,0,5,48).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 47.84%

CMYK: (15,0,5,48)
C15M0Y5K48 (15%, 0%, 5%, 48%)
(0.15 / 0.00 / 0.05 / 0.48)

CMYK percentages

%15.04
%0
%5.26
%47.84

Codes

Color #71857E in popluar color models

71 85 7E
RGB 113 133 126
HSL 159° 8.13% 48.24%
HSB/HSV 159° 15.04% 52.16%
CMYK 15.04% 0.00% 5.26%
47.84%

Color #71857E in popluar number systems.

HEX 71 85 7E
Decimal 113 133 126
Binary 1110001 10000101 1111110
Octal 161 205 176

Shades and tints

Shades of #71857E

#71857E
(113,133,126)
#677973
(103,121,115)
#5D6D68
(93,109,104)
#53615D
(83,97,93)
#495552
(73,85,82)
#3F4947
(63,73,71)
#353D3C
(53,61,60)
#2B3131
(43,49,49)
#212526
(33,37,38)
#17191B
(23,25,27)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #71857E

#71857E
(113,133,126)
#7D9089
(125,144,137)
#899B94
(137,155,148)
#95A69F
(149,166,159)
#A1B1AA
(161,177,170)
#ADBCB5
(173,188,181)
#B9C7C0
(185,199,192)
#C5D2CB
(197,210,203)
#D1DDD6
(209,221,214)
#DDE8E1
(221,232,225)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71857E color. Also use rgb(113,133,126) instead hex code.

Text Font Color

.myTextColor { color: #71857E; }

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

This text font color is #71857E.

Background Color

.myBgColor { background-color: #71857E; }

<div style="background-color:#71857E">Inner text</div>

This div background color is #71857E.

Border color

.myBorderColor { border: 1px solid #71857E; }

<div style="border:3px solid #71857E">Div</div>

This div border color is #71857E.

Opacity

.myOpacity80 { color: #71857E; opacity: 0.8; }

<p style="color:#71857E;opacity:0.8;">80%</p>

Text with #71857E 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 #71857E;}

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

This text has shadow with #71857E color.


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

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

This text has shadow with #71857E primary color and red secondary color.


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

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

This text has shadow with #71857E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71857E.

Preview

Color preview on black background

This text has color #71857E on black background.


Color preview on white background

This text has color #71857E on white background.


Black color preview on #71857E background

This text has black color on #71857E background.


White color preview on #71857E background

This text has white color on #71857E background.


Related colors

Complementary color

Complementary color for #hex is #8E7A81.


I love getcolorcode.com

Triadic colors

1 #7E7185 and #857E71 with #71857E are triadic colors.

2 #7E8571 and #85717E with #71857E are triadic colors.