COLOR #71947A

HEX: #71947A
RGB: (113,148,122)

Color info

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

RGB color model

#71947A color RGB value is (113,148,122).

  • red value is 113;
  • green value is 148;
  • blue value is 122.
RGB:
(113,148,122)
(44%,58%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 122 of 255 = 48%

113
148
122

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

Portions of RGB colors in percentages

R + G + B =
113 + 148 + 122 = 383 (100%)
R 113 of 383 ~ 29.5%
G 148 of 383 ~ 38.64%
B 122 of 383 ~ 31.85%

%29.5
%38.64
%31.85

CMYK color model

#71947A color CMYK value is (24,0,18,42).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK:
(24,0,18,42)
C24M0Y18K42 
(24%,0%,18%,42%)
(0.24/0.00/0.18/0.42)	

CMYK percentages

%23.65
%0
%17.57
%41.96

Codes

Color #71947A in popluar color models

71947A
RGB113148122
HSL135°14.06%51.18%
HSB/HSV135°23.65%58.04%
CMYK23.65%0.00%17.57%
41.96%

Color #71947A in popluar number systems.

HEX71947A
Decimal113148122
Binary1110001100101001111010
Octal161224172

Shades and tints

Shades of #71947A

#71947A
(113,148,122)
#67876F
(103,135,111)
#5D7A64
(93,122,100)
#536D59
(83,109,89)
#49604E
(73,96,78)
#3F5343
(63,83,67)
#354638
(53,70,56)
#2B392D
(43,57,45)
#212C22
(33,44,34)
#171F17
(23,31,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #71947A

#71947A
(113,148,122)
#7D9D86
(125,157,134)
#89A692
(137,166,146)
#95AF9E
(149,175,158)
#A1B8AA
(161,184,170)
#ADC1B6
(173,193,182)
#B9CAC2
(185,202,194)
#C5D3CE
(197,211,206)
#D1DCDA
(209,220,218)
#DDE5E6
(221,229,230)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71947A color. Also use rgb(113,148,122) instead hex code.

Text Font Color

.myTextColor { color: #71947A; }

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

This text font color is #71947A.


Background Color

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

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

This div background color is #71947A.


Border color

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

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

This div border color is #71947A.


Opacity

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

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

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

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

This text has shadow with #71947A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71947A on black background.


Color preview on white background

This text has color #71947A on white background.



Black color preview on #71947A background

This text has black color on #71947A background.


White color preview on #71947A background

This text has white color on #71947A background.