COLOR #68555F

HEX: #68555F RGB: (104,85,95)

Color info

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

RGB color model

#68555F color RGB value is (104,85,95).

RGB: (104,85,95) (41%, 33%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 85 of 255 = 33%
B 95 of 255 = 37%

104
85
95

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

Portions of RGB colors in percentages

R + G + B = 104 + 85 + 95 = 284 (100%)
R 104 of 284 ~ 36.62%
G 85 of 284 ~ 29.93%
B 95 of 284 ~ 33.45'%

%36.62
%29.93
%33.45

CMYK color model

#68555F color CMYK value is (0,18,9,59).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 8.65%
  • key color value is 59.22%

CMYK: (0,18,9,59)
C0M18Y9K59 (0%, 18%, 9%, 59%)
(0.00 / 0.18 / 0.09 / 0.59)

CMYK percentages

%0
%18.27
%8.65
%59.22

Codes

Color #68555F in popluar color models

68 55 5F
RGB 104 85 95
HSL 328° 10.05% 37.06%
HSB/HSV 328° 18.27% 40.78%
CMYK 0.00% 18.27% 8.65%
59.22%

Color #68555F in popluar number systems.

HEX 68 55 5F
Decimal 104 85 95
Binary 1101000 1010101 1011111
Octal 150 125 137

Shades and tints

Shades of #68555F

#68555F
(104,85,95)
#5F4E57
(95,78,87)
#56474F
(86,71,79)
#4D4047
(77,64,71)
#44393F
(68,57,63)
#3B3237
(59,50,55)
#322B2F
(50,43,47)
#292427
(41,36,39)
#201D1F
(32,29,31)
#171617
(23,22,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #68555F

#68555F
(104,85,95)
#75646D
(117,100,109)
#82737B
(130,115,123)
#8F8289
(143,130,137)
#9C9197
(156,145,151)
#A9A0A5
(169,160,165)
#B6AFB3
(182,175,179)
#C3BEC1
(195,190,193)
#D0CDCF
(208,205,207)
#DDDCDD
(221,220,221)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68555F color. Also use rgb(104,85,95) instead hex code.

Text Font Color

.myTextColor { color: #68555F; }

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

This text font color is #68555F.

Background Color

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

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

This div background color is #68555F.

Border color

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

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

This div border color is #68555F.

Opacity

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

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

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

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

This text has shadow with #68555F color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68555F; -webkit-box-shadow: 1px 1px 3px 2px #68555F; box-shadow:1px 1px 3px 2px #68555F;">
Div content here
</div>

This div box has shadow with color #68555F.

Preview

Color preview on black background

This text has color #68555F on black background.


Color preview on white background

This text has color #68555F on white background.


Black color preview on #68555F background

This text has black color on #68555F background.


White color preview on #68555F background

This text has white color on #68555F background.


Related colors

Complementary color

Complementary color for #hex is #97AAA0.


I love getcolorcode.com

Triadic colors

1 #5F6855 and #555F68 with #68555F are triadic colors.

2 #5F5568 and #55685F with #68555F are triadic colors.