COLOR #68575B

HEX: #68575B
RGB: (104,87,91)

Color info

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

RGB color model

#68575B color RGB value is (104,87,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 87 of 255 = 34%
B 91 of 255 = 36%

104
87
91

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

Portions of RGB colors in percentages

R + G + B =
104 + 87 + 91 = 282 (100%)
R 104 of 282 ~ 36.88%
G 87 of 282 ~ 30.85%
B 91 of 282 ~ 32.27%

%36.88
%30.85
%32.27

CMYK color model

#68575B color CMYK value is (0,16,13,59).

  • cyan value is 0.00%
  • magenta value is 16.35%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,16,13,59)
C0M16Y13K59 
(0%,16%,13%,59%)
(0.00/0.16/0.13/0.59)	

CMYK percentages

%0
%16.35
%12.5
%59.22

Codes

Color #68575B in popluar color models

68575B
RGB1048791
HSL346°8.90%37.45%
HSB/HSV346°16.35%40.78%
CMYK0.00%16.35%12.50%
59.22%

Color #68575B in popluar number systems.

HEX68575B
Decimal1048791
Binary110100010101111011011
Octal150127133

Shades and tints

Shades of #68575B

#68575B
(104,87,91)
#5F5053
(95,80,83)
#56494B
(86,73,75)
#4D4243
(77,66,67)
#443B3B
(68,59,59)
#3B3433
(59,52,51)
#322D2B
(50,45,43)
#292623
(41,38,35)
#201F1B
(32,31,27)
#171813
(23,24,19)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #68575B

#68575B
(104,87,91)
#756669
(117,102,105)
#827577
(130,117,119)
#8F8485
(143,132,133)
#9C9393
(156,147,147)
#A9A2A1
(169,162,161)
#B6B1AF
(182,177,175)
#C3C0BD
(195,192,189)
#D0CFCB
(208,207,203)
#DDDED9
(221,222,217)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68575B; }

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

This text font color is #68575B.


Background Color

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

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

This div background color is #68575B.


Border color

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

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

This div border color is #68575B.


Opacity

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

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

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

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

This text has shadow with #68575B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68575B on black background.


Color preview on white background

This text has color #68575B on white background.



Black color preview on #68575B background

This text has black color on #68575B background.


White color preview on #68575B background

This text has white color on #68575B background.