COLOR #683C39

HEX: #683C39
RGB: (104,60,57)

Color info

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

RGB color model

#683C39 color RGB value is (104,60,57).

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

RGB channels and saturation

R 104 of 255 = 41%
G 60 of 255 = 24%
B 57 of 255 = 22%

104
60
57

R + G + B ~ 29%. #683C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 60 + 57 = 221 (100%)
R 104 of 221 ~ 47.06%
G 60 of 221 ~ 27.15%
B 57 of 221 ~ 25.79%

%47.06
%27.15
%25.79

CMYK color model

#683C39 color CMYK value is (0,42,45,59).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 45.19%
  • key color value is 59.22%
CMYK:
(0,42,45,59)
C0M42Y45K59 
(0%,42%,45%,59%)
(0.00/0.42/0.45/0.59)	

CMYK percentages

%0
%42.31
%45.19
%59.22

Codes

Color #683C39 in popluar color models

683C39
RGB1046057
HSL29.19%31.57%
HSB/HSV45.19%40.78%
CMYK0.00%42.31%45.19%
59.22%

Color #683C39 in popluar number systems.

HEX683C39
Decimal1046057
Binary1101000111100111001
Octal1507471

Shades and tints

Shades of #683C39

#683C39
(104,60,57)
#5F3734
(95,55,52)
#56322F
(86,50,47)
#4D2D2A
(77,45,42)
#442825
(68,40,37)
#3B2320
(59,35,32)
#321E1B
(50,30,27)
#291916
(41,25,22)
#201411
(32,20,17)
#170F0C
(23,15,12)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #683C39

#683C39
(104,60,57)
#754D4B
(117,77,75)
#825E5D
(130,94,93)
#8F6F6F
(143,111,111)
#9C8081
(156,128,129)
#A99193
(169,145,147)
#B6A2A5
(182,162,165)
#C3B3B7
(195,179,183)
#D0C4C9
(208,196,201)
#DDD5DB
(221,213,219)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683C39; }

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

This text font color is #683C39.


Background Color

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

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

This div background color is #683C39.


Border color

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

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

This div border color is #683C39.


Opacity

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

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

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

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

This text has shadow with #683C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683C39 on black background.


Color preview on white background

This text has color #683C39 on white background.



Black color preview on #683C39 background

This text has black color on #683C39 background.


White color preview on #683C39 background

This text has white color on #683C39 background.