COLOR #616761

HEX: #616761
RGB: (97,103,97)

Renk bilgisi

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

RGB renk modeli

#616761 color RGB value is (97,103,97).

  • kırmız ton 97;
  • yeşil ton 103;
  • mavi ton 97.
RGB:
(97,103,97)
(38%,40%,38%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 103 of 255 = 40%
B 97 of 255 = 38%

97
103
97

R + G + B ~ 39%. #616761 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 103 + 97 = 297 (100%)
R 97 of 297 ~ 32.66%
G 103 of 297 ~ 34.68%
B 97 of 297 ~ 32.66%

%32.66
%34.68
%32.66

CMYK RENK MODELİ

#616761 rengi CMYK tonu (6,0,6,60).

  • camgöbeği tonu 5.83%
  • eflatun tonu 0.00%
  • sarı tonu 5.83%
  • ana renk tonu 59.61%
CMYK:
(6,0,6,60)
C6M0Y6K60 
(6%,0%,6%,60%)
(0.06/0.00/0.06/0.60)	

CMYK yüzdeleri

%5.83
%0
%5.83
%59.61

Codes

Color #616761 in popluar color models

616761
RGB9710397
HSL120°3.00%39.22%
HSB/HSV120°5.83%40.39%
CMYK5.83%0.00%5.83%
59.61%

Color #616761 in popluar number systems.

HEX616761
Decimal9710397
Binary110000111001111100001
Octal141147141

Shades and tints

Shades of #616761

#616761
(97,103,97)
#595E59
(89,94,89)
#515551
(81,85,81)
#494C49
(73,76,73)
#414341
(65,67,65)
#393A39
(57,58,57)
#313131
(49,49,49)
#292829
(41,40,41)
#211F21
(33,31,33)
#191619
(25,22,25)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #616761

#616761
(97,103,97)
#6F746F
(111,116,111)
#7D817D
(125,129,125)
#8B8E8B
(139,142,139)
#999B99
(153,155,153)
#A7A8A7
(167,168,167)
#B5B5B5
(181,181,181)
#C3C2C3
(195,194,195)
#D1CFD1
(209,207,209)
#DFDCDF
(223,220,223)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616761; }

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

This text font color is #616761.


Background Color

.myBgColor { background-color: #616761; }

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

This div background color is #616761.


Border color

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

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

This div border color is #616761.


Opacity

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

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

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

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

This text has shadow with #616761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616761 on black background.


Color preview on white background

This text has color #616761 on white background.



Black color preview on #616761 background

This text has black color on #616761 background.


White color preview on #616761 background

This text has white color on #616761 background.