COLOR #68341D

HEX: #68341D
RGB: (104,52,29)

Color info

#68341D contains mainly red and green colors. Web safe color of #68341D is #663333 (or #633).

RGB color model

#68341D color RGB value is (104,52,29).

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

RGB channels and saturation

R 104 of 255 = 41%
G 52 of 255 = 20%
B 29 of 255 = 11%

104
52
29

R + G + B ~ 24%. #68341D is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 52 + 29 = 185 (100%)
R 104 of 185 ~ 56.22%
G 52 of 185 ~ 28.11%
B 29 of 185 ~ 15.68%

%56.22
%28.11
%15.68

CMYK color model

#68341D color CMYK value is (0,50,72,59).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 72.12%
  • key color value is 59.22%
CMYK:
(0,50,72,59)
C0M50Y72K59 
(0%,50%,72%,59%)
(0.00/0.50/0.72/0.59)	

CMYK percentages

%0
%50
%72.12
%59.22

Codes

Color #68341D in popluar color models

68341D
RGB1045229
HSL18°56.39%26.08%
HSB/HSV18°72.12%40.78%
CMYK0.00%50.00%72.12%
59.22%

Color #68341D in popluar number systems.

HEX68341D
Decimal1045229
Binary110100011010011101
Octal1506435

Shades and tints

Shades of #68341D

#68341D
(104,52,29)
#5F301B
(95,48,27)
#562C19
(86,44,25)
#4D2817
(77,40,23)
#442415
(68,36,21)
#3B2013
(59,32,19)
#321C11
(50,28,17)
#29180F
(41,24,15)
#20140D
(32,20,13)
#17100B
(23,16,11)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #68341D

#68341D
(104,52,29)
#754631
(117,70,49)
#825845
(130,88,69)
#8F6A59
(143,106,89)
#9C7C6D
(156,124,109)
#A98E81
(169,142,129)
#B6A095
(182,160,149)
#C3B2A9
(195,178,169)
#D0C4BD
(208,196,189)
#DDD6D1
(221,214,209)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68341D; }

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

This text font color is #68341D.


Background Color

.myBgColor { background-color: #68341D; }

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

This div background color is #68341D.


Border color

.myBorderColor { border: 1px solid #68341D; }

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

This div border color is #68341D.


Opacity

.myOpacity80 { color: #68341D; opacity: 0.8; }

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

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

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

This text has shadow with #68341D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68341D on black background.


Color preview on white background

This text has color #68341D on white background.



Black color preview on #68341D background

This text has black color on #68341D background.


White color preview on #68341D background

This text has white color on #68341D background.