COLOR #71B396

HEX: #71B396
RGB: (113,179,150)

Renk bilgisi

#71B396 contains mainly green and blue colors. #71B396 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#71B396 color RGB value is (113,179,150).

  • kırmız ton 113;
  • yeşil ton 179;
  • mavi ton 150.
RGB:
(113,179,150)
(44%,70%,59%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 179 of 255 = 70%
B 150 of 255 = 59%

113
179
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 179 + 150 = 442 (100%)
R 113 of 442 ~ 25.57%
G 179 of 442 ~ 40.5%
B 150 of 442 ~ 33.94%

%25.57
%40.5
%33.94

CMYK RENK MODELİ

#71B396 rengi CMYK tonu (37,0,16,30).

  • camgöbeği tonu 36.87%
  • eflatun tonu 0.00%
  • sarı tonu 16.20%
  • ana renk tonu 29.80%
CMYK:
(37,0,16,30)
C37M0Y16K30 
(37%,0%,16%,30%)
(0.37/0.00/0.16/0.30)	

CMYK yüzdeleri

%36.87
%0
%16.2
%29.8

Codes

Color #71B396 in popluar color models

71B396
RGB113179150
HSL154°30.28%57.25%
HSB/HSV154°36.87%70.20%
CMYK36.87%0.00%16.20%
29.80%

Color #71B396 in popluar number systems.

HEX71B396
Decimal113179150
Binary11100011011001110010110
Octal161263226

Shades and tints

Shades of #71B396

#71B396
(113,179,150)
#67A389
(103,163,137)
#5D937C
(93,147,124)
#53836F
(83,131,111)
#497362
(73,115,98)
#3F6355
(63,99,85)
#355348
(53,83,72)
#2B433B
(43,67,59)
#21332E
(33,51,46)
#172321
(23,35,33)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #71B396

#71B396
(113,179,150)
#7DB99F
(125,185,159)
#89BFA8
(137,191,168)
#95C5B1
(149,197,177)
#A1CBBA
(161,203,186)
#ADD1C3
(173,209,195)
#B9D7CC
(185,215,204)
#C5DDD5
(197,221,213)
#D1E3DE
(209,227,222)
#DDE9E7
(221,233,231)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B396 color. Also use rgb(113,179,150) instead hex code.

Text Font Color

.myTextColor { color: #71B396; }

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

This text font color is #71B396.


Background Color

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

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

This div background color is #71B396.


Border color

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

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

This div border color is #71B396.


Opacity

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

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

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

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

This text has shadow with #71B396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B396 on black background.


Color preview on white background

This text has color #71B396 on white background.



Black color preview on #71B396 background

This text has black color on #71B396 background.


White color preview on #71B396 background

This text has white color on #71B396 background.