COLOR #683C4B

HEX: #683C4B
RGB: (104,60,75)

Color info

#683C4B contains red, green and blue colors in about the same proportion. Web safe color of #683C4B is #663333 (or #633).

RGB color model

#683C4B color RGB value is (104,60,75).

  • red value is 104;
  • green value is 60;
  • blue value is 75.
RGB:
(104,60,75)
(41%,24%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 60 of 255 = 24%
B 75 of 255 = 29%

104
60
75

R + G + B ~ 31%. #683C4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 60 + 75 = 239 (100%)
R 104 of 239 ~ 43.51%
G 60 of 239 ~ 25.1%
B 75 of 239 ~ 31.38%

%43.51
%25.1
%31.38

CMYK color model

#683C4B color CMYK value is (0,42,28,59).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(0,42,28,59)
C0M42Y28K59 
(0%,42%,28%,59%)
(0.00/0.42/0.28/0.59)	

CMYK percentages

%0
%42.31
%27.88
%59.22

Codes

Color #683C4B in popluar color models

683C4B
RGB1046075
HSL340°26.83%32.16%
HSB/HSV340°42.31%40.78%
CMYK0.00%42.31%27.88%
59.22%

Color #683C4B in popluar number systems.

HEX683C4B
Decimal1046075
Binary11010001111001001011
Octal15074113

Shades and tints

Shades of #683C4B

#683C4B
(104,60,75)
#5F3745
(95,55,69)
#56323F
(86,50,63)
#4D2D39
(77,45,57)
#442833
(68,40,51)
#3B232D
(59,35,45)
#321E27
(50,30,39)
#291921
(41,25,33)
#20141B
(32,20,27)
#170F15
(23,15,21)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #683C4B

#683C4B
(104,60,75)
#754D5B
(117,77,91)
#825E6B
(130,94,107)
#8F6F7B
(143,111,123)
#9C808B
(156,128,139)
#A9919B
(169,145,155)
#B6A2AB
(182,162,171)
#C3B3BB
(195,179,187)
#D0C4CB
(208,196,203)
#DDD5DB
(221,213,219)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683C4B color. Also use rgb(104,60,75) instead hex code.

Text Font Color

.myTextColor { color: #683C4B; }

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

This text font color is #683C4B.


Background Color

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

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

This div background color is #683C4B.


Border color

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

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

This div border color is #683C4B.


Opacity

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

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

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

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

This text has shadow with #683C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683C4B on black background.


Color preview on white background

This text has color #683C4B on white background.



Black color preview on #683C4B background

This text has black color on #683C4B background.


White color preview on #683C4B background

This text has white color on #683C4B background.