COLOR #68615D

HEX: #68615D
RGB: (104,97,93)

Color info

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

RGB color model

#68615D color RGB value is (104,97,93).

  • red value is 104;
  • green value is 97;
  • blue value is 93.
RGB:
(104,97,93)
(41%,38%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 93 of 255 = 36%

104
97
93

R + G + B ~ 38%. #68615D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 93 = 294 (100%)
R 104 of 294 ~ 35.37%
G 97 of 294 ~ 32.99%
B 93 of 294 ~ 31.63%

%35.37
%32.99
%31.63

CMYK color model

#68615D color CMYK value is (0,7,11,59).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 10.58%
  • key color value is 59.22%
CMYK:
(0,7,11,59)
C0M7Y11K59 
(0%,7%,11%,59%)
(0.00/0.07/0.11/0.59)	

CMYK percentages

%0
%6.73
%10.58
%59.22

Codes

Color #68615D in popluar color models

68615D
RGB1049793
HSL22°5.58%38.63%
HSB/HSV22°10.58%40.78%
CMYK0.00%6.73%10.58%
59.22%

Color #68615D in popluar number systems.

HEX68615D
Decimal1049793
Binary110100011000011011101
Octal150141135

Shades and tints

Shades of #68615D

#68615D
(104,97,93)
#5F5955
(95,89,85)
#56514D
(86,81,77)
#4D4945
(77,73,69)
#44413D
(68,65,61)
#3B3935
(59,57,53)
#32312D
(50,49,45)
#292925
(41,41,37)
#20211D
(32,33,29)
#171915
(23,25,21)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #68615D

#68615D
(104,97,93)
#756F6B
(117,111,107)
#827D79
(130,125,121)
#8F8B87
(143,139,135)
#9C9995
(156,153,149)
#A9A7A3
(169,167,163)
#B6B5B1
(182,181,177)
#C3C3BF
(195,195,191)
#D0D1CD
(208,209,205)
#DDDFDB
(221,223,219)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68615D; }

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

This text font color is #68615D.


Background Color

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

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

This div background color is #68615D.


Border color

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

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

This div border color is #68615D.


Opacity

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

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

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

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

This text has shadow with #68615D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68615D on black background.


Color preview on white background

This text has color #68615D on white background.



Black color preview on #68615D background

This text has black color on #68615D background.


White color preview on #68615D background

This text has white color on #68615D background.