COLOR #617376

HEX: #617376
RGB: (97,115,118)

Renk bilgisi

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

RGB renk modeli

#617376 color RGB value is (97,115,118).

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

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 115 of 255 = 45%
B 118 of 255 = 46%

97
115
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 115 + 118 = 330 (100%)
R 97 of 330 ~ 29.39%
G 115 of 330 ~ 34.85%
B 118 of 330 ~ 35.76%

%29.39
%34.85
%35.76

CMYK RENK MODELİ

#617376 rengi CMYK tonu (18,3,0,54).

  • camgöbeği tonu 17.80%
  • eflatun tonu 2.54%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(18,3,0,54)
C18M3Y0K54 
(18%,3%,0%,54%)
(0.18/0.03/0.00/0.54)	

CMYK yüzdeleri

%17.8
%2.54
%0
%53.73

Codes

Color #617376 in popluar color models

617376
RGB97115118
HSL189°9.77%42.16%
HSB/HSV189°17.80%46.27%
CMYK17.80%2.54%0.00%
53.73%

Color #617376 in popluar number systems.

HEX617376
Decimal97115118
Binary110000111100111110110
Octal141163166

Shades and tints

Shades of #617376

#617376
(97,115,118)
#59696C
(89,105,108)
#515F62
(81,95,98)
#495558
(73,85,88)
#414B4E
(65,75,78)
#394144
(57,65,68)
#31373A
(49,55,58)
#292D30
(41,45,48)
#212326
(33,35,38)
#19191C
(25,25,28)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #617376

#617376
(97,115,118)
#6F7F82
(111,127,130)
#7D8B8E
(125,139,142)
#8B979A
(139,151,154)
#99A3A6
(153,163,166)
#A7AFB2
(167,175,178)
#B5BBBE
(181,187,190)
#C3C7CA
(195,199,202)
#D1D3D6
(209,211,214)
#DFDFE2
(223,223,226)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617376; }

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

This text font color is #617376.


Background Color

.myBgColor { background-color: #617376; }

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

This div background color is #617376.


Border color

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

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

This div border color is #617376.


Opacity

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

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

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

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

This text has shadow with #617376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617376 on black background.


Color preview on white background

This text has color #617376 on white background.



Black color preview on #617376 background

This text has black color on #617376 background.


White color preview on #617376 background

This text has white color on #617376 background.