COLOR #717E71

HEX: #717E71
RGB: (113,126,113)

Renk bilgisi

#717E71 contains red, green and blue colors in about the same proportion. #717E71 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#717E71 color RGB value is (113,126,113).

  • kırmız ton 113;
  • yeşil ton 126;
  • mavi ton 113.
RGB:
(113,126,113)
(44%,49%,44%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 126 of 255 = 49%
B 113 of 255 = 44%

113
126
113

R + G + B ~ 46%. #717E71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 126 + 113 = 352 (100%)
R 113 of 352 ~ 32.1%
G 126 of 352 ~ 35.8%
B 113 of 352 ~ 32.1%

%32.1
%35.8
%32.1

CMYK RENK MODELİ

#717E71 rengi CMYK tonu (10,0,10,51).

  • camgöbeği tonu 10.32%
  • eflatun tonu 0.00%
  • sarı tonu 10.32%
  • ana renk tonu 50.59%
CMYK:
(10,0,10,51)
C10M0Y10K51 
(10%,0%,10%,51%)
(0.10/0.00/0.10/0.51)	

CMYK yüzdeleri

%10.32
%0
%10.32
%50.59

Codes

Color #717E71 in popluar color models

717E71
RGB113126113
HSL120°5.44%46.86%
HSB/HSV120°10.32%49.41%
CMYK10.32%0.00%10.32%
50.59%

Color #717E71 in popluar number systems.

HEX717E71
Decimal113126113
Binary111000111111101110001
Octal161176161

Shades and tints

Shades of #717E71

#717E71
(113,126,113)
#677367
(103,115,103)
#5D685D
(93,104,93)
#535D53
(83,93,83)
#495249
(73,82,73)
#3F473F
(63,71,63)
#353C35
(53,60,53)
#2B312B
(43,49,43)
#212621
(33,38,33)
#171B17
(23,27,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #717E71

#717E71
(113,126,113)
#7D897D
(125,137,125)
#899489
(137,148,137)
#959F95
(149,159,149)
#A1AAA1
(161,170,161)
#ADB5AD
(173,181,173)
#B9C0B9
(185,192,185)
#C5CBC5
(197,203,197)
#D1D6D1
(209,214,209)
#DDE1DD
(221,225,221)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717E71 color. Also use rgb(113,126,113) instead hex code.

Text Font Color

.myTextColor { color: #717E71; }

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

This text font color is #717E71.


Background Color

.myBgColor { background-color: #717E71; }

<div style="background-color:#717E71">Inner text</div>

This div background color is #717E71.


Border color

.myBorderColor { border: 1px solid #717E71; }

<div style="border:3px solid #717E71">Div</div>

This div border color is #717E71.


Opacity

.myOpacity80 { color: #717E71; opacity: 0.8; }

<p style="color:#717E71;opacity:0.8;">80%</p>

Text with #717E71 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 #717E71;}

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

This text has shadow with #717E71 color.

.textShadow {text-shadow: 3px 3px 1px #717E71, 3px 3px 1px red;}

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

This text has shadow with #717E71 primary color and red secondary color.


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

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

This text has shadow with #717E71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E71 on black background.


Color preview on white background

This text has color #717E71 on white background.



Black color preview on #717E71 background

This text has black color on #717E71 background.


White color preview on #717E71 background

This text has white color on #717E71 background.