COLOR #684151

HEX: #684151
RGB: (104,65,81)

Color info

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

RGB color model

#684151 color RGB value is (104,65,81).

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

RGB channels and saturation

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

104
65
81

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

Portions of RGB colors in percentages

R + G + B =
104 + 65 + 81 = 250 (100%)
R 104 of 250 ~ 41.6%
G 65 of 250 ~ 26%
B 81 of 250 ~ 32.4%

%41.6
%26
%32.4

CMYK color model

#684151 color CMYK value is (0,38,22,59).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 22.12%
  • key color value is 59.22%
CMYK:
(0,38,22,59)
C0M38Y22K59 
(0%,38%,22%,59%)
(0.00/0.38/0.22/0.59)	

CMYK percentages

%0
%37.5
%22.12
%59.22

Codes

Color #684151 in popluar color models

684151
RGB1046581
HSL335°23.08%33.14%
HSB/HSV335°37.50%40.78%
CMYK0.00%37.50%22.12%
59.22%

Color #684151 in popluar number systems.

HEX684151
Decimal1046581
Binary110100010000011010001
Octal150101121

Shades and tints

Shades of #684151

#684151
(104,65,81)
#5F3C4A
(95,60,74)
#563743
(86,55,67)
#4D323C
(77,50,60)
#442D35
(68,45,53)
#3B282E
(59,40,46)
#322327
(50,35,39)
#291E20
(41,30,32)
#201919
(32,25,25)
#171412
(23,20,18)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #684151

#684151
(104,65,81)
#755260
(117,82,96)
#82636F
(130,99,111)
#8F747E
(143,116,126)
#9C858D
(156,133,141)
#A9969C
(169,150,156)
#B6A7AB
(182,167,171)
#C3B8BA
(195,184,186)
#D0C9C9
(208,201,201)
#DDDAD8
(221,218,216)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684151; }

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

This text font color is #684151.


Background Color

.myBgColor { background-color: #684151; }

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

This div background color is #684151.


Border color

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

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

This div border color is #684151.


Opacity

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

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

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

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

This text has shadow with #684151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684151 on black background.


Color preview on white background

This text has color #684151 on white background.



Black color preview on #684151 background

This text has black color on #684151 background.


White color preview on #684151 background

This text has white color on #684151 background.