COLOR #68454E

HEX: #68454E
RGB: (104,69,78)

Color info

#68454E contains red, green and blue colors in about the same proportion. Web safe color of #68454E is #663366 (or #636).

RGB color model

#68454E color RGB value is (104,69,78).

  • red value is 104;
  • green value is 69;
  • blue value is 78.
RGB:
(104,69,78)
(41%,27%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 69 of 255 = 27%
B 78 of 255 = 31%

104
69
78

R + G + B ~ 33%. #68454E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 69 + 78 = 251 (100%)
R 104 of 251 ~ 41.43%
G 69 of 251 ~ 27.49%
B 78 of 251 ~ 31.08%

%41.43
%27.49
%31.08

CMYK color model

#68454E color CMYK value is (0,34,25,59).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(0,34,25,59)
C0M34Y25K59 
(0%,34%,25%,59%)
(0.00/0.34/0.25/0.59)	

CMYK percentages

%0
%33.65
%25
%59.22

Codes

Color #68454E in popluar color models

68454E
RGB1046978
HSL345°20.23%33.92%
HSB/HSV345°33.65%40.78%
CMYK0.00%33.65%25.00%
59.22%

Color #68454E in popluar number systems.

HEX68454E
Decimal1046978
Binary110100010001011001110
Octal150105116

Shades and tints

Shades of #68454E

#68454E
(104,69,78)
#5F3F47
(95,63,71)
#563940
(86,57,64)
#4D3339
(77,51,57)
#442D32
(68,45,50)
#3B272B
(59,39,43)
#322124
(50,33,36)
#291B1D
(41,27,29)
#201516
(32,21,22)
#170F0F
(23,15,15)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #68454E

#68454E
(104,69,78)
#75555E
(117,85,94)
#82656E
(130,101,110)
#8F757E
(143,117,126)
#9C858E
(156,133,142)
#A9959E
(169,149,158)
#B6A5AE
(182,165,174)
#C3B5BE
(195,181,190)
#D0C5CE
(208,197,206)
#DDD5DE
(221,213,222)
#EAE5EE
(234,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68454E color. Also use rgb(104,69,78) instead hex code.

Text Font Color

.myTextColor { color: #68454E; }

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

This text font color is #68454E.


Background Color

.myBgColor { background-color: #68454E; }

<div style="background-color:#68454E">Inner text</div>

This div background color is #68454E.


Border color

.myBorderColor { border: 1px solid #68454E; }

<div style="border:3px solid #68454E">Div</div>

This div border color is #68454E.


Opacity

.myOpacity80 { color: #68454E; opacity: 0.8; }

<p style="color:#68454E;opacity:0.8;">80%</p>

Text with #68454E 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 #68454E;}

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

This text has shadow with #68454E color.

.textShadow {text-shadow: 3px 3px 1px #68454E, 3px 3px 1px red;}

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

This text has shadow with #68454E primary color and red secondary color.


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

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

This text has shadow with #68454E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68454E on black background.


Color preview on white background

This text has color #68454E on white background.



Black color preview on #68454E background

This text has black color on #68454E background.


White color preview on #68454E background

This text has white color on #68454E background.