COLOR #683832

HEX: #683832
RGB: (104,56,50)

Color info

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

RGB color model

#683832 color RGB value is (104,56,50).

  • red value is 104;
  • green value is 56;
  • blue value is 50.
RGB:
(104,56,50)
(41%,22%,20%)

RGB channels and saturation

R 104 of 255 = 41%
G 56 of 255 = 22%
B 50 of 255 = 20%

104
56
50

R + G + B ~ 28%. #683832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 56 + 50 = 210 (100%)
R 104 of 210 ~ 49.52%
G 56 of 210 ~ 26.67%
B 50 of 210 ~ 23.81%

%49.52
%26.67
%23.81

CMYK color model

#683832 color CMYK value is (0,46,52,59).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 51.92%
  • key color value is 59.22%
CMYK:
(0,46,52,59)
C0M46Y52K59 
(0%,46%,52%,59%)
(0.00/0.46/0.52/0.59)	

CMYK percentages

%0
%46.15
%51.92
%59.22

Codes

Color #683832 in popluar color models

683832
RGB1045650
HSL35.06%30.20%
HSB/HSV51.92%40.78%
CMYK0.00%46.15%51.92%
59.22%

Color #683832 in popluar number systems.

HEX683832
Decimal1045650
Binary1101000111000110010
Octal1507062

Shades and tints

Shades of #683832

#683832
(104,56,50)
#5F332E
(95,51,46)
#562E2A
(86,46,42)
#4D2926
(77,41,38)
#442422
(68,36,34)
#3B1F1E
(59,31,30)
#321A1A
(50,26,26)
#291516
(41,21,22)
#201012
(32,16,18)
#170B0E
(23,11,14)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #683832

#683832
(104,56,50)
#754A44
(117,74,68)
#825C56
(130,92,86)
#8F6E68
(143,110,104)
#9C807A
(156,128,122)
#A9928C
(169,146,140)
#B6A49E
(182,164,158)
#C3B6B0
(195,182,176)
#D0C8C2
(208,200,194)
#DDDAD4
(221,218,212)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683832 color. Also use rgb(104,56,50) instead hex code.

Text Font Color

.myTextColor { color: #683832; }

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

This text font color is #683832.


Background Color

.myBgColor { background-color: #683832; }

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

This div background color is #683832.


Border color

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

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

This div border color is #683832.


Opacity

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

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

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

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

This text has shadow with #683832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683832 on black background.


Color preview on white background

This text has color #683832 on white background.



Black color preview on #683832 background

This text has black color on #683832 background.


White color preview on #683832 background

This text has white color on #683832 background.