COLOR #68501D

HEX: #68501D
RGB: (104,80,29)

Color info

#68501D contains mainly red and green colors. Web safe color of #68501D is #666633 (or #663).

RGB color model

#68501D color RGB value is (104,80,29).

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

RGB channels and saturation

R 104 of 255 = 41%
G 80 of 255 = 31%
B 29 of 255 = 11%

104
80
29

R + G + B ~ 28%. #68501D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 80 + 29 = 213 (100%)
R 104 of 213 ~ 48.83%
G 80 of 213 ~ 37.56%
B 29 of 213 ~ 13.62%

%48.83
%37.56
%13.62

CMYK color model

#68501D color CMYK value is (0,23,72,59).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 72.12%
  • key color value is 59.22%
CMYK:
(0,23,72,59)
C0M23Y72K59 
(0%,23%,72%,59%)
(0.00/0.23/0.72/0.59)	

CMYK percentages

%0
%23.08
%72.12
%59.22

Codes

Color #68501D in popluar color models

68501D
RGB1048029
HSL41°56.39%26.08%
HSB/HSV41°72.12%40.78%
CMYK0.00%23.08%72.12%
59.22%

Color #68501D in popluar number systems.

HEX68501D
Decimal1048029
Binary1101000101000011101
Octal15012035

Shades and tints

Shades of #68501D

#68501D
(104,80,29)
#5F491B
(95,73,27)
#564219
(86,66,25)
#4D3B17
(77,59,23)
#443415
(68,52,21)
#3B2D13
(59,45,19)
#322611
(50,38,17)
#291F0F
(41,31,15)
#20180D
(32,24,13)
#17110B
(23,17,11)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #68501D

#68501D
(104,80,29)
#755F31
(117,95,49)
#826E45
(130,110,69)
#8F7D59
(143,125,89)
#9C8C6D
(156,140,109)
#A99B81
(169,155,129)
#B6AA95
(182,170,149)
#C3B9A9
(195,185,169)
#D0C8BD
(208,200,189)
#DDD7D1
(221,215,209)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68501D; }

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

This text font color is #68501D.


Background Color

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

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

This div background color is #68501D.


Border color

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

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

This div border color is #68501D.


Opacity

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

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

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

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

This text has shadow with #68501D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68501D on black background.


Color preview on white background

This text has color #68501D on white background.



Black color preview on #68501D background

This text has black color on #68501D background.


White color preview on #68501D background

This text has white color on #68501D background.