COLOR #616D81

HEX: #616D81
RGB: (97,109,129)

Renk bilgisi

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

RGB renk modeli

#616D81 color RGB value is (97,109,129).

  • kırmız ton 97;
  • yeşil ton 109;
  • mavi ton 129.
RGB:
(97,109,129)
(38%,43%,51%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 109 of 255 = 43%
B 129 of 255 = 51%

97
109
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 109 + 129 = 335 (100%)
R 97 of 335 ~ 28.96%
G 109 of 335 ~ 32.54%
B 129 of 335 ~ 38.51%

%28.96
%32.54
%38.51

CMYK RENK MODELİ

#616D81 rengi CMYK tonu (25,16,0,49).

  • camgöbeği tonu 24.81%
  • eflatun tonu 15.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(25,16,0,49)
C25M16Y0K49 
(25%,16%,0%,49%)
(0.25/0.16/0.00/0.49)	

CMYK yüzdeleri

%24.81
%15.5
%0
%49.41

Codes

Color #616D81 in popluar color models

616D81
RGB97109129
HSL218°14.16%44.31%
HSB/HSV218°24.81%50.59%
CMYK24.81%15.50%0.00%
49.41%

Color #616D81 in popluar number systems.

HEX616D81
Decimal97109129
Binary1100001110110110000001
Octal141155201

Shades and tints

Shades of #616D81

#616D81
(97,109,129)
#596476
(89,100,118)
#515B6B
(81,91,107)
#495260
(73,82,96)
#414955
(65,73,85)
#39404A
(57,64,74)
#31373F
(49,55,63)
#292E34
(41,46,52)
#212529
(33,37,41)
#191C1E
(25,28,30)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #616D81

#616D81
(97,109,129)
#6F7A8C
(111,122,140)
#7D8797
(125,135,151)
#8B94A2
(139,148,162)
#99A1AD
(153,161,173)
#A7AEB8
(167,174,184)
#B5BBC3
(181,187,195)
#C3C8CE
(195,200,206)
#D1D5D9
(209,213,217)
#DFE2E4
(223,226,228)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616D81 color. Also use rgb(97,109,129) instead hex code.

Text Font Color

.myTextColor { color: #616D81; }

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

This text font color is #616D81.


Background Color

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

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

This div background color is #616D81.


Border color

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

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

This div border color is #616D81.


Opacity

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

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

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

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

This text has shadow with #616D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616D81 on black background.


Color preview on white background

This text has color #616D81 on white background.



Black color preview on #616D81 background

This text has black color on #616D81 background.


White color preview on #616D81 background

This text has white color on #616D81 background.