COLOR #684B64

HEX: #684B64
RGB: (104,75,100)

Renk bilgisi

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

RGB renk modeli

#684B64 color RGB value is (104,75,100).

  • kırmız ton 104;
  • yeşil ton 75;
  • mavi ton 100.
RGB:
(104,75,100)
(41%,29%,39%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 75 of 255 = 29%
B 100 of 255 = 39%

104
75
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 75 + 100 = 279 (100%)
R 104 of 279 ~ 37.28%
G 75 of 279 ~ 26.88%
B 100 of 279 ~ 35.84%

%37.28
%26.88
%35.84

CMYK RENK MODELİ

#684B64 rengi CMYK tonu (0,28,4,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.88%
  • sarı tonu 3.85%
  • ana renk tonu 59.22%
CMYK:
(0,28,4,59)
C0M28Y4K59 
(0%,28%,4%,59%)
(0.00/0.28/0.04/0.59)	

CMYK yüzdeleri

%0
%27.88
%3.85
%59.22

Codes

Color #684B64 in popluar color models

684B64
RGB10475100
HSL308°16.20%35.10%
HSB/HSV308°27.88%40.78%
CMYK0.00%27.88%3.85%
59.22%

Color #684B64 in popluar number systems.

HEX684B64
Decimal10475100
Binary110100010010111100100
Octal150113144

Shades and tints

Shades of #684B64

#684B64
(104,75,100)
#5F455B
(95,69,91)
#563F52
(86,63,82)
#4D3949
(77,57,73)
#443340
(68,51,64)
#3B2D37
(59,45,55)
#32272E
(50,39,46)
#292125
(41,33,37)
#201B1C
(32,27,28)
#171513
(23,21,19)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #684B64

#684B64
(104,75,100)
#755B72
(117,91,114)
#826B80
(130,107,128)
#8F7B8E
(143,123,142)
#9C8B9C
(156,139,156)
#A99BAA
(169,155,170)
#B6ABB8
(182,171,184)
#C3BBC6
(195,187,198)
#D0CBD4
(208,203,212)
#DDDBE2
(221,219,226)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684B64 color. Also use rgb(104,75,100) instead hex code.

Text Font Color

.myTextColor { color: #684B64; }

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

This text font color is #684B64.


Background Color

.myBgColor { background-color: #684B64; }

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

This div background color is #684B64.


Border color

.myBorderColor { border: 1px solid #684B64; }

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

This div border color is #684B64.


Opacity

.myOpacity80 { color: #684B64; opacity: 0.8; }

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

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

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

This text has shadow with #684B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684B64 on black background.


Color preview on white background

This text has color #684B64 on white background.



Black color preview on #684B64 background

This text has black color on #684B64 background.


White color preview on #684B64 background

This text has white color on #684B64 background.