COLOR #68665B

HEX: #68665B RGB: (104,102,91)

Color info

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

RGB color model

#68665B color RGB value is (104,102,91).

RGB: (104,102,91) (41%, 40%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 102 of 255 = 40%
B 91 of 255 = 36%

104
102
91

R + G + B ~ 39%. #68665B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 102 + 91 = 297 (100%)
R 104 of 297 ~ 35.02%
G 102 of 297 ~ 34.34%
B 91 of 297 ~ 30.64'%

%35.02
%34.34
%30.64

CMYK color model

#68665B color CMYK value is (0,2,13,59).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 12.50%
  • key color value is 59.22%

CMYK: (0,2,13,59)
C0M2Y13K59 (0%, 2%, 13%, 59%)
(0.00 / 0.02 / 0.13 / 0.59)

CMYK percentages

%0
%1.92
%12.5
%59.22

Codes

Color #68665B in popluar color models

68 66 5B
RGB 104 102 91
HSL 51° 6.67% 38.24%
HSB/HSV 51° 12.50% 40.78%
CMYK 0.00% 1.92% 12.50%
59.22%

Color #68665B in popluar number systems.

HEX 68 66 5B
Decimal 104 102 91
Binary 1101000 1100110 1011011
Octal 150 146 133

Shades and tints

Shades of #68665B

#68665B
(104,102,91)
#5F5D53
(95,93,83)
#56544B
(86,84,75)
#4D4B43
(77,75,67)
#44423B
(68,66,59)
#3B3933
(59,57,51)
#32302B
(50,48,43)
#292723
(41,39,35)
#201E1B
(32,30,27)
#171513
(23,21,19)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #68665B

#68665B
(104,102,91)
#757369
(117,115,105)
#828077
(130,128,119)
#8F8D85
(143,141,133)
#9C9A93
(156,154,147)
#A9A7A1
(169,167,161)
#B6B4AF
(182,180,175)
#C3C1BD
(195,193,189)
#D0CECB
(208,206,203)
#DDDBD9
(221,219,217)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68665B; }

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

This text font color is #68665B.

Background Color

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

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

This div background color is #68665B.

Border color

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

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

This div border color is #68665B.

Opacity

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

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

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

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

This text has shadow with #68665B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68665B.

Preview

Color preview on black background

This text has color #68665B on black background.


Color preview on white background

This text has color #68665B on white background.


Black color preview on #68665B background

This text has black color on #68665B background.


White color preview on #68665B background

This text has white color on #68665B background.


Related colors

Complementary color

Complementary color for #hex is #9799A4.


I love getcolorcode.com

Triadic colors

1 #5B6866 and #665B68 with #68665B are triadic colors.

2 #5B6668 and #66685B with #68665B are triadic colors.