COLOR #683D53

HEX: #683D53
RGB: (104,61,83)

Renk bilgisi

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

RGB renk modeli

#683D53 color RGB value is (104,61,83).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 61 of 255 = 24%
B 83 of 255 = 33%

104
61
83

R + G + B ~ 33%. #683D53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 61 + 83 = 248 (100%)
R 104 of 248 ~ 41.94%
G 61 of 248 ~ 24.6%
B 83 of 248 ~ 33.47%

%41.94
%24.6
%33.47

CMYK RENK MODELİ

#683D53 rengi CMYK tonu (0,41,20,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.35%
  • sarı tonu 20.19%
  • ana renk tonu 59.22%
CMYK:
(0,41,20,59)
C0M41Y20K59 
(0%,41%,20%,59%)
(0.00/0.41/0.20/0.59)	

CMYK yüzdeleri

%0
%41.35
%20.19
%59.22

Codes

Color #683D53 in popluar color models

683D53
RGB1046183
HSL329°26.06%32.35%
HSB/HSV329°41.35%40.78%
CMYK0.00%41.35%20.19%
59.22%

Color #683D53 in popluar number systems.

HEX683D53
Decimal1046183
Binary11010001111011010011
Octal15075123

Shades and tints

Shades of #683D53

#683D53
(104,61,83)
#5F384C
(95,56,76)
#563345
(86,51,69)
#4D2E3E
(77,46,62)
#442937
(68,41,55)
#3B2430
(59,36,48)
#321F29
(50,31,41)
#291A22
(41,26,34)
#20151B
(32,21,27)
#171014
(23,16,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #683D53

#683D53
(104,61,83)
#754E62
(117,78,98)
#825F71
(130,95,113)
#8F7080
(143,112,128)
#9C818F
(156,129,143)
#A9929E
(169,146,158)
#B6A3AD
(182,163,173)
#C3B4BC
(195,180,188)
#D0C5CB
(208,197,203)
#DDD6DA
(221,214,218)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683D53; }

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

This text font color is #683D53.


Background Color

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

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

This div background color is #683D53.


Border color

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

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

This div border color is #683D53.


Opacity

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

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

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

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

This text has shadow with #683D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683D53 on black background.


Color preview on white background

This text has color #683D53 on white background.



Black color preview on #683D53 background

This text has black color on #683D53 background.


White color preview on #683D53 background

This text has white color on #683D53 background.