COLOR #684D7A

HEX: #684D7A
RGB: (104,77,122)

Color info

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

RGB color model

#684D7A color RGB value is (104,77,122).

  • red value is 104;
  • green value is 77;
  • blue value is 122.
RGB:
(104,77,122)
(41%,30%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 122 of 255 = 48%

104
77
122

R + G + B ~ 40%. #684D7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 77 + 122 = 303 (100%)
R 104 of 303 ~ 34.32%
G 77 of 303 ~ 25.41%
B 122 of 303 ~ 40.26%

%34.32
%25.41
%40.26

CMYK color model

#684D7A color CMYK value is (15,37,0,52).

  • cyan value is 14.75%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(15,37,0,52)
C15M37Y0K52 
(15%,37%,0%,52%)
(0.15/0.37/0.00/0.52)	

CMYK percentages

%14.75
%36.89
%0
%52.16

Codes

Color #684D7A in popluar color models

684D7A
RGB10477122
HSL276°22.61%39.02%
HSB/HSV276°36.89%47.84%
CMYK14.75%36.89%0.00%
52.16%

Color #684D7A in popluar number systems.

HEX684D7A
Decimal10477122
Binary110100010011011111010
Octal150115172

Shades and tints

Shades of #684D7A

#684D7A
(104,77,122)
#5F466F
(95,70,111)
#563F64
(86,63,100)
#4D3859
(77,56,89)
#44314E
(68,49,78)
#3B2A43
(59,42,67)
#322338
(50,35,56)
#291C2D
(41,28,45)
#201522
(32,21,34)
#170E17
(23,14,23)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #684D7A

#684D7A
(104,77,122)
#755D86
(117,93,134)
#826D92
(130,109,146)
#8F7D9E
(143,125,158)
#9C8DAA
(156,141,170)
#A99DB6
(169,157,182)
#B6ADC2
(182,173,194)
#C3BDCE
(195,189,206)
#D0CDDA
(208,205,218)
#DDDDE6
(221,221,230)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684D7A color. Also use rgb(104,77,122) instead hex code.

Text Font Color

.myTextColor { color: #684D7A; }

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

This text font color is #684D7A.


Background Color

.myBgColor { background-color: #684D7A; }

<div style="background-color:#684D7A">Inner text</div>

This div background color is #684D7A.


Border color

.myBorderColor { border: 1px solid #684D7A; }

<div style="border:3px solid #684D7A">Div</div>

This div border color is #684D7A.


Opacity

.myOpacity80 { color: #684D7A; opacity: 0.8; }

<p style="color:#684D7A;opacity:0.8;">80%</p>

Text with #684D7A 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 #684D7A;}

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

This text has shadow with #684D7A color.

.textShadow {text-shadow: 3px 3px 1px #684D7A, 3px 3px 1px red;}

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

This text has shadow with #684D7A primary color and red secondary color.


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

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

This text has shadow with #684D7A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684D7A on black background.


Color preview on white background

This text has color #684D7A on white background.



Black color preview on #684D7A background

This text has black color on #684D7A background.


White color preview on #684D7A background

This text has white color on #684D7A background.