COLOR #68361D

HEX: #68361D
RGB: (104,54,29)

Color info

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

RGB color model

#68361D color RGB value is (104,54,29).

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

RGB channels and saturation

R 104 of 255 = 41%
G 54 of 255 = 21%
B 29 of 255 = 11%

104
54
29

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

Portions of RGB colors in percentages

R + G + B =
104 + 54 + 29 = 187 (100%)
R 104 of 187 ~ 55.61%
G 54 of 187 ~ 28.88%
B 29 of 187 ~ 15.51%

%55.61
%28.88
%15.51

CMYK color model

#68361D color CMYK value is (0,48,72,59).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 72.12%
  • key color value is 59.22%
CMYK:
(0,48,72,59)
C0M48Y72K59 
(0%,48%,72%,59%)
(0.00/0.48/0.72/0.59)	

CMYK percentages

%0
%48.08
%72.12
%59.22

Codes

Color #68361D in popluar color models

68361D
RGB1045429
HSL20°56.39%26.08%
HSB/HSV20°72.12%40.78%
CMYK0.00%48.08%72.12%
59.22%

Color #68361D in popluar number systems.

HEX68361D
Decimal1045429
Binary110100011011011101
Octal1506635

Shades and tints

Shades of #68361D

#68361D
(104,54,29)
#5F321B
(95,50,27)
#562E19
(86,46,25)
#4D2A17
(77,42,23)
#442615
(68,38,21)
#3B2213
(59,34,19)
#321E11
(50,30,17)
#291A0F
(41,26,15)
#20160D
(32,22,13)
#17120B
(23,18,11)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #68361D

#68361D
(104,54,29)
#754831
(117,72,49)
#825A45
(130,90,69)
#8F6C59
(143,108,89)
#9C7E6D
(156,126,109)
#A99081
(169,144,129)
#B6A295
(182,162,149)
#C3B4A9
(195,180,169)
#D0C6BD
(208,198,189)
#DDD8D1
(221,216,209)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68361D; }

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

This text font color is #68361D.


Background Color

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

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

This div background color is #68361D.


Border color

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

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

This div border color is #68361D.


Opacity

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

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

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

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

This text has shadow with #68361D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68361D on black background.


Color preview on white background

This text has color #68361D on white background.



Black color preview on #68361D background

This text has black color on #68361D background.


White color preview on #68361D background

This text has white color on #68361D background.