COLOR #684248

HEX: #684248
RGB: (104,66,72)

Renk bilgisi

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

RGB renk modeli

#684248 color RGB value is (104,66,72).

  • kırmız ton 104;
  • yeşil ton 66;
  • mavi ton 72.
RGB:
(104,66,72)
(41%,26%,28%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 66 of 255 = 26%
B 72 of 255 = 28%

104
66
72

R + G + B ~ 32%. #684248 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 66 + 72 = 242 (100%)
R 104 of 242 ~ 42.98%
G 66 of 242 ~ 27.27%
B 72 of 242 ~ 29.75%

%42.98
%27.27
%29.75

CMYK RENK MODELİ

#684248 rengi CMYK tonu (0,37,31,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.54%
  • sarı tonu 30.77%
  • ana renk tonu 59.22%
CMYK:
(0,37,31,59)
C0M37Y31K59 
(0%,37%,31%,59%)
(0.00/0.37/0.31/0.59)	

CMYK yüzdeleri

%0
%36.54
%30.77
%59.22

Codes

Color #684248 in popluar color models

684248
RGB1046672
HSL351°22.35%33.33%
HSB/HSV351°36.54%40.78%
CMYK0.00%36.54%30.77%
59.22%

Color #684248 in popluar number systems.

HEX684248
Decimal1046672
Binary110100010000101001000
Octal150102110

Shades and tints

Shades of #684248

#684248
(104,66,72)
#5F3C42
(95,60,66)
#56363C
(86,54,60)
#4D3036
(77,48,54)
#442A30
(68,42,48)
#3B242A
(59,36,42)
#321E24
(50,30,36)
#29181E
(41,24,30)
#201218
(32,18,24)
#170C12
(23,12,18)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #684248

#684248
(104,66,72)
#755358
(117,83,88)
#826468
(130,100,104)
#8F7578
(143,117,120)
#9C8688
(156,134,136)
#A99798
(169,151,152)
#B6A8A8
(182,168,168)
#C3B9B8
(195,185,184)
#D0CAC8
(208,202,200)
#DDDBD8
(221,219,216)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684248 color. Also use rgb(104,66,72) instead hex code.

Text Font Color

.myTextColor { color: #684248; }

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

This text font color is #684248.


Background Color

.myBgColor { background-color: #684248; }

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

This div background color is #684248.


Border color

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

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

This div border color is #684248.


Opacity

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

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

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

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

This text has shadow with #684248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684248 on black background.


Color preview on white background

This text has color #684248 on white background.



Black color preview on #684248 background

This text has black color on #684248 background.


White color preview on #684248 background

This text has white color on #684248 background.