COLOR #717D73

HEX: #717D73
RGB: (113,125,115)

Renk bilgisi

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

RGB renk modeli

#717D73 color RGB value is (113,125,115).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 125 of 255 = 49%
B 115 of 255 = 45%

113
125
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 125 + 115 = 353 (100%)
R 113 of 353 ~ 32.01%
G 125 of 353 ~ 35.41%
B 115 of 353 ~ 32.58%

%32.01
%35.41
%32.58

CMYK RENK MODELİ

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

  • camgöbeği tonu 9.60%
  • eflatun tonu 0.00%
  • sarı tonu 8.00%
  • ana renk tonu 50.98%
CMYK:
(10,0,8,51)
C10M0Y8K51 
(10%,0%,8%,51%)
(0.10/0.00/0.08/0.51)	

CMYK yüzdeleri

%9.6
%0
%8
%50.98

Codes

Color #717D73 in popluar color models

717D73
RGB113125115
HSL130°5.04%46.67%
HSB/HSV130°9.60%49.02%
CMYK9.60%0.00%8.00%
50.98%

Color #717D73 in popluar number systems.

HEX717D73
Decimal113125115
Binary111000111111011110011
Octal161175163

Shades and tints

Shades of #717D73

#717D73
(113,125,115)
#677269
(103,114,105)
#5D675F
(93,103,95)
#535C55
(83,92,85)
#49514B
(73,81,75)
#3F4641
(63,70,65)
#353B37
(53,59,55)
#2B302D
(43,48,45)
#212523
(33,37,35)
#171A19
(23,26,25)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #717D73

#717D73
(113,125,115)
#7D887F
(125,136,127)
#89938B
(137,147,139)
#959E97
(149,158,151)
#A1A9A3
(161,169,163)
#ADB4AF
(173,180,175)
#B9BFBB
(185,191,187)
#C5CAC7
(197,202,199)
#D1D5D3
(209,213,211)
#DDE0DF
(221,224,223)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717D73; }

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

This text font color is #717D73.


Background Color

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

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

This div background color is #717D73.


Border color

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

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

This div border color is #717D73.


Opacity

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

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

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

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

This text has shadow with #717D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717D73 on black background.


Color preview on white background

This text has color #717D73 on white background.



Black color preview on #717D73 background

This text has black color on #717D73 background.


White color preview on #717D73 background

This text has white color on #717D73 background.