COLOR #68366A

HEX: #68366A
RGB: (104,54,106)

Color info

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

RGB color model

#68366A color RGB value is (104,54,106).

  • red value is 104;
  • green value is 54;
  • blue value is 106.
RGB:
(104,54,106)
(41%,21%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 54 of 255 = 21%
B 106 of 255 = 42%

104
54
106

R + G + B ~ 35%. #68366A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 54 + 106 = 264 (100%)
R 104 of 264 ~ 39.39%
G 54 of 264 ~ 20.45%
B 106 of 264 ~ 40.15%

%39.39
%20.45
%40.15

CMYK color model

#68366A color CMYK value is (2,49,0,58).

  • cyan value is 1.89%
  • magenta value is 49.06%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(2,49,0,58)
C2M49Y0K58 
(2%,49%,0%,58%)
(0.02/0.49/0.00/0.58)	

CMYK percentages

%1.89
%49.06
%0
%58.43

Codes

Color #68366A in popluar color models

68366A
RGB10454106
HSL298°32.50%31.37%
HSB/HSV298°49.06%41.57%
CMYK1.89%49.06%0.00%
58.43%

Color #68366A in popluar number systems.

HEX68366A
Decimal10454106
Binary11010001101101101010
Octal15066152

Shades and tints

Shades of #68366A

#68366A
(104,54,106)
#5F3261
(95,50,97)
#562E58
(86,46,88)
#4D2A4F
(77,42,79)
#442646
(68,38,70)
#3B223D
(59,34,61)
#321E34
(50,30,52)
#291A2B
(41,26,43)
#201622
(32,22,34)
#171219
(23,18,25)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #68366A

#68366A
(104,54,106)
#754877
(117,72,119)
#825A84
(130,90,132)
#8F6C91
(143,108,145)
#9C7E9E
(156,126,158)
#A990AB
(169,144,171)
#B6A2B8
(182,162,184)
#C3B4C5
(195,180,197)
#D0C6D2
(208,198,210)
#DDD8DF
(221,216,223)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68366A color. Also use rgb(104,54,106) instead hex code.

Text Font Color

.myTextColor { color: #68366A; }

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

This text font color is #68366A.


Background Color

.myBgColor { background-color: #68366A; }

<div style="background-color:#68366A">Inner text</div>

This div background color is #68366A.


Border color

.myBorderColor { border: 1px solid #68366A; }

<div style="border:3px solid #68366A">Div</div>

This div border color is #68366A.


Opacity

.myOpacity80 { color: #68366A; opacity: 0.8; }

<p style="color:#68366A;opacity:0.8;">80%</p>

Text with #68366A 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 #68366A;}

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

This text has shadow with #68366A color.

.textShadow {text-shadow: 3px 3px 1px #68366A, 3px 3px 1px red;}

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

This text has shadow with #68366A primary color and red secondary color.


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

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

This text has shadow with #68366A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68366A on black background.


Color preview on white background

This text has color #68366A on white background.



Black color preview on #68366A background

This text has black color on #68366A background.


White color preview on #68366A background

This text has white color on #68366A background.