COLOR #68493E

HEX: #68493E
RGB: (104,73,62)

Color info

#68493E contains red, green and blue colors in about the same proportion. Web safe color of #68493E is #663333 (or #633).

RGB color model

#68493E color RGB value is (104,73,62).

  • red value is 104;
  • green value is 73;
  • blue value is 62.
RGB:
(104,73,62)
(41%,29%,24%)

RGB channels and saturation

R 104 of 255 = 41%
G 73 of 255 = 29%
B 62 of 255 = 24%

104
73
62

R + G + B ~ 31%. #68493E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 73 + 62 = 239 (100%)
R 104 of 239 ~ 43.51%
G 73 of 239 ~ 30.54%
B 62 of 239 ~ 25.94%

%43.51
%30.54
%25.94

CMYK color model

#68493E color CMYK value is (0,30,40,59).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 40.38%
  • key color value is 59.22%
CMYK:
(0,30,40,59)
C0M30Y40K59 
(0%,30%,40%,59%)
(0.00/0.30/0.40/0.59)	

CMYK percentages

%0
%29.81
%40.38
%59.22

Codes

Color #68493E in popluar color models

68493E
RGB1047362
HSL16°25.30%32.55%
HSB/HSV16°40.38%40.78%
CMYK0.00%29.81%40.38%
59.22%

Color #68493E in popluar number systems.

HEX68493E
Decimal1047362
Binary11010001001001111110
Octal15011176

Shades and tints

Shades of #68493E

#68493E
(104,73,62)
#5F4339
(95,67,57)
#563D34
(86,61,52)
#4D372F
(77,55,47)
#44312A
(68,49,42)
#3B2B25
(59,43,37)
#322520
(50,37,32)
#291F1B
(41,31,27)
#201916
(32,25,22)
#171311
(23,19,17)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #68493E

#68493E
(104,73,62)
#75594F
(117,89,79)
#826960
(130,105,96)
#8F7971
(143,121,113)
#9C8982
(156,137,130)
#A99993
(169,153,147)
#B6A9A4
(182,169,164)
#C3B9B5
(195,185,181)
#D0C9C6
(208,201,198)
#DDD9D7
(221,217,215)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68493E color. Also use rgb(104,73,62) instead hex code.

Text Font Color

.myTextColor { color: #68493E; }

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

This text font color is #68493E.


Background Color

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

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

This div background color is #68493E.


Border color

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

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

This div border color is #68493E.


Opacity

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

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

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

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

This text has shadow with #68493E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68493E on black background.


Color preview on white background

This text has color #68493E on white background.



Black color preview on #68493E background

This text has black color on #68493E background.


White color preview on #68493E background

This text has white color on #68493E background.