COLOR #68304E

HEX: #68304E
RGB: (104,48,78)

Color info

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

RGB color model

#68304E color RGB value is (104,48,78).

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

RGB channels and saturation

R 104 of 255 = 41%
G 48 of 255 = 19%
B 78 of 255 = 31%

104
48
78

R + G + B ~ 30%. #68304E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 48 + 78 = 230 (100%)
R 104 of 230 ~ 45.22%
G 48 of 230 ~ 20.87%
B 78 of 230 ~ 33.91%

%45.22
%20.87
%33.91

CMYK color model

#68304E color CMYK value is (0,54,25,59).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(0,54,25,59)
C0M54Y25K59 
(0%,54%,25%,59%)
(0.00/0.54/0.25/0.59)	

CMYK percentages

%0
%53.85
%25
%59.22

Codes

Color #68304E in popluar color models

68304E
RGB1044878
HSL328°36.84%29.80%
HSB/HSV328°53.85%40.78%
CMYK0.00%53.85%25.00%
59.22%

Color #68304E in popluar number systems.

HEX68304E
Decimal1044878
Binary11010001100001001110
Octal15060116

Shades and tints

Shades of #68304E

#68304E
(104,48,78)
#5F2C47
(95,44,71)
#562840
(86,40,64)
#4D2439
(77,36,57)
#442032
(68,32,50)
#3B1C2B
(59,28,43)
#321824
(50,24,36)
#29141D
(41,20,29)
#201016
(32,16,22)
#170C0F
(23,12,15)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #68304E

#68304E
(104,48,78)
#75425E
(117,66,94)
#82546E
(130,84,110)
#8F667E
(143,102,126)
#9C788E
(156,120,142)
#A98A9E
(169,138,158)
#B69CAE
(182,156,174)
#C3AEBE
(195,174,190)
#D0C0CE
(208,192,206)
#DDD2DE
(221,210,222)
#EAE4EE
(234,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68304E; }

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

This text font color is #68304E.


Background Color

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

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

This div background color is #68304E.


Border color

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

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

This div border color is #68304E.


Opacity

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

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

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

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

This text has shadow with #68304E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68304E on black background.


Color preview on white background

This text has color #68304E on white background.



Black color preview on #68304E background

This text has black color on #68304E background.


White color preview on #68304E background

This text has white color on #68304E background.