COLOR #71957A

HEX: #71957A
RGB: (113,149,122)

Color info

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

RGB color model

#71957A color RGB value is (113,149,122).

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

RGB channels and saturation

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

113
149
122

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

Portions of RGB colors in percentages

R + G + B =
113 + 149 + 122 = 384 (100%)
R 113 of 384 ~ 29.43%
G 149 of 384 ~ 38.8%
B 122 of 384 ~ 31.77%

%29.43
%38.8
%31.77

CMYK color model

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

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

CMYK percentages

%24.16
%0
%18.12
%41.57

Codes

Color #71957A in popluar color models

71957A
RGB113149122
HSL135°14.52%51.37%
HSB/HSV135°24.16%58.43%
CMYK24.16%0.00%18.12%
41.57%

Color #71957A in popluar number systems.

HEX71957A
Decimal113149122
Binary1110001100101011111010
Octal161225172

Shades and tints

Shades of #71957A

#71957A
(113,149,122)
#67886F
(103,136,111)
#5D7B64
(93,123,100)
#536E59
(83,110,89)
#49614E
(73,97,78)
#3F5443
(63,84,67)
#354738
(53,71,56)
#2B3A2D
(43,58,45)
#212D22
(33,45,34)
#172017
(23,32,23)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #71957A

#71957A
(113,149,122)
#7D9E86
(125,158,134)
#89A792
(137,167,146)
#95B09E
(149,176,158)
#A1B9AA
(161,185,170)
#ADC2B6
(173,194,182)
#B9CBC2
(185,203,194)
#C5D4CE
(197,212,206)
#D1DDDA
(209,221,218)
#DDE6E6
(221,230,230)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71957A; }

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

This text font color is #71957A.


Background Color

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

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

This div background color is #71957A.


Border color

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

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

This div border color is #71957A.


Opacity

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

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

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

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

This text has shadow with #71957A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71957A on black background.


Color preview on white background

This text has color #71957A on white background.



Black color preview on #71957A background

This text has black color on #71957A background.


White color preview on #71957A background

This text has white color on #71957A background.