COLOR #684763

HEX: #684763
RGB: (104,71,99)

Renk bilgisi

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

RGB renk modeli

#684763 color RGB value is (104,71,99).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 71 of 255 = 28%
B 99 of 255 = 39%

104
71
99

R + G + B ~ 36%. #684763 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 71 + 99 = 274 (100%)
R 104 of 274 ~ 37.96%
G 71 of 274 ~ 25.91%
B 99 of 274 ~ 36.13%

%37.96
%25.91
%36.13

CMYK RENK MODELİ

#684763 rengi CMYK tonu (0,32,5,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.73%
  • sarı tonu 4.81%
  • ana renk tonu 59.22%
CMYK:
(0,32,5,59)
C0M32Y5K59 
(0%,32%,5%,59%)
(0.00/0.32/0.05/0.59)	

CMYK yüzdeleri

%0
%31.73
%4.81
%59.22

Codes

Color #684763 in popluar color models

684763
RGB1047199
HSL309°18.86%34.31%
HSB/HSV309°31.73%40.78%
CMYK0.00%31.73%4.81%
59.22%

Color #684763 in popluar number systems.

HEX684763
Decimal1047199
Binary110100010001111100011
Octal150107143

Shades and tints

Shades of #684763

#684763
(104,71,99)
#5F415A
(95,65,90)
#563B51
(86,59,81)
#4D3548
(77,53,72)
#442F3F
(68,47,63)
#3B2936
(59,41,54)
#32232D
(50,35,45)
#291D24
(41,29,36)
#20171B
(32,23,27)
#171112
(23,17,18)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #684763

#684763
(104,71,99)
#755771
(117,87,113)
#82677F
(130,103,127)
#8F778D
(143,119,141)
#9C879B
(156,135,155)
#A997A9
(169,151,169)
#B6A7B7
(182,167,183)
#C3B7C5
(195,183,197)
#D0C7D3
(208,199,211)
#DDD7E1
(221,215,225)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684763; }

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

This text font color is #684763.


Background Color

.myBgColor { background-color: #684763; }

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

This div background color is #684763.


Border color

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

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

This div border color is #684763.


Opacity

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

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

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

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

This text has shadow with #684763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684763 on black background.


Color preview on white background

This text has color #684763 on white background.



Black color preview on #684763 background

This text has black color on #684763 background.


White color preview on #684763 background

This text has white color on #684763 background.