COLOR #616E76

HEX: #616E76
RGB: (97,110,118)

Renk bilgisi

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

RGB renk modeli

#616E76 color RGB value is (97,110,118).

  • kırmız ton 97;
  • yeşil ton 110;
  • mavi ton 118.
RGB:
(97,110,118)
(38%,43%,46%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 110 of 255 = 43%
B 118 of 255 = 46%

97
110
118

R + G + B ~ 42%. #616E76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 110 + 118 = 325 (100%)
R 97 of 325 ~ 29.85%
G 110 of 325 ~ 33.85%
B 118 of 325 ~ 36.31%

%29.85
%33.85
%36.31

CMYK RENK MODELİ

#616E76 rengi CMYK tonu (18,7,0,54).

  • camgöbeği tonu 17.80%
  • eflatun tonu 6.78%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(18,7,0,54)
C18M7Y0K54 
(18%,7%,0%,54%)
(0.18/0.07/0.00/0.54)	

CMYK yüzdeleri

%17.8
%6.78
%0
%53.73

Codes

Color #616E76 in popluar color models

616E76
RGB97110118
HSL203°9.77%42.16%
HSB/HSV203°17.80%46.27%
CMYK17.80%6.78%0.00%
53.73%

Color #616E76 in popluar number systems.

HEX616E76
Decimal97110118
Binary110000111011101110110
Octal141156166

Shades and tints

Shades of #616E76

#616E76
(97,110,118)
#59646C
(89,100,108)
#515A62
(81,90,98)
#495058
(73,80,88)
#41464E
(65,70,78)
#393C44
(57,60,68)
#31323A
(49,50,58)
#292830
(41,40,48)
#211E26
(33,30,38)
#19141C
(25,20,28)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #616E76

#616E76
(97,110,118)
#6F7B82
(111,123,130)
#7D888E
(125,136,142)
#8B959A
(139,149,154)
#99A2A6
(153,162,166)
#A7AFB2
(167,175,178)
#B5BCBE
(181,188,190)
#C3C9CA
(195,201,202)
#D1D6D6
(209,214,214)
#DFE3E2
(223,227,226)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616E76 color. Also use rgb(97,110,118) instead hex code.

Text Font Color

.myTextColor { color: #616E76; }

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

This text font color is #616E76.


Background Color

.myBgColor { background-color: #616E76; }

<div style="background-color:#616E76">Inner text</div>

This div background color is #616E76.


Border color

.myBorderColor { border: 1px solid #616E76; }

<div style="border:3px solid #616E76">Div</div>

This div border color is #616E76.


Opacity

.myOpacity80 { color: #616E76; opacity: 0.8; }

<p style="color:#616E76;opacity:0.8;">80%</p>

Text with #616E76 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 #616E76;}

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

This text has shadow with #616E76 color.

.textShadow {text-shadow: 3px 3px 1px #616E76, 3px 3px 1px red;}

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

This text has shadow with #616E76 primary color and red secondary color.


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

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

This text has shadow with #616E76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616E76 on black background.


Color preview on white background

This text has color #616E76 on white background.



Black color preview on #616E76 background

This text has black color on #616E76 background.


White color preview on #616E76 background

This text has white color on #616E76 background.