COLOR #71827B

HEX: #71827B
RGB: (113,130,123)

Color info

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

RGB color model

#71827B color RGB value is (113,130,123).

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

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 123 of 255 = 48%

113
130
123

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 123 = 366 (100%)
R 113 of 366 ~ 30.87%
G 130 of 366 ~ 35.52%
B 123 of 366 ~ 33.61%

%30.87
%35.52
%33.61

CMYK color model

#71827B color CMYK value is (13,0,5,49).

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 49.02%
CMYK:
(13,0,5,49)
C13M0Y5K49 
(13%,0%,5%,49%)
(0.13/0.00/0.05/0.49)	

CMYK percentages

%13.08
%0
%5.38
%49.02

Codes

Color #71827B in popluar color models

71827B
RGB113130123
HSL155°7.00%47.65%
HSB/HSV155°13.08%50.98%
CMYK13.08%0.00%5.38%
49.02%

Color #71827B in popluar number systems.

HEX71827B
Decimal113130123
Binary1110001100000101111011
Octal161202173

Shades and tints

Shades of #71827B

#71827B
(113,130,123)
#677770
(103,119,112)
#5D6C65
(93,108,101)
#53615A
(83,97,90)
#49564F
(73,86,79)
#3F4B44
(63,75,68)
#354039
(53,64,57)
#2B352E
(43,53,46)
#212A23
(33,42,35)
#171F18
(23,31,24)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #71827B

#71827B
(113,130,123)
#7D8D87
(125,141,135)
#899893
(137,152,147)
#95A39F
(149,163,159)
#A1AEAB
(161,174,171)
#ADB9B7
(173,185,183)
#B9C4C3
(185,196,195)
#C5CFCF
(197,207,207)
#D1DADB
(209,218,219)
#DDE5E7
(221,229,231)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71827B; }

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

This text font color is #71827B.


Background Color

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

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

This div background color is #71827B.


Border color

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

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

This div border color is #71827B.


Opacity

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

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

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

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

This text has shadow with #71827B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71827B on black background.


Color preview on white background

This text has color #71827B on white background.



Black color preview on #71827B background

This text has black color on #71827B background.


White color preview on #71827B background

This text has white color on #71827B background.