COLOR #68624F

HEX: #68624F
RGB: (104,98,79)

Color info

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

RGB color model

#68624F color RGB value is (104,98,79).

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

RGB channels and saturation

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

104
98
79

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

Portions of RGB colors in percentages

R + G + B =
104 + 98 + 79 = 281 (100%)
R 104 of 281 ~ 37.01%
G 98 of 281 ~ 34.88%
B 79 of 281 ~ 28.11%

%37.01
%34.88
%28.11

CMYK color model

#68624F color CMYK value is (0,6,24,59).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(0,6,24,59)
C0M6Y24K59 
(0%,6%,24%,59%)
(0.00/0.06/0.24/0.59)	

CMYK percentages

%0
%5.77
%24.04
%59.22

Codes

Color #68624F in popluar color models

68624F
RGB1049879
HSL46°13.66%35.88%
HSB/HSV46°24.04%40.78%
CMYK0.00%5.77%24.04%
59.22%

Color #68624F in popluar number systems.

HEX68624F
Decimal1049879
Binary110100011000101001111
Octal150142117

Shades and tints

Shades of #68624F

#68624F
(104,98,79)
#5F5A48
(95,90,72)
#565241
(86,82,65)
#4D4A3A
(77,74,58)
#444233
(68,66,51)
#3B3A2C
(59,58,44)
#323225
(50,50,37)
#292A1E
(41,42,30)
#202217
(32,34,23)
#171A10
(23,26,16)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #68624F

#68624F
(104,98,79)
#75705F
(117,112,95)
#827E6F
(130,126,111)
#8F8C7F
(143,140,127)
#9C9A8F
(156,154,143)
#A9A89F
(169,168,159)
#B6B6AF
(182,182,175)
#C3C4BF
(195,196,191)
#D0D2CF
(208,210,207)
#DDE0DF
(221,224,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68624F; }

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

This text font color is #68624F.


Background Color

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

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

This div background color is #68624F.


Border color

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

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

This div border color is #68624F.


Opacity

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

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

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

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

This text has shadow with #68624F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68624F on black background.


Color preview on white background

This text has color #68624F on white background.



Black color preview on #68624F background

This text has black color on #68624F background.


White color preview on #68624F background

This text has white color on #68624F background.