COLOR #684152

HEX: #684152
RGB: (104,65,82)

Color info

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

RGB color model

#684152 color RGB value is (104,65,82).

  • red value is 104;
  • green value is 65;
  • blue value is 82.
RGB:
(104,65,82)
(41%,25%,32%)

RGB channels and saturation

R 104 of 255 = 41%
G 65 of 255 = 25%
B 82 of 255 = 32%

104
65
82

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

Portions of RGB colors in percentages

R + G + B =
104 + 65 + 82 = 251 (100%)
R 104 of 251 ~ 41.43%
G 65 of 251 ~ 25.9%
B 82 of 251 ~ 32.67%

%41.43
%25.9
%32.67

CMYK color model

#684152 color CMYK value is (0,38,21,59).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 21.15%
  • key color value is 59.22%
CMYK:
(0,38,21,59)
C0M38Y21K59 
(0%,38%,21%,59%)
(0.00/0.38/0.21/0.59)	

CMYK percentages

%0
%37.5
%21.15
%59.22

Codes

Color #684152 in popluar color models

684152
RGB1046582
HSL334°23.08%33.14%
HSB/HSV334°37.50%40.78%
CMYK0.00%37.50%21.15%
59.22%

Color #684152 in popluar number systems.

HEX684152
Decimal1046582
Binary110100010000011010010
Octal150101122

Shades and tints

Shades of #684152

#684152
(104,65,82)
#5F3C4B
(95,60,75)
#563744
(86,55,68)
#4D323D
(77,50,61)
#442D36
(68,45,54)
#3B282F
(59,40,47)
#322328
(50,35,40)
#291E21
(41,30,33)
#20191A
(32,25,26)
#171413
(23,20,19)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #684152

#684152
(104,65,82)
#755261
(117,82,97)
#826370
(130,99,112)
#8F747F
(143,116,127)
#9C858E
(156,133,142)
#A9969D
(169,150,157)
#B6A7AC
(182,167,172)
#C3B8BB
(195,184,187)
#D0C9CA
(208,201,202)
#DDDAD9
(221,218,217)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684152 color. Also use rgb(104,65,82) instead hex code.

Text Font Color

.myTextColor { color: #684152; }

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

This text font color is #684152.


Background Color

.myBgColor { background-color: #684152; }

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

This div background color is #684152.


Border color

.myBorderColor { border: 1px solid #684152; }

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

This div border color is #684152.


Opacity

.myOpacity80 { color: #684152; opacity: 0.8; }

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

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

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

This text has shadow with #684152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684152 on black background.


Color preview on white background

This text has color #684152 on white background.



Black color preview on #684152 background

This text has black color on #684152 background.


White color preview on #684152 background

This text has white color on #684152 background.