COLOR #71929C

HEX: #71929C
RGB: (113,146,156)

Color info

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

RGB color model

#71929C color RGB value is (113,146,156).

  • red value is 113;
  • green value is 146;
  • blue value is 156.
RGB:
(113,146,156)
(44%,57%,61%)

RGB channels and saturation

R 113 of 255 = 44%
G 146 of 255 = 57%
B 156 of 255 = 61%

113
146
156

R + G + B ~ 54%. #71929C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 146 + 156 = 415 (100%)
R 113 of 415 ~ 27.23%
G 146 of 415 ~ 35.18%
B 156 of 415 ~ 37.59%

%27.23
%35.18
%37.59

CMYK color model

#71929C color CMYK value is (28,6,0,39).

  • cyan value is 27.56%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,6,0,39)
C28M6Y0K39 
(28%,6%,0%,39%)
(0.28/0.06/0.00/0.39)	

CMYK percentages

%27.56
%6.41
%0
%38.82

Codes

Color #71929C in popluar color models

71929C
RGB113146156
HSL194°17.84%52.75%
HSB/HSV194°27.56%61.18%
CMYK27.56%6.41%0.00%
38.82%

Color #71929C in popluar number systems.

HEX71929C
Decimal113146156
Binary11100011001001010011100
Octal161222234

Shades and tints

Shades of #71929C

#71929C
(113,146,156)
#67858E
(103,133,142)
#5D7880
(93,120,128)
#536B72
(83,107,114)
#495E64
(73,94,100)
#3F5156
(63,81,86)
#354448
(53,68,72)
#2B373A
(43,55,58)
#212A2C
(33,42,44)
#171D1E
(23,29,30)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #71929C

#71929C
(113,146,156)
#7D9BA5
(125,155,165)
#89A4AE
(137,164,174)
#95ADB7
(149,173,183)
#A1B6C0
(161,182,192)
#ADBFC9
(173,191,201)
#B9C8D2
(185,200,210)
#C5D1DB
(197,209,219)
#D1DAE4
(209,218,228)
#DDE3ED
(221,227,237)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71929C color. Also use rgb(113,146,156) instead hex code.

Text Font Color

.myTextColor { color: #71929C; }

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

This text font color is #71929C.


Background Color

.myBgColor { background-color: #71929C; }

<div style="background-color:#71929C">Inner text</div>

This div background color is #71929C.


Border color

.myBorderColor { border: 1px solid #71929C; }

<div style="border:3px solid #71929C">Div</div>

This div border color is #71929C.


Opacity

.myOpacity80 { color: #71929C; opacity: 0.8; }

<p style="color:#71929C;opacity:0.8;">80%</p>

Text with #71929C 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 #71929C;}

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

This text has shadow with #71929C color.

.textShadow {text-shadow: 3px 3px 1px #71929C, 3px 3px 1px red;}

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

This text has shadow with #71929C primary color and red secondary color.


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

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

This text has shadow with #71929C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71929C on black background.


Color preview on white background

This text has color #71929C on white background.



Black color preview on #71929C background

This text has black color on #71929C background.


White color preview on #71929C background

This text has white color on #71929C background.