COLOR #68515B

HEX: #68515B
RGB: (104,81,91)

Color info

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

RGB color model

#68515B color RGB value is (104,81,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 81 of 255 = 32%
B 91 of 255 = 36%

104
81
91

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

Portions of RGB colors in percentages

R + G + B =
104 + 81 + 91 = 276 (100%)
R 104 of 276 ~ 37.68%
G 81 of 276 ~ 29.35%
B 91 of 276 ~ 32.97%

%37.68
%29.35
%32.97

CMYK color model

#68515B color CMYK value is (0,22,13,59).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,22,13,59)
C0M22Y13K59 
(0%,22%,13%,59%)
(0.00/0.22/0.13/0.59)	

CMYK percentages

%0
%22.12
%12.5
%59.22

Codes

Color #68515B in popluar color models

68515B
RGB1048191
HSL334°12.43%36.27%
HSB/HSV334°22.12%40.78%
CMYK0.00%22.12%12.50%
59.22%

Color #68515B in popluar number systems.

HEX68515B
Decimal1048191
Binary110100010100011011011
Octal150121133

Shades and tints

Shades of #68515B

#68515B
(104,81,91)
#5F4A53
(95,74,83)
#56434B
(86,67,75)
#4D3C43
(77,60,67)
#44353B
(68,53,59)
#3B2E33
(59,46,51)
#32272B
(50,39,43)
#292023
(41,32,35)
#20191B
(32,25,27)
#171213
(23,18,19)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #68515B

#68515B
(104,81,91)
#756069
(117,96,105)
#826F77
(130,111,119)
#8F7E85
(143,126,133)
#9C8D93
(156,141,147)
#A99CA1
(169,156,161)
#B6ABAF
(182,171,175)
#C3BABD
(195,186,189)
#D0C9CB
(208,201,203)
#DDD8D9
(221,216,217)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68515B; }

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

This text font color is #68515B.


Background Color

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

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

This div background color is #68515B.


Border color

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

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

This div border color is #68515B.


Opacity

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

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

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

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

This text has shadow with #68515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68515B on black background.


Color preview on white background

This text has color #68515B on white background.



Black color preview on #68515B background

This text has black color on #68515B background.


White color preview on #68515B background

This text has white color on #68515B background.