COLOR #71B092

HEX: #71B092
RGB: (113,176,146)

Color info

#71B092 contains mainly green and blue colors. Web safe color of #71B092 is #669999 (or #699).

RGB color model

#71B092 color RGB value is (113,176,146).

  • red value is 113;
  • green value is 176;
  • blue value is 146.
RGB:
(113,176,146)
(44%,69%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 176 of 255 = 69%
B 146 of 255 = 57%

113
176
146

R + G + B ~ 57%. #71B092 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 176 + 146 = 435 (100%)
R 113 of 435 ~ 25.98%
G 176 of 435 ~ 40.46%
B 146 of 435 ~ 33.56%

%25.98
%40.46
%33.56

CMYK color model

#71B092 color CMYK value is (36,0,17,31).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 30.98%
CMYK:
(36,0,17,31)
C36M0Y17K31 
(36%,0%,17%,31%)
(0.36/0.00/0.17/0.31)	

CMYK percentages

%35.8
%0
%17.05
%30.98

Codes

Color #71B092 in popluar color models

71B092
RGB113176146
HSL151°28.51%56.67%
HSB/HSV151°35.80%69.02%
CMYK35.80%0.00%17.05%
30.98%

Color #71B092 in popluar number systems.

HEX71B092
Decimal113176146
Binary11100011011000010010010
Octal161260222

Shades and tints

Shades of #71B092

#71B092
(113,176,146)
#67A085
(103,160,133)
#5D9078
(93,144,120)
#53806B
(83,128,107)
#49705E
(73,112,94)
#3F6051
(63,96,81)
#355044
(53,80,68)
#2B4037
(43,64,55)
#21302A
(33,48,42)
#17201D
(23,32,29)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #71B092

#71B092
(113,176,146)
#7DB79B
(125,183,155)
#89BEA4
(137,190,164)
#95C5AD
(149,197,173)
#A1CCB6
(161,204,182)
#ADD3BF
(173,211,191)
#B9DAC8
(185,218,200)
#C5E1D1
(197,225,209)
#D1E8DA
(209,232,218)
#DDEFE3
(221,239,227)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B092 color. Also use rgb(113,176,146) instead hex code.

Text Font Color

.myTextColor { color: #71B092; }

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

This text font color is #71B092.


Background Color

.myBgColor { background-color: #71B092; }

<div style="background-color:#71B092">Inner text</div>

This div background color is #71B092.


Border color

.myBorderColor { border: 1px solid #71B092; }

<div style="border:3px solid #71B092">Div</div>

This div border color is #71B092.


Opacity

.myOpacity80 { color: #71B092; opacity: 0.8; }

<p style="color:#71B092;opacity:0.8;">80%</p>

Text with #71B092 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 #71B092;}

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

This text has shadow with #71B092 color.

.textShadow {text-shadow: 3px 3px 1px #71B092, 3px 3px 1px red;}

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

This text has shadow with #71B092 primary color and red secondary color.


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

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

This text has shadow with #71B092 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B092 on black background.


Color preview on white background

This text has color #71B092 on white background.



Black color preview on #71B092 background

This text has black color on #71B092 background.


White color preview on #71B092 background

This text has white color on #71B092 background.