COLOR #71827E

HEX: #71827E
RGB: (113,130,126)

Color info

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

RGB color model

#71827E color RGB value is (113,130,126).

  • red value is 113;
  • green value is 130;
  • blue value is 126.
RGB:
(113,130,126)
(44%,51%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 126 of 255 = 49%

113
130
126

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 126 = 369 (100%)
R 113 of 369 ~ 30.62%
G 130 of 369 ~ 35.23%
B 126 of 369 ~ 34.15%

%30.62
%35.23
%34.15

CMYK color model

#71827E color CMYK value is (13,0,3,49).

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(13,0,3,49)
C13M0Y3K49 
(13%,0%,3%,49%)
(0.13/0.00/0.03/0.49)	

CMYK percentages

%13.08
%0
%3.08
%49.02

Codes

Color #71827E in popluar color models

71827E
RGB113130126
HSL166°7.00%47.65%
HSB/HSV166°13.08%50.98%
CMYK13.08%0.00%3.08%
49.02%

Color #71827E in popluar number systems.

HEX71827E
Decimal113130126
Binary1110001100000101111110
Octal161202176

Shades and tints

Shades of #71827E

#71827E
(113,130,126)
#677773
(103,119,115)
#5D6C68
(93,108,104)
#53615D
(83,97,93)
#495652
(73,86,82)
#3F4B47
(63,75,71)
#35403C
(53,64,60)
#2B3531
(43,53,49)
#212A26
(33,42,38)
#171F1B
(23,31,27)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #71827E

#71827E
(113,130,126)
#7D8D89
(125,141,137)
#899894
(137,152,148)
#95A39F
(149,163,159)
#A1AEAA
(161,174,170)
#ADB9B5
(173,185,181)
#B9C4C0
(185,196,192)
#C5CFCB
(197,207,203)
#D1DAD6
(209,218,214)
#DDE5E1
(221,229,225)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71827E; }

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

This text font color is #71827E.


Background Color

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

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

This div background color is #71827E.


Border color

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

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

This div border color is #71827E.


Opacity

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

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

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

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

This text has shadow with #71827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71827E on black background.


Color preview on white background

This text has color #71827E on white background.



Black color preview on #71827E background

This text has black color on #71827E background.


White color preview on #71827E background

This text has white color on #71827E background.