COLOR #684D53

HEX: #684D53
RGB: (104,77,83)

Renk bilgisi

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

RGB renk modeli

#684D53 color RGB value is (104,77,83).

  • kırmız ton 104;
  • yeşil ton 77;
  • mavi ton 83.
RGB:
(104,77,83)
(41%,30%,33%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 77 of 255 = 30%
B 83 of 255 = 33%

104
77
83

R + G + B ~ 35%. #684D53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 77 + 83 = 264 (100%)
R 104 of 264 ~ 39.39%
G 77 of 264 ~ 29.17%
B 83 of 264 ~ 31.44%

%39.39
%29.17
%31.44

CMYK RENK MODELİ

#684D53 rengi CMYK tonu (0,26,20,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.96%
  • sarı tonu 20.19%
  • ana renk tonu 59.22%
CMYK:
(0,26,20,59)
C0M26Y20K59 
(0%,26%,20%,59%)
(0.00/0.26/0.20/0.59)	

CMYK yüzdeleri

%0
%25.96
%20.19
%59.22

Codes

Color #684D53 in popluar color models

684D53
RGB1047783
HSL347°14.92%35.49%
HSB/HSV347°25.96%40.78%
CMYK0.00%25.96%20.19%
59.22%

Color #684D53 in popluar number systems.

HEX684D53
Decimal1047783
Binary110100010011011010011
Octal150115123

Shades and tints

Shades of #684D53

#684D53
(104,77,83)
#5F464C
(95,70,76)
#563F45
(86,63,69)
#4D383E
(77,56,62)
#443137
(68,49,55)
#3B2A30
(59,42,48)
#322329
(50,35,41)
#291C22
(41,28,34)
#20151B
(32,21,27)
#170E14
(23,14,20)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #684D53

#684D53
(104,77,83)
#755D62
(117,93,98)
#826D71
(130,109,113)
#8F7D80
(143,125,128)
#9C8D8F
(156,141,143)
#A99D9E
(169,157,158)
#B6ADAD
(182,173,173)
#C3BDBC
(195,189,188)
#D0CDCB
(208,205,203)
#DDDDDA
(221,221,218)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684D53 color. Also use rgb(104,77,83) instead hex code.

Text Font Color

.myTextColor { color: #684D53; }

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

This text font color is #684D53.


Background Color

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

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

This div background color is #684D53.


Border color

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

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

This div border color is #684D53.


Opacity

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

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

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

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

This text has shadow with #684D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684D53 on black background.


Color preview on white background

This text has color #684D53 on white background.



Black color preview on #684D53 background

This text has black color on #684D53 background.


White color preview on #684D53 background

This text has white color on #684D53 background.