COLOR #71968A

HEX: #71968A
RGB: (113,150,138)

Color info

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

RGB color model

#71968A color RGB value is (113,150,138).

  • red value is 113;
  • green value is 150;
  • blue value is 138.
RGB:
(113,150,138)
(44%,59%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 150 of 255 = 59%
B 138 of 255 = 54%

113
150
138

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

Portions of RGB colors in percentages

R + G + B =
113 + 150 + 138 = 401 (100%)
R 113 of 401 ~ 28.18%
G 150 of 401 ~ 37.41%
B 138 of 401 ~ 34.41%

%28.18
%37.41
%34.41

CMYK color model

#71968A color CMYK value is (25,0,8,41).

  • cyan value is 24.67%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(25,0,8,41)
C25M0Y8K41 
(25%,0%,8%,41%)
(0.25/0.00/0.08/0.41)	

CMYK percentages

%24.67
%0
%8
%41.18

Codes

Color #71968A in popluar color models

71968A
RGB113150138
HSL161°14.98%51.57%
HSB/HSV161°24.67%58.82%
CMYK24.67%0.00%8.00%
41.18%

Color #71968A in popluar number systems.

HEX71968A
Decimal113150138
Binary11100011001011010001010
Octal161226212

Shades and tints

Shades of #71968A

#71968A
(113,150,138)
#67897E
(103,137,126)
#5D7C72
(93,124,114)
#536F66
(83,111,102)
#49625A
(73,98,90)
#3F554E
(63,85,78)
#354842
(53,72,66)
#2B3B36
(43,59,54)
#212E2A
(33,46,42)
#17211E
(23,33,30)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #71968A

#71968A
(113,150,138)
#7D9F94
(125,159,148)
#89A89E
(137,168,158)
#95B1A8
(149,177,168)
#A1BAB2
(161,186,178)
#ADC3BC
(173,195,188)
#B9CCC6
(185,204,198)
#C5D5D0
(197,213,208)
#D1DEDA
(209,222,218)
#DDE7E4
(221,231,228)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71968A color. Also use rgb(113,150,138) instead hex code.

Text Font Color

.myTextColor { color: #71968A; }

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

This text font color is #71968A.


Background Color

.myBgColor { background-color: #71968A; }

<div style="background-color:#71968A">Inner text</div>

This div background color is #71968A.


Border color

.myBorderColor { border: 1px solid #71968A; }

<div style="border:3px solid #71968A">Div</div>

This div border color is #71968A.


Opacity

.myOpacity80 { color: #71968A; opacity: 0.8; }

<p style="color:#71968A;opacity:0.8;">80%</p>

Text with #71968A 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 #71968A;}

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

This text has shadow with #71968A color.

.textShadow {text-shadow: 3px 3px 1px #71968A, 3px 3px 1px red;}

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

This text has shadow with #71968A primary color and red secondary color.


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

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

This text has shadow with #71968A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71968A on black background.


Color preview on white background

This text has color #71968A on white background.



Black color preview on #71968A background

This text has black color on #71968A background.


White color preview on #71968A background

This text has white color on #71968A background.