COLOR #682326

HEX: #682326
RGB: (104,35,38)

Color info

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

RGB color model

#682326 color RGB value is (104,35,38).

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

RGB channels and saturation

R 104 of 255 = 41%
G 35 of 255 = 14%
B 38 of 255 = 15%

104
35
38

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

Portions of RGB colors in percentages

R + G + B =
104 + 35 + 38 = 177 (100%)
R 104 of 177 ~ 58.76%
G 35 of 177 ~ 19.77%
B 38 of 177 ~ 21.47%

%58.76
%19.77
%21.47

CMYK color model

#682326 color CMYK value is (0,66,63,59).

  • cyan value is 0.00%
  • magenta value is 66.35%
  • yellow value is 63.46%
  • key color value is 59.22%
CMYK:
(0,66,63,59)
C0M66Y63K59 
(0%,66%,63%,59%)
(0.00/0.66/0.63/0.59)	

CMYK percentages

%0
%66.35
%63.46
%59.22

Codes

Color #682326 in popluar color models

682326
RGB1043538
HSL357°49.64%27.25%
HSB/HSV357°66.35%40.78%
CMYK0.00%66.35%63.46%
59.22%

Color #682326 in popluar number systems.

HEX682326
Decimal1043538
Binary1101000100011100110
Octal1504346

Shades and tints

Shades of #682326

#682326
(104,35,38)
#5F2023
(95,32,35)
#561D20
(86,29,32)
#4D1A1D
(77,26,29)
#44171A
(68,23,26)
#3B1417
(59,20,23)
#321114
(50,17,20)
#290E11
(41,14,17)
#200B0E
(32,11,14)
#17080B
(23,8,11)
#0E0508
(14,5,8)
#000000
(0,0,0)

Tints of #682326

#682326
(104,35,38)
#753739
(117,55,57)
#824B4C
(130,75,76)
#8F5F5F
(143,95,95)
#9C7372
(156,115,114)
#A98785
(169,135,133)
#B69B98
(182,155,152)
#C3AFAB
(195,175,171)
#D0C3BE
(208,195,190)
#DDD7D1
(221,215,209)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682326; }

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

This text font color is #682326.


Background Color

.myBgColor { background-color: #682326; }

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

This div background color is #682326.


Border color

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

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

This div border color is #682326.


Opacity

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

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

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

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

This text has shadow with #682326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682326 on black background.


Color preview on white background

This text has color #682326 on white background.



Black color preview on #682326 background

This text has black color on #682326 background.


White color preview on #682326 background

This text has white color on #682326 background.