COLOR #616263

HEX: #616263
RGB: (97,98,99)

Renk bilgisi

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

RGB renk modeli

#616263 color RGB value is (97,98,99).

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

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 98 of 255 = 38%
B 99 of 255 = 39%

97
98
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 98 + 99 = 294 (100%)
R 97 of 294 ~ 32.99%
G 98 of 294 ~ 33.33%
B 99 of 294 ~ 33.67%

%32.99
%33.33
%33.67

CMYK RENK MODELİ

#616263 rengi CMYK tonu (2,1,0,61).

  • camgöbeği tonu 2.02%
  • eflatun tonu 1.01%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(2,1,0,61)
C2M1Y0K61 
(2%,1%,0%,61%)
(0.02/0.01/0.00/0.61)	

CMYK yüzdeleri

%2.02
%1.01
%0
%61.18

Codes

Color #616263 in popluar color models

616263
RGB979899
HSL210°1.02%38.43%
HSB/HSV210°2.02%38.82%
CMYK2.02%1.01%0.00%
61.18%

Color #616263 in popluar number systems.

HEX616263
Decimal979899
Binary110000111000101100011
Octal141142143

Shades and tints

Shades of #616263

#616263
(97,98,99)
#595A5A
(89,90,90)
#515251
(81,82,81)
#494A48
(73,74,72)
#41423F
(65,66,63)
#393A36
(57,58,54)
#31322D
(49,50,45)
#292A24
(41,42,36)
#21221B
(33,34,27)
#191A12
(25,26,18)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #616263

#616263
(97,98,99)
#6F7071
(111,112,113)
#7D7E7F
(125,126,127)
#8B8C8D
(139,140,141)
#999A9B
(153,154,155)
#A7A8A9
(167,168,169)
#B5B6B7
(181,182,183)
#C3C4C5
(195,196,197)
#D1D2D3
(209,210,211)
#DFE0E1
(223,224,225)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616263; }

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

This text font color is #616263.


Background Color

.myBgColor { background-color: #616263; }

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

This div background color is #616263.


Border color

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

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

This div border color is #616263.


Opacity

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

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

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

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

This text has shadow with #616263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616263 on black background.


Color preview on white background

This text has color #616263 on white background.



Black color preview on #616263 background

This text has black color on #616263 background.


White color preview on #616263 background

This text has white color on #616263 background.