COLOR #68515A

HEX: #68515A
RGB: (104,81,90)

Color info

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

RGB color model

#68515A color RGB value is (104,81,90).

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

RGB channels and saturation

R 104 of 255 = 41%
G 81 of 255 = 32%
B 90 of 255 = 35%

104
81
90

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

Portions of RGB colors in percentages

R + G + B =
104 + 81 + 90 = 275 (100%)
R 104 of 275 ~ 37.82%
G 81 of 275 ~ 29.45%
B 90 of 275 ~ 32.73%

%37.82
%29.45
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 13.46%
  • 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
%13.46
%59.22

Codes

Color #68515A in popluar color models

68515A
RGB1048190
HSL337°12.43%36.27%
HSB/HSV337°22.12%40.78%
CMYK0.00%22.12%13.46%
59.22%

Color #68515A in popluar number systems.

HEX68515A
Decimal1048190
Binary110100010100011011010
Octal150121132

Shades and tints

Shades of #68515A

#68515A
(104,81,90)
#5F4A52
(95,74,82)
#56434A
(86,67,74)
#4D3C42
(77,60,66)
#44353A
(68,53,58)
#3B2E32
(59,46,50)
#32272A
(50,39,42)
#292022
(41,32,34)
#20191A
(32,25,26)
#171212
(23,18,18)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #68515A

#68515A
(104,81,90)
#756069
(117,96,105)
#826F78
(130,111,120)
#8F7E87
(143,126,135)
#9C8D96
(156,141,150)
#A99CA5
(169,156,165)
#B6ABB4
(182,171,180)
#C3BAC3
(195,186,195)
#D0C9D2
(208,201,210)
#DDD8E1
(221,216,225)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68515A; }

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

This text font color is #68515A.


Background Color

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

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

This div background color is #68515A.


Border color

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

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

This div border color is #68515A.


Opacity

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

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

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

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

This text has shadow with #68515A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68515A on black background.


Color preview on white background

This text has color #68515A on white background.



Black color preview on #68515A background

This text has black color on #68515A background.


White color preview on #68515A background

This text has white color on #68515A background.