COLOR #683A33

HEX: #683A33
RGB: (104,58,51)

Color info

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

RGB color model

#683A33 color RGB value is (104,58,51).

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

RGB channels and saturation

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

104
58
51

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

Portions of RGB colors in percentages

R + G + B =
104 + 58 + 51 = 213 (100%)
R 104 of 213 ~ 48.83%
G 58 of 213 ~ 27.23%
B 51 of 213 ~ 23.94%

%48.83
%27.23
%23.94

CMYK color model

#683A33 color CMYK value is (0,44,51,59).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 50.96%
  • key color value is 59.22%
CMYK:
(0,44,51,59)
C0M44Y51K59 
(0%,44%,51%,59%)
(0.00/0.44/0.51/0.59)	

CMYK percentages

%0
%44.23
%50.96
%59.22

Codes

Color #683A33 in popluar color models

683A33
RGB1045851
HSL34.19%30.39%
HSB/HSV50.96%40.78%
CMYK0.00%44.23%50.96%
59.22%

Color #683A33 in popluar number systems.

HEX683A33
Decimal1045851
Binary1101000111010110011
Octal1507263

Shades and tints

Shades of #683A33

#683A33
(104,58,51)
#5F352F
(95,53,47)
#56302B
(86,48,43)
#4D2B27
(77,43,39)
#442623
(68,38,35)
#3B211F
(59,33,31)
#321C1B
(50,28,27)
#291717
(41,23,23)
#201213
(32,18,19)
#170D0F
(23,13,15)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #683A33

#683A33
(104,58,51)
#754B45
(117,75,69)
#825C57
(130,92,87)
#8F6D69
(143,109,105)
#9C7E7B
(156,126,123)
#A98F8D
(169,143,141)
#B6A09F
(182,160,159)
#C3B1B1
(195,177,177)
#D0C2C3
(208,194,195)
#DDD3D5
(221,211,213)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683A33; }

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

This text font color is #683A33.


Background Color

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

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

This div background color is #683A33.


Border color

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

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

This div border color is #683A33.


Opacity

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

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

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

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

This text has shadow with #683A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683A33 on black background.


Color preview on white background

This text has color #683A33 on white background.



Black color preview on #683A33 background

This text has black color on #683A33 background.


White color preview on #683A33 background

This text has white color on #683A33 background.