COLOR #68624E

HEX: #68624E
RGB: (104,98,78)

Color info

#68624E contains red, green and blue colors in about the same proportion. Web safe color of #68624E is #666666 (or #666).

RGB color model

#68624E color RGB value is (104,98,78).

  • red value is 104;
  • green value is 98;
  • blue value is 78.
RGB:
(104,98,78)
(41%,38%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 98 of 255 = 38%
B 78 of 255 = 31%

104
98
78

R + G + B ~ 37%. #68624E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 98 + 78 = 280 (100%)
R 104 of 280 ~ 37.14%
G 98 of 280 ~ 35%
B 78 of 280 ~ 27.86%

%37.14
%35
%27.86

CMYK color model

#68624E color CMYK value is (0,6,25,59).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(0,6,25,59)
C0M6Y25K59 
(0%,6%,25%,59%)
(0.00/0.06/0.25/0.59)	

CMYK percentages

%0
%5.77
%25
%59.22

Codes

Color #68624E in popluar color models

68624E
RGB1049878
HSL46°14.29%35.69%
HSB/HSV46°25.00%40.78%
CMYK0.00%5.77%25.00%
59.22%

Color #68624E in popluar number systems.

HEX68624E
Decimal1049878
Binary110100011000101001110
Octal150142116

Shades and tints

Shades of #68624E

#68624E
(104,98,78)
#5F5A47
(95,90,71)
#565240
(86,82,64)
#4D4A39
(77,74,57)
#444232
(68,66,50)
#3B3A2B
(59,58,43)
#323224
(50,50,36)
#292A1D
(41,42,29)
#202216
(32,34,22)
#171A0F
(23,26,15)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #68624E

#68624E
(104,98,78)
#75705E
(117,112,94)
#827E6E
(130,126,110)
#8F8C7E
(143,140,126)
#9C9A8E
(156,154,142)
#A9A89E
(169,168,158)
#B6B6AE
(182,182,174)
#C3C4BE
(195,196,190)
#D0D2CE
(208,210,206)
#DDE0DE
(221,224,222)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68624E color. Also use rgb(104,98,78) instead hex code.

Text Font Color

.myTextColor { color: #68624E; }

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

This text font color is #68624E.


Background Color

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

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

This div background color is #68624E.


Border color

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

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

This div border color is #68624E.


Opacity

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

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

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

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

This text has shadow with #68624E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68624E on black background.


Color preview on white background

This text has color #68624E on white background.



Black color preview on #68624E background

This text has black color on #68624E background.


White color preview on #68624E background

This text has white color on #68624E background.