COLOR #68615F

HEX: #68615F RGB: (104,97,95)

Color info

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

RGB color model

#68615F color RGB value is (104,97,95).

RGB: (104,97,95) (41%, 38%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 95 of 255 = 37%

104
97
95

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

Portions of RGB colors in percentages

R + G + B = 104 + 97 + 95 = 296 (100%)
R 104 of 296 ~ 35.14%
G 97 of 296 ~ 32.77%
B 95 of 296 ~ 32.09'%

%35.14
%32.77
%32.09

CMYK color model

#68615F color CMYK value is (0,7,9,59).

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

CMYK: (0,7,9,59)
C0M7Y9K59 (0%, 7%, 9%, 59%)
(0.00 / 0.07 / 0.09 / 0.59)

CMYK percentages

%0
%6.73
%8.65
%59.22

Codes

Color #68615F in popluar color models

68 61 5F
RGB 104 97 95
HSL 13° 4.52% 39.02%
HSB/HSV 13° 8.65% 40.78%
CMYK 0.00% 6.73% 8.65%
59.22%

Color #68615F in popluar number systems.

HEX 68 61 5F
Decimal 104 97 95
Binary 1101000 1100001 1011111
Octal 150 141 137

Shades and tints

Shades of #68615F

#68615F
(104,97,95)
#5F5957
(95,89,87)
#56514F
(86,81,79)
#4D4947
(77,73,71)
#44413F
(68,65,63)
#3B3937
(59,57,55)
#32312F
(50,49,47)
#292927
(41,41,39)
#20211F
(32,33,31)
#171917
(23,25,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #68615F

#68615F
(104,97,95)
#756F6D
(117,111,109)
#827D7B
(130,125,123)
#8F8B89
(143,139,137)
#9C9997
(156,153,151)
#A9A7A5
(169,167,165)
#B6B5B3
(182,181,179)
#C3C3C1
(195,195,193)
#D0D1CF
(208,209,207)
#DDDFDD
(221,223,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68615F; }

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

This text font color is #68615F.

Background Color

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

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

This div background color is #68615F.

Border color

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

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

This div border color is #68615F.

Opacity

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

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

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

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

This text has shadow with #68615F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68615F.

Preview

Color preview on black background

This text has color #68615F on black background.


Color preview on white background

This text has color #68615F on white background.


Black color preview on #68615F background

This text has black color on #68615F background.


White color preview on #68615F background

This text has white color on #68615F background.


Related colors

Complementary color

Complementary color for #hex is #979EA0.


I love getcolorcode.com

Triadic colors

1 #5F6861 and #615F68 with #68615F are triadic colors.

2 #5F6168 and #61685F with #68615F are triadic colors.