COLOR #686071

HEX: #686071
RGB: (104,96,113)

Renk bilgisi

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

RGB renk modeli

#686071 color RGB value is (104,96,113).

  • kırmız ton 104;
  • yeşil ton 96;
  • mavi ton 113.
RGB:
(104,96,113)
(41%,38%,44%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 96 of 255 = 38%
B 113 of 255 = 44%

104
96
113

R + G + B ~ 41%. #686071 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 96 + 113 = 313 (100%)
R 104 of 313 ~ 33.23%
G 96 of 313 ~ 30.67%
B 113 of 313 ~ 36.1%

%33.23
%30.67
%36.1

CMYK RENK MODELİ

#686071 rengi CMYK tonu (8,15,0,56).

  • camgöbeği tonu 7.96%
  • eflatun tonu 15.04%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(8,15,0,56)
C8M15Y0K56 
(8%,15%,0%,56%)
(0.08/0.15/0.00/0.56)	

CMYK yüzdeleri

%7.96
%15.04
%0
%55.69

Codes

Color #686071 in popluar color models

686071
RGB10496113
HSL268°8.13%40.98%
HSB/HSV268°15.04%44.31%
CMYK7.96%15.04%0.00%
55.69%

Color #686071 in popluar number systems.

HEX686071
Decimal10496113
Binary110100011000001110001
Octal150140161

Shades and tints

Shades of #686071

#686071
(104,96,113)
#5F5867
(95,88,103)
#56505D
(86,80,93)
#4D4853
(77,72,83)
#444049
(68,64,73)
#3B383F
(59,56,63)
#323035
(50,48,53)
#29282B
(41,40,43)
#202021
(32,32,33)
#171817
(23,24,23)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #686071

#686071
(104,96,113)
#756E7D
(117,110,125)
#827C89
(130,124,137)
#8F8A95
(143,138,149)
#9C98A1
(156,152,161)
#A9A6AD
(169,166,173)
#B6B4B9
(182,180,185)
#C3C2C5
(195,194,197)
#D0D0D1
(208,208,209)
#DDDEDD
(221,222,221)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686071 color. Also use rgb(104,96,113) instead hex code.

Text Font Color

.myTextColor { color: #686071; }

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

This text font color is #686071.


Background Color

.myBgColor { background-color: #686071; }

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

This div background color is #686071.


Border color

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

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

This div border color is #686071.


Opacity

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

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

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

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

This text has shadow with #686071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686071 on black background.


Color preview on white background

This text has color #686071 on white background.



Black color preview on #686071 background

This text has black color on #686071 background.


White color preview on #686071 background

This text has white color on #686071 background.