COLOR #71958C

HEX: #71958C
RGB: (113,149,140)

Color info

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

RGB color model

#71958C color RGB value is (113,149,140).

  • red value is 113;
  • green value is 149;
  • blue value is 140.
RGB:
(113,149,140)
(44%,58%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 149 of 255 = 58%
B 140 of 255 = 55%

113
149
140

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

Portions of RGB colors in percentages

R + G + B =
113 + 149 + 140 = 402 (100%)
R 113 of 402 ~ 28.11%
G 149 of 402 ~ 37.06%
B 140 of 402 ~ 34.83%

%28.11
%37.06
%34.83

CMYK color model

#71958C color CMYK value is (24,0,6,42).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(24,0,6,42)
C24M0Y6K42 
(24%,0%,6%,42%)
(0.24/0.00/0.06/0.42)	

CMYK percentages

%24.16
%0
%6.04
%41.57

Codes

Color #71958C in popluar color models

71958C
RGB113149140
HSL165°14.52%51.37%
HSB/HSV165°24.16%58.43%
CMYK24.16%0.00%6.04%
41.57%

Color #71958C in popluar number systems.

HEX71958C
Decimal113149140
Binary11100011001010110001100
Octal161225214

Shades and tints

Shades of #71958C

#71958C
(113,149,140)
#678880
(103,136,128)
#5D7B74
(93,123,116)
#536E68
(83,110,104)
#49615C
(73,97,92)
#3F5450
(63,84,80)
#354744
(53,71,68)
#2B3A38
(43,58,56)
#212D2C
(33,45,44)
#172020
(23,32,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #71958C

#71958C
(113,149,140)
#7D9E96
(125,158,150)
#89A7A0
(137,167,160)
#95B0AA
(149,176,170)
#A1B9B4
(161,185,180)
#ADC2BE
(173,194,190)
#B9CBC8
(185,203,200)
#C5D4D2
(197,212,210)
#D1DDDC
(209,221,220)
#DDE6E6
(221,230,230)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71958C color. Also use rgb(113,149,140) instead hex code.

Text Font Color

.myTextColor { color: #71958C; }

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

This text font color is #71958C.


Background Color

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

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

This div background color is #71958C.


Border color

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

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

This div border color is #71958C.


Opacity

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

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

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

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

This text has shadow with #71958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71958C on black background.


Color preview on white background

This text has color #71958C on white background.



Black color preview on #71958C background

This text has black color on #71958C background.


White color preview on #71958C background

This text has white color on #71958C background.