COLOR #616976

HEX: #616976
RGB: (97,105,118)

Renk bilgisi

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

RGB renk modeli

#616976 color RGB value is (97,105,118).

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

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 105 of 255 = 41%
B 118 of 255 = 46%

97
105
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 105 + 118 = 320 (100%)
R 97 of 320 ~ 30.31%
G 105 of 320 ~ 32.81%
B 118 of 320 ~ 36.88%

%30.31
%32.81
%36.88

CMYK RENK MODELİ

#616976 rengi CMYK tonu (18,11,0,54).

  • camgöbeği tonu 17.80%
  • eflatun tonu 11.02%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(18,11,0,54)
C18M11Y0K54 
(18%,11%,0%,54%)
(0.18/0.11/0.00/0.54)	

CMYK yüzdeleri

%17.8
%11.02
%0
%53.73

Codes

Color #616976 in popluar color models

616976
RGB97105118
HSL217°9.77%42.16%
HSB/HSV217°17.80%46.27%
CMYK17.80%11.02%0.00%
53.73%

Color #616976 in popluar number systems.

HEX616976
Decimal97105118
Binary110000111010011110110
Octal141151166

Shades and tints

Shades of #616976

#616976
(97,105,118)
#59606C
(89,96,108)
#515762
(81,87,98)
#494E58
(73,78,88)
#41454E
(65,69,78)
#393C44
(57,60,68)
#31333A
(49,51,58)
#292A30
(41,42,48)
#212126
(33,33,38)
#19181C
(25,24,28)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #616976

#616976
(97,105,118)
#6F7682
(111,118,130)
#7D838E
(125,131,142)
#8B909A
(139,144,154)
#999DA6
(153,157,166)
#A7AAB2
(167,170,178)
#B5B7BE
(181,183,190)
#C3C4CA
(195,196,202)
#D1D1D6
(209,209,214)
#DFDEE2
(223,222,226)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616976; }

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

This text font color is #616976.


Background Color

.myBgColor { background-color: #616976; }

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

This div background color is #616976.


Border color

.myBorderColor { border: 1px solid #616976; }

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

This div border color is #616976.


Opacity

.myOpacity80 { color: #616976; opacity: 0.8; }

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

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

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

This text has shadow with #616976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616976 on black background.


Color preview on white background

This text has color #616976 on white background.



Black color preview on #616976 background

This text has black color on #616976 background.


White color preview on #616976 background

This text has white color on #616976 background.