COLOR #68471E

HEX: #68471E
RGB: (104,71,30)

Color info

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

RGB color model

#68471E color RGB value is (104,71,30).

  • red value is 104;
  • green value is 71;
  • blue value is 30.
RGB:
(104,71,30)
(41%,28%,12%)

RGB channels and saturation

R 104 of 255 = 41%
G 71 of 255 = 28%
B 30 of 255 = 12%

104
71
30

R + G + B ~ 27%. #68471E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 71 + 30 = 205 (100%)
R 104 of 205 ~ 50.73%
G 71 of 205 ~ 34.63%
B 30 of 205 ~ 14.63%

%50.73
%34.63
%14.63

CMYK color model

#68471E color CMYK value is (0,32,71,59).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 71.15%
  • key color value is 59.22%
CMYK:
(0,32,71,59)
C0M32Y71K59 
(0%,32%,71%,59%)
(0.00/0.32/0.71/0.59)	

CMYK percentages

%0
%31.73
%71.15
%59.22

Codes

Color #68471E in popluar color models

68471E
RGB1047130
HSL33°55.22%26.27%
HSB/HSV33°71.15%40.78%
CMYK0.00%31.73%71.15%
59.22%

Color #68471E in popluar number systems.

HEX68471E
Decimal1047130
Binary1101000100011111110
Octal15010736

Shades and tints

Shades of #68471E

#68471E
(104,71,30)
#5F411C
(95,65,28)
#563B1A
(86,59,26)
#4D3518
(77,53,24)
#442F16
(68,47,22)
#3B2914
(59,41,20)
#322312
(50,35,18)
#291D10
(41,29,16)
#20170E
(32,23,14)
#17110C
(23,17,12)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #68471E

#68471E
(104,71,30)
#755732
(117,87,50)
#826746
(130,103,70)
#8F775A
(143,119,90)
#9C876E
(156,135,110)
#A99782
(169,151,130)
#B6A796
(182,167,150)
#C3B7AA
(195,183,170)
#D0C7BE
(208,199,190)
#DDD7D2
(221,215,210)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68471E color. Also use rgb(104,71,30) instead hex code.

Text Font Color

.myTextColor { color: #68471E; }

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

This text font color is #68471E.


Background Color

.myBgColor { background-color: #68471E; }

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

This div background color is #68471E.


Border color

.myBorderColor { border: 1px solid #68471E; }

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

This div border color is #68471E.


Opacity

.myOpacity80 { color: #68471E; opacity: 0.8; }

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

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

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

This text has shadow with #68471E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68471E on black background.


Color preview on white background

This text has color #68471E on white background.



Black color preview on #68471E background

This text has black color on #68471E background.


White color preview on #68471E background

This text has white color on #68471E background.