COLOR #684F61

HEX: #684F61
RGB: (104,79,97)

Renk bilgisi

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

RGB renk modeli

#684F61 color RGB value is (104,79,97).

  • kırmız ton 104;
  • yeşil ton 79;
  • mavi ton 97.
RGB:
(104,79,97)
(41%,31%,38%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 79 of 255 = 31%
B 97 of 255 = 38%

104
79
97

R + G + B ~ 37%. #684F61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 79 + 97 = 280 (100%)
R 104 of 280 ~ 37.14%
G 79 of 280 ~ 28.21%
B 97 of 280 ~ 34.64%

%37.14
%28.21
%34.64

CMYK RENK MODELİ

#684F61 rengi CMYK tonu (0,24,7,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.04%
  • sarı tonu 6.73%
  • ana renk tonu 59.22%
CMYK:
(0,24,7,59)
C0M24Y7K59 
(0%,24%,7%,59%)
(0.00/0.24/0.07/0.59)	

CMYK yüzdeleri

%0
%24.04
%6.73
%59.22

Codes

Color #684F61 in popluar color models

684F61
RGB1047997
HSL317°13.66%35.88%
HSB/HSV317°24.04%40.78%
CMYK0.00%24.04%6.73%
59.22%

Color #684F61 in popluar number systems.

HEX684F61
Decimal1047997
Binary110100010011111100001
Octal150117141

Shades and tints

Shades of #684F61

#684F61
(104,79,97)
#5F4859
(95,72,89)
#564151
(86,65,81)
#4D3A49
(77,58,73)
#443341
(68,51,65)
#3B2C39
(59,44,57)
#322531
(50,37,49)
#291E29
(41,30,41)
#201721
(32,23,33)
#171019
(23,16,25)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #684F61

#684F61
(104,79,97)
#755F6F
(117,95,111)
#826F7D
(130,111,125)
#8F7F8B
(143,127,139)
#9C8F99
(156,143,153)
#A99FA7
(169,159,167)
#B6AFB5
(182,175,181)
#C3BFC3
(195,191,195)
#D0CFD1
(208,207,209)
#DDDFDF
(221,223,223)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F61 color. Also use rgb(104,79,97) instead hex code.

Text Font Color

.myTextColor { color: #684F61; }

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

This text font color is #684F61.


Background Color

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

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

This div background color is #684F61.


Border color

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

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

This div border color is #684F61.


Opacity

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

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

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

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

This text has shadow with #684F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F61 on black background.


Color preview on white background

This text has color #684F61 on white background.



Black color preview on #684F61 background

This text has black color on #684F61 background.


White color preview on #684F61 background

This text has white color on #684F61 background.