COLOR #68424E

HEX: #68424E
RGB: (104,66,78)

Color info

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

RGB color model

#68424E color RGB value is (104,66,78).

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

RGB channels and saturation

R 104 of 255 = 41%
G 66 of 255 = 26%
B 78 of 255 = 31%

104
66
78

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

Portions of RGB colors in percentages

R + G + B =
104 + 66 + 78 = 248 (100%)
R 104 of 248 ~ 41.94%
G 66 of 248 ~ 26.61%
B 78 of 248 ~ 31.45%

%41.94
%26.61
%31.45

CMYK color model

#68424E color CMYK value is (0,37,25,59).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(0,37,25,59)
C0M37Y25K59 
(0%,37%,25%,59%)
(0.00/0.37/0.25/0.59)	

CMYK percentages

%0
%36.54
%25
%59.22

Codes

Color #68424E in popluar color models

68424E
RGB1046678
HSL341°22.35%33.33%
HSB/HSV341°36.54%40.78%
CMYK0.00%36.54%25.00%
59.22%

Color #68424E in popluar number systems.

HEX68424E
Decimal1046678
Binary110100010000101001110
Octal150102116

Shades and tints

Shades of #68424E

#68424E
(104,66,78)
#5F3C47
(95,60,71)
#563640
(86,54,64)
#4D3039
(77,48,57)
#442A32
(68,42,50)
#3B242B
(59,36,43)
#321E24
(50,30,36)
#29181D
(41,24,29)
#201216
(32,18,22)
#170C0F
(23,12,15)
#0E0608
(14,6,8)
#000000
(0,0,0)

Tints of #68424E

#68424E
(104,66,78)
#75535E
(117,83,94)
#82646E
(130,100,110)
#8F757E
(143,117,126)
#9C868E
(156,134,142)
#A9979E
(169,151,158)
#B6A8AE
(182,168,174)
#C3B9BE
(195,185,190)
#D0CACE
(208,202,206)
#DDDBDE
(221,219,222)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68424E; }

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

This text font color is #68424E.


Background Color

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

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

This div background color is #68424E.


Border color

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

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

This div border color is #68424E.


Opacity

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

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

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

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

This text has shadow with #68424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68424E on black background.


Color preview on white background

This text has color #68424E on white background.



Black color preview on #68424E background

This text has black color on #68424E background.


White color preview on #68424E background

This text has white color on #68424E background.