COLOR #68505B

HEX: #68505B
RGB: (104,80,91)

Color info

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

RGB color model

#68505B color RGB value is (104,80,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 80 of 255 = 31%
B 91 of 255 = 36%

104
80
91

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

Portions of RGB colors in percentages

R + G + B =
104 + 80 + 91 = 275 (100%)
R 104 of 275 ~ 37.82%
G 80 of 275 ~ 29.09%
B 91 of 275 ~ 33.09%

%37.82
%29.09
%33.09

CMYK color model

#68505B color CMYK value is (0,23,13,59).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,23,13,59)
C0M23Y13K59 
(0%,23%,13%,59%)
(0.00/0.23/0.13/0.59)	

CMYK percentages

%0
%23.08
%12.5
%59.22

Codes

Color #68505B in popluar color models

68505B
RGB1048091
HSL333°13.04%36.08%
HSB/HSV333°23.08%40.78%
CMYK0.00%23.08%12.50%
59.22%

Color #68505B in popluar number systems.

HEX68505B
Decimal1048091
Binary110100010100001011011
Octal150120133

Shades and tints

Shades of #68505B

#68505B
(104,80,91)
#5F4953
(95,73,83)
#56424B
(86,66,75)
#4D3B43
(77,59,67)
#44343B
(68,52,59)
#3B2D33
(59,45,51)
#32262B
(50,38,43)
#291F23
(41,31,35)
#20181B
(32,24,27)
#171113
(23,17,19)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #68505B

#68505B
(104,80,91)
#755F69
(117,95,105)
#826E77
(130,110,119)
#8F7D85
(143,125,133)
#9C8C93
(156,140,147)
#A99BA1
(169,155,161)
#B6AAAF
(182,170,175)
#C3B9BD
(195,185,189)
#D0C8CB
(208,200,203)
#DDD7D9
(221,215,217)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68505B; }

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

This text font color is #68505B.


Background Color

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

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

This div background color is #68505B.


Border color

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

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

This div border color is #68505B.


Opacity

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

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

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

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

This text has shadow with #68505B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68505B on black background.


Color preview on white background

This text has color #68505B on white background.



Black color preview on #68505B background

This text has black color on #68505B background.


White color preview on #68505B background

This text has white color on #68505B background.