COLOR #686263

HEX: #686263
RGB: (104,98,99)

Renk bilgisi

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

RGB renk modeli

#686263 color RGB value is (104,98,99).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 98 of 255 = 38%
B 99 of 255 = 39%

104
98
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 98 + 99 = 301 (100%)
R 104 of 301 ~ 34.55%
G 98 of 301 ~ 32.56%
B 99 of 301 ~ 32.89%

%34.55
%32.56
%32.89

CMYK RENK MODELİ

#686263 rengi CMYK tonu (0,6,5,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.77%
  • sarı tonu 4.81%
  • ana renk tonu 59.22%
CMYK:
(0,6,5,59)
C0M6Y5K59 
(0%,6%,5%,59%)
(0.00/0.06/0.05/0.59)	

CMYK yüzdeleri

%0
%5.77
%4.81
%59.22

Codes

Color #686263 in popluar color models

686263
RGB1049899
HSL350°2.97%39.61%
HSB/HSV350°5.77%40.78%
CMYK0.00%5.77%4.81%
59.22%

Color #686263 in popluar number systems.

HEX686263
Decimal1049899
Binary110100011000101100011
Octal150142143

Shades and tints

Shades of #686263

#686263
(104,98,99)
#5F5A5A
(95,90,90)
#565251
(86,82,81)
#4D4A48
(77,74,72)
#44423F
(68,66,63)
#3B3A36
(59,58,54)
#32322D
(50,50,45)
#292A24
(41,42,36)
#20221B
(32,34,27)
#171A12
(23,26,18)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #686263

#686263
(104,98,99)
#757071
(117,112,113)
#827E7F
(130,126,127)
#8F8C8D
(143,140,141)
#9C9A9B
(156,154,155)
#A9A8A9
(169,168,169)
#B6B6B7
(182,182,183)
#C3C4C5
(195,196,197)
#D0D2D3
(208,210,211)
#DDE0E1
(221,224,225)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686263; }

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

This text font color is #686263.


Background Color

.myBgColor { background-color: #686263; }

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

This div background color is #686263.


Border color

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

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

This div border color is #686263.


Opacity

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

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

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

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

This text has shadow with #686263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686263 on black background.


Color preview on white background

This text has color #686263 on white background.



Black color preview on #686263 background

This text has black color on #686263 background.


White color preview on #686263 background

This text has white color on #686263 background.