COLOR #71877D

HEX: #71877D
RGB: (113,135,125)

Color info

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

RGB color model

#71877D color RGB value is (113,135,125).

  • red value is 113;
  • green value is 135;
  • blue value is 125.
RGB:
(113,135,125)
(44%,53%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 125 of 255 = 49%

113
135
125

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 125 = 373 (100%)
R 113 of 373 ~ 30.29%
G 135 of 373 ~ 36.19%
B 125 of 373 ~ 33.51%

%30.29
%36.19
%33.51

CMYK color model

#71877D color CMYK value is (16,0,7,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(16,0,7,47)
C16M0Y7K47 
(16%,0%,7%,47%)
(0.16/0.00/0.07/0.47)	

CMYK percentages

%16.3
%0
%7.41
%47.06

Codes

Color #71877D in popluar color models

71877D
RGB113135125
HSL153°8.87%48.63%
HSB/HSV153°16.30%52.94%
CMYK16.30%0.00%7.41%
47.06%

Color #71877D in popluar number systems.

HEX71877D
Decimal113135125
Binary1110001100001111111101
Octal161207175

Shades and tints

Shades of #71877D

#71877D
(113,135,125)
#677B72
(103,123,114)
#5D6F67
(93,111,103)
#53635C
(83,99,92)
#495751
(73,87,81)
#3F4B46
(63,75,70)
#353F3B
(53,63,59)
#2B3330
(43,51,48)
#212725
(33,39,37)
#171B1A
(23,27,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #71877D

#71877D
(113,135,125)
#7D9188
(125,145,136)
#899B93
(137,155,147)
#95A59E
(149,165,158)
#A1AFA9
(161,175,169)
#ADB9B4
(173,185,180)
#B9C3BF
(185,195,191)
#C5CDCA
(197,205,202)
#D1D7D5
(209,215,213)
#DDE1E0
(221,225,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71877D; }

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

This text font color is #71877D.


Background Color

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

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

This div background color is #71877D.


Border color

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

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

This div border color is #71877D.


Opacity

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

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

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

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

This text has shadow with #71877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71877D on black background.


Color preview on white background

This text has color #71877D on white background.



Black color preview on #71877D background

This text has black color on #71877D background.


White color preview on #71877D background

This text has white color on #71877D background.