COLOR #71938E

HEX: #71938E
RGB: (113,147,142)

Color info

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

RGB color model

#71938E color RGB value is (113,147,142).

  • red value is 113;
  • green value is 147;
  • blue value is 142.
RGB:
(113,147,142)
(44%,58%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 147 of 255 = 58%
B 142 of 255 = 56%

113
147
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 147 + 142 = 402 (100%)
R 113 of 402 ~ 28.11%
G 147 of 402 ~ 36.57%
B 142 of 402 ~ 35.32%

%28.11
%36.57
%35.32

CMYK color model

#71938E color CMYK value is (23,0,3,42).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 42.35%
CMYK:
(23,0,3,42)
C23M0Y3K42 
(23%,0%,3%,42%)
(0.23/0.00/0.03/0.42)	

CMYK percentages

%23.13
%0
%3.4
%42.35

Codes

Color #71938E in popluar color models

71938E
RGB113147142
HSL171°13.60%50.98%
HSB/HSV171°23.13%57.65%
CMYK23.13%0.00%3.40%
42.35%

Color #71938E in popluar number systems.

HEX71938E
Decimal113147142
Binary11100011001001110001110
Octal161223216

Shades and tints

Shades of #71938E

#71938E
(113,147,142)
#678682
(103,134,130)
#5D7976
(93,121,118)
#536C6A
(83,108,106)
#495F5E
(73,95,94)
#3F5252
(63,82,82)
#354546
(53,69,70)
#2B383A
(43,56,58)
#212B2E
(33,43,46)
#171E22
(23,30,34)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #71938E

#71938E
(113,147,142)
#7D9C98
(125,156,152)
#89A5A2
(137,165,162)
#95AEAC
(149,174,172)
#A1B7B6
(161,183,182)
#ADC0C0
(173,192,192)
#B9C9CA
(185,201,202)
#C5D2D4
(197,210,212)
#D1DBDE
(209,219,222)
#DDE4E8
(221,228,232)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71938E color. Also use rgb(113,147,142) instead hex code.

Text Font Color

.myTextColor { color: #71938E; }

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

This text font color is #71938E.


Background Color

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

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

This div background color is #71938E.


Border color

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

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

This div border color is #71938E.


Opacity

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

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

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

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

This text has shadow with #71938E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71938E on black background.


Color preview on white background

This text has color #71938E on white background.



Black color preview on #71938E background

This text has black color on #71938E background.


White color preview on #71938E background

This text has white color on #71938E background.