COLOR #616461

HEX: #616461
RGB: (97,100,97)

Renk bilgisi

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

RGB renk modeli

#616461 color RGB value is (97,100,97).

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

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 100 of 255 = 39%
B 97 of 255 = 38%

97
100
97

R + G + B ~ 38%. #616461 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 100 + 97 = 294 (100%)
R 97 of 294 ~ 32.99%
G 100 of 294 ~ 34.01%
B 97 of 294 ~ 32.99%

%32.99
%34.01
%32.99

CMYK RENK MODELİ

#616461 rengi CMYK tonu (3,0,3,61).

  • camgöbeği tonu 3.00%
  • eflatun tonu 0.00%
  • sarı tonu 3.00%
  • ana renk tonu 60.78%
CMYK:
(3,0,3,61)
C3M0Y3K61 
(3%,0%,3%,61%)
(0.03/0.00/0.03/0.61)	

CMYK yüzdeleri

%3
%0
%3
%60.78

Codes

Color #616461 in popluar color models

616461
RGB9710097
HSL120°1.52%38.63%
HSB/HSV120°3.00%39.22%
CMYK3.00%0.00%3.00%
60.78%

Color #616461 in popluar number systems.

HEX616461
Decimal9710097
Binary110000111001001100001
Octal141144141

Shades and tints

Shades of #616461

#616461
(97,100,97)
#595B59
(89,91,89)
#515251
(81,82,81)
#494949
(73,73,73)
#414041
(65,64,65)
#393739
(57,55,57)
#312E31
(49,46,49)
#292529
(41,37,41)
#211C21
(33,28,33)
#191319
(25,19,25)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #616461

#616461
(97,100,97)
#6F726F
(111,114,111)
#7D807D
(125,128,125)
#8B8E8B
(139,142,139)
#999C99
(153,156,153)
#A7AAA7
(167,170,167)
#B5B8B5
(181,184,181)
#C3C6C3
(195,198,195)
#D1D4D1
(209,212,209)
#DFE2DF
(223,226,223)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616461; }

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

This text font color is #616461.


Background Color

.myBgColor { background-color: #616461; }

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

This div background color is #616461.


Border color

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

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

This div border color is #616461.


Opacity

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

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

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

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

This text has shadow with #616461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616461 on black background.


Color preview on white background

This text has color #616461 on white background.



Black color preview on #616461 background

This text has black color on #616461 background.


White color preview on #616461 background

This text has white color on #616461 background.