COLOR #68446E

HEX: #68446E
RGB: (104,68,110)

Color info

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

RGB color model

#68446E color RGB value is (104,68,110).

  • red value is 104;
  • green value is 68;
  • blue value is 110.
RGB:
(104,68,110)
(41%,27%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 68 of 255 = 27%
B 110 of 255 = 43%

104
68
110

R + G + B ~ 37%. #68446E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 68 + 110 = 282 (100%)
R 104 of 282 ~ 36.88%
G 68 of 282 ~ 24.11%
B 110 of 282 ~ 39.01%

%36.88
%24.11
%39.01

CMYK color model

#68446E color CMYK value is (5,38,0,57).

  • cyan value is 5.45%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(5,38,0,57)
C5M38Y0K57 
(5%,38%,0%,57%)
(0.05/0.38/0.00/0.57)	

CMYK percentages

%5.45
%38.18
%0
%56.86

Codes

Color #68446E in popluar color models

68446E
RGB10468110
HSL291°23.60%34.90%
HSB/HSV291°38.18%43.14%
CMYK5.45%38.18%0.00%
56.86%

Color #68446E in popluar number systems.

HEX68446E
Decimal10468110
Binary110100010001001101110
Octal150104156

Shades and tints

Shades of #68446E

#68446E
(104,68,110)
#5F3E64
(95,62,100)
#56385A
(86,56,90)
#4D3250
(77,50,80)
#442C46
(68,44,70)
#3B263C
(59,38,60)
#322032
(50,32,50)
#291A28
(41,26,40)
#20141E
(32,20,30)
#170E14
(23,14,20)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #68446E

#68446E
(104,68,110)
#75557B
(117,85,123)
#826688
(130,102,136)
#8F7795
(143,119,149)
#9C88A2
(156,136,162)
#A999AF
(169,153,175)
#B6AABC
(182,170,188)
#C3BBC9
(195,187,201)
#D0CCD6
(208,204,214)
#DDDDE3
(221,221,227)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68446E color. Also use rgb(104,68,110) instead hex code.

Text Font Color

.myTextColor { color: #68446E; }

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

This text font color is #68446E.


Background Color

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

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

This div background color is #68446E.


Border color

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

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

This div border color is #68446E.


Opacity

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

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

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

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

This text has shadow with #68446E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68446E on black background.


Color preview on white background

This text has color #68446E on white background.



Black color preview on #68446E background

This text has black color on #68446E background.


White color preview on #68446E background

This text has white color on #68446E background.