COLOR #68585B

HEX: #68585B
RGB: (104,88,91)

Color info

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

RGB color model

#68585B color RGB value is (104,88,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 88 of 255 = 35%
B 91 of 255 = 36%

104
88
91

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

Portions of RGB colors in percentages

R + G + B =
104 + 88 + 91 = 283 (100%)
R 104 of 283 ~ 36.75%
G 88 of 283 ~ 31.1%
B 91 of 283 ~ 32.16%

%36.75
%31.1
%32.16

CMYK color model

#68585B color CMYK value is (0,15,13,59).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,15,13,59)
C0M15Y13K59 
(0%,15%,13%,59%)
(0.00/0.15/0.13/0.59)	

CMYK percentages

%0
%15.38
%12.5
%59.22

Codes

Color #68585B in popluar color models

68585B
RGB1048891
HSL349°8.33%37.65%
HSB/HSV349°15.38%40.78%
CMYK0.00%15.38%12.50%
59.22%

Color #68585B in popluar number systems.

HEX68585B
Decimal1048891
Binary110100010110001011011
Octal150130133

Shades and tints

Shades of #68585B

#68585B
(104,88,91)
#5F5053
(95,80,83)
#56484B
(86,72,75)
#4D4043
(77,64,67)
#44383B
(68,56,59)
#3B3033
(59,48,51)
#32282B
(50,40,43)
#292023
(41,32,35)
#20181B
(32,24,27)
#171013
(23,16,19)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #68585B

#68585B
(104,88,91)
#756769
(117,103,105)
#827677
(130,118,119)
#8F8585
(143,133,133)
#9C9493
(156,148,147)
#A9A3A1
(169,163,161)
#B6B2AF
(182,178,175)
#C3C1BD
(195,193,189)
#D0D0CB
(208,208,203)
#DDDFD9
(221,223,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68585B color. Also use rgb(104,88,91) instead hex code.

Text Font Color

.myTextColor { color: #68585B; }

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

This text font color is #68585B.


Background Color

.myBgColor { background-color: #68585B; }

<div style="background-color:#68585B">Inner text</div>

This div background color is #68585B.


Border color

.myBorderColor { border: 1px solid #68585B; }

<div style="border:3px solid #68585B">Div</div>

This div border color is #68585B.


Opacity

.myOpacity80 { color: #68585B; opacity: 0.8; }

<p style="color:#68585B;opacity:0.8;">80%</p>

Text with #68585B 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 #68585B;}

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

This text has shadow with #68585B color.

.textShadow {text-shadow: 3px 3px 1px #68585B, 3px 3px 1px red;}

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

This text has shadow with #68585B primary color and red secondary color.


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

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

This text has shadow with #68585B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68585B on black background.


Color preview on white background

This text has color #68585B on white background.



Black color preview on #68585B background

This text has black color on #68585B background.


White color preview on #68585B background

This text has white color on #68585B background.