COLOR #683B33

HEX: #683B33
RGB: (104,59,51)

Color info

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

RGB color model

#683B33 color RGB value is (104,59,51).

  • red value is 104;
  • green value is 59;
  • blue value is 51.
RGB:
(104,59,51)
(41%,23%,20%)

RGB channels and saturation

R 104 of 255 = 41%
G 59 of 255 = 23%
B 51 of 255 = 20%

104
59
51

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

Portions of RGB colors in percentages

R + G + B =
104 + 59 + 51 = 214 (100%)
R 104 of 214 ~ 48.6%
G 59 of 214 ~ 27.57%
B 51 of 214 ~ 23.83%

%48.6
%27.57
%23.83

CMYK color model

#683B33 color CMYK value is (0,43,51,59).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 50.96%
  • key color value is 59.22%
CMYK:
(0,43,51,59)
C0M43Y51K59 
(0%,43%,51%,59%)
(0.00/0.43/0.51/0.59)	

CMYK percentages

%0
%43.27
%50.96
%59.22

Codes

Color #683B33 in popluar color models

683B33
RGB1045951
HSL34.19%30.39%
HSB/HSV50.96%40.78%
CMYK0.00%43.27%50.96%
59.22%

Color #683B33 in popluar number systems.

HEX683B33
Decimal1045951
Binary1101000111011110011
Octal1507363

Shades and tints

Shades of #683B33

#683B33
(104,59,51)
#5F362F
(95,54,47)
#56312B
(86,49,43)
#4D2C27
(77,44,39)
#442723
(68,39,35)
#3B221F
(59,34,31)
#321D1B
(50,29,27)
#291817
(41,24,23)
#201313
(32,19,19)
#170E0F
(23,14,15)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #683B33

#683B33
(104,59,51)
#754C45
(117,76,69)
#825D57
(130,93,87)
#8F6E69
(143,110,105)
#9C7F7B
(156,127,123)
#A9908D
(169,144,141)
#B6A19F
(182,161,159)
#C3B2B1
(195,178,177)
#D0C3C3
(208,195,195)
#DDD4D5
(221,212,213)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683B33 color. Also use rgb(104,59,51) instead hex code.

Text Font Color

.myTextColor { color: #683B33; }

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

This text font color is #683B33.


Background Color

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

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

This div background color is #683B33.


Border color

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

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

This div border color is #683B33.


Opacity

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

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

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

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

This text has shadow with #683B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683B33 on black background.


Color preview on white background

This text has color #683B33 on white background.



Black color preview on #683B33 background

This text has black color on #683B33 background.


White color preview on #683B33 background

This text has white color on #683B33 background.