COLOR #683039

HEX: #683039
RGB: (104,48,57)

Color info

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

RGB color model

#683039 color RGB value is (104,48,57).

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

RGB channels and saturation

R 104 of 255 = 41%
G 48 of 255 = 19%
B 57 of 255 = 22%

104
48
57

R + G + B ~ 27%. #683039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 48 + 57 = 209 (100%)
R 104 of 209 ~ 49.76%
G 48 of 209 ~ 22.97%
B 57 of 209 ~ 27.27%

%49.76
%22.97
%27.27

CMYK color model

#683039 color CMYK value is (0,54,45,59).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 45.19%
  • key color value is 59.22%
CMYK:
(0,54,45,59)
C0M54Y45K59 
(0%,54%,45%,59%)
(0.00/0.54/0.45/0.59)	

CMYK percentages

%0
%53.85
%45.19
%59.22

Codes

Color #683039 in popluar color models

683039
RGB1044857
HSL350°36.84%29.80%
HSB/HSV350°53.85%40.78%
CMYK0.00%53.85%45.19%
59.22%

Color #683039 in popluar number systems.

HEX683039
Decimal1044857
Binary1101000110000111001
Octal1506071

Shades and tints

Shades of #683039

#683039
(104,48,57)
#5F2C34
(95,44,52)
#56282F
(86,40,47)
#4D242A
(77,36,42)
#442025
(68,32,37)
#3B1C20
(59,28,32)
#32181B
(50,24,27)
#291416
(41,20,22)
#201011
(32,16,17)
#170C0C
(23,12,12)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #683039

#683039
(104,48,57)
#75424B
(117,66,75)
#82545D
(130,84,93)
#8F666F
(143,102,111)
#9C7881
(156,120,129)
#A98A93
(169,138,147)
#B69CA5
(182,156,165)
#C3AEB7
(195,174,183)
#D0C0C9
(208,192,201)
#DDD2DB
(221,210,219)
#EAE4ED
(234,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683039; }

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

This text font color is #683039.


Background Color

.myBgColor { background-color: #683039; }

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

This div background color is #683039.


Border color

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

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

This div border color is #683039.


Opacity

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

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

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

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

This text has shadow with #683039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683039 on black background.


Color preview on white background

This text has color #683039 on white background.



Black color preview on #683039 background

This text has black color on #683039 background.


White color preview on #683039 background

This text has white color on #683039 background.