COLOR #68584F

HEX: #68584F
RGB: (104,88,79)

Color info

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

RGB color model

#68584F color RGB value is (104,88,79).

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

RGB channels and saturation

R 104 of 255 = 41%
G 88 of 255 = 35%
B 79 of 255 = 31%

104
88
79

R + G + B ~ 36%. #68584F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 88 + 79 = 271 (100%)
R 104 of 271 ~ 38.38%
G 88 of 271 ~ 32.47%
B 79 of 271 ~ 29.15%

%38.38
%32.47
%29.15

CMYK color model

#68584F color CMYK value is (0,15,24,59).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK: (0,15,24,59) C0M15Y24K59 (0%,15%,24%,59%) (0.00/0.15/0.24/0.59)

CMYK percentages

%0
%15.38
%24.04
%59.22

Codes

Color #68584F in popluar color models

68584F
RGB1048879
HSL22°13.66%35.88%
HSB/HSV22°24.04%40.78%
CMYK0.00%15.38%24.04%
59.22%

Color #68584F in popluar number systems.

HEX68584F
Decimal1048879
Binary110100010110001001111
Octal150130117

Shades and tints

Shades of #68584F

#68584F
(104,88,79)
#5F5048
(95,80,72)
#564841
(86,72,65)
#4D403A
(77,64,58)
#443833
(68,56,51)
#3B302C
(59,48,44)
#322825
(50,40,37)
#29201E
(41,32,30)
#201817
(32,24,23)
#171010
(23,16,16)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #68584F

#68584F
(104,88,79)
#75675F
(117,103,95)
#82766F
(130,118,111)
#8F857F
(143,133,127)
#9C948F
(156,148,143)
#A9A39F
(169,163,159)
#B6B2AF
(182,178,175)
#C3C1BF
(195,193,191)
#D0D0CF
(208,208,207)
#DDDFDF
(221,223,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68584F; }

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

This text font color is #68584F.


Background Color

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

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

This div background color is #68584F.


Border color

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

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

This div border color is #68584F.


Opacity

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

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

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

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

This text has shadow with #68584F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #68584F on black background.


Color preview on white background

This text has color #68584F on white background.



Black color preview on #68584F background

This text has black color on #68584F background.


White color preview on #68584F background

This text has white color on #68584F background.