COLOR #683442

HEX: #683442
RGB: (104,52,66)

Color info

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

RGB color model

#683442 color RGB value is (104,52,66).

  • red value is 104;
  • green value is 52;
  • blue value is 66.
RGB:
(104,52,66)
(41%,20%,26%)

RGB channels and saturation

R 104 of 255 = 41%
G 52 of 255 = 20%
B 66 of 255 = 26%

104
52
66

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

Portions of RGB colors in percentages

R + G + B =
104 + 52 + 66 = 222 (100%)
R 104 of 222 ~ 46.85%
G 52 of 222 ~ 23.42%
B 66 of 222 ~ 29.73%

%46.85
%23.42
%29.73

CMYK color model

#683442 color CMYK value is (0,50,37,59).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 36.54%
  • key color value is 59.22%
CMYK:
(0,50,37,59)
C0M50Y37K59 
(0%,50%,37%,59%)
(0.00/0.50/0.37/0.59)	

CMYK percentages

%0
%50
%36.54
%59.22

Codes

Color #683442 in popluar color models

683442
RGB1045266
HSL344°33.33%30.59%
HSB/HSV344°50.00%40.78%
CMYK0.00%50.00%36.54%
59.22%

Color #683442 in popluar number systems.

HEX683442
Decimal1045266
Binary11010001101001000010
Octal15064102

Shades and tints

Shades of #683442

#683442
(104,52,66)
#5F303C
(95,48,60)
#562C36
(86,44,54)
#4D2830
(77,40,48)
#44242A
(68,36,42)
#3B2024
(59,32,36)
#321C1E
(50,28,30)
#291818
(41,24,24)
#201412
(32,20,18)
#17100C
(23,16,12)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #683442

#683442
(104,52,66)
#754653
(117,70,83)
#825864
(130,88,100)
#8F6A75
(143,106,117)
#9C7C86
(156,124,134)
#A98E97
(169,142,151)
#B6A0A8
(182,160,168)
#C3B2B9
(195,178,185)
#D0C4CA
(208,196,202)
#DDD6DB
(221,214,219)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683442 color. Also use rgb(104,52,66) instead hex code.

Text Font Color

.myTextColor { color: #683442; }

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

This text font color is #683442.


Background Color

.myBgColor { background-color: #683442; }

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

This div background color is #683442.


Border color

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

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

This div border color is #683442.


Opacity

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

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

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

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

This text has shadow with #683442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683442 on black background.


Color preview on white background

This text has color #683442 on white background.



Black color preview on #683442 background

This text has black color on #683442 background.


White color preview on #683442 background

This text has white color on #683442 background.