COLOR #682324

HEX: #682324
RGB: (104,35,36)

Color info

#682324 contains mainly red color. Web safe color of #682324 is #663333 (or #633).

RGB color model

#682324 color RGB value is (104,35,36).

  • red value is 104;
  • green value is 35;
  • blue value is 36.
RGB:
(104,35,36)
(41%,14%,14%)

RGB channels and saturation

R 104 of 255 = 41%
G 35 of 255 = 14%
B 36 of 255 = 14%

104
35
36

R + G + B ~ 23%. #682324 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 35 + 36 = 175 (100%)
R 104 of 175 ~ 59.43%
G 35 of 175 ~ 20%
B 36 of 175 ~ 20.57%

%59.43
%20
%20.57

CMYK color model

#682324 color CMYK value is (0,66,65,59).

  • cyan value is 0.00%
  • magenta value is 66.35%
  • yellow value is 65.38%
  • key color value is 59.22%
CMYK:
(0,66,65,59)
C0M66Y65K59 
(0%,66%,65%,59%)
(0.00/0.66/0.65/0.59)	

CMYK percentages

%0
%66.35
%65.38
%59.22

Codes

Color #682324 in popluar color models

682324
RGB1043536
HSL359°49.64%27.25%
HSB/HSV359°66.35%40.78%
CMYK0.00%66.35%65.38%
59.22%

Color #682324 in popluar number systems.

HEX682324
Decimal1043536
Binary1101000100011100100
Octal1504344

Shades and tints

Shades of #682324

#682324
(104,35,36)
#5F2021
(95,32,33)
#561D1E
(86,29,30)
#4D1A1B
(77,26,27)
#441718
(68,23,24)
#3B1415
(59,20,21)
#321112
(50,17,18)
#290E0F
(41,14,15)
#200B0C
(32,11,12)
#170809
(23,8,9)
#0E0506
(14,5,6)
#000000
(0,0,0)

Tints of #682324

#682324
(104,35,36)
#753737
(117,55,55)
#824B4A
(130,75,74)
#8F5F5D
(143,95,93)
#9C7370
(156,115,112)
#A98783
(169,135,131)
#B69B96
(182,155,150)
#C3AFA9
(195,175,169)
#D0C3BC
(208,195,188)
#DDD7CF
(221,215,207)
#EAEBE2
(234,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682324 color. Also use rgb(104,35,36) instead hex code.

Text Font Color

.myTextColor { color: #682324; }

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

This text font color is #682324.


Background Color

.myBgColor { background-color: #682324; }

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

This div background color is #682324.


Border color

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

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

This div border color is #682324.


Opacity

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

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

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

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

This text has shadow with #682324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682324 on black background.


Color preview on white background

This text has color #682324 on white background.



Black color preview on #682324 background

This text has black color on #682324 background.


White color preview on #682324 background

This text has white color on #682324 background.