COLOR #683974

HEX: #683974
RGB: (104,57,116)

Color info

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

RGB color model

#683974 color RGB value is (104,57,116).

  • red value is 104;
  • green value is 57;
  • blue value is 116.
RGB:
(104,57,116)
(41%,22%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 57 of 255 = 22%
B 116 of 255 = 45%

104
57
116

R + G + B ~ 36%. #683974 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 57 + 116 = 277 (100%)
R 104 of 277 ~ 37.55%
G 57 of 277 ~ 20.58%
B 116 of 277 ~ 41.88%

%37.55
%20.58
%41.88

CMYK color model

#683974 color CMYK value is (10,51,0,55).

  • cyan value is 10.34%
  • magenta value is 50.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(10,51,0,55)
C10M51Y0K55 
(10%,51%,0%,55%)
(0.10/0.51/0.00/0.55)	

CMYK percentages

%10.34
%50.86
%0
%54.51

Codes

Color #683974 in popluar color models

683974
RGB10457116
HSL288°34.10%33.92%
HSB/HSV288°50.86%45.49%
CMYK10.34%50.86%0.00%
54.51%

Color #683974 in popluar number systems.

HEX683974
Decimal10457116
Binary11010001110011110100
Octal15071164

Shades and tints

Shades of #683974

#683974
(104,57,116)
#5F346A
(95,52,106)
#562F60
(86,47,96)
#4D2A56
(77,42,86)
#44254C
(68,37,76)
#3B2042
(59,32,66)
#321B38
(50,27,56)
#29162E
(41,22,46)
#201124
(32,17,36)
#170C1A
(23,12,26)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #683974

#683974
(104,57,116)
#754B80
(117,75,128)
#825D8C
(130,93,140)
#8F6F98
(143,111,152)
#9C81A4
(156,129,164)
#A993B0
(169,147,176)
#B6A5BC
(182,165,188)
#C3B7C8
(195,183,200)
#D0C9D4
(208,201,212)
#DDDBE0
(221,219,224)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683974 color. Also use rgb(104,57,116) instead hex code.

Text Font Color

.myTextColor { color: #683974; }

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

This text font color is #683974.


Background Color

.myBgColor { background-color: #683974; }

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

This div background color is #683974.


Border color

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

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

This div border color is #683974.


Opacity

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

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

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

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

This text has shadow with #683974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683974 on black background.


Color preview on white background

This text has color #683974 on white background.



Black color preview on #683974 background

This text has black color on #683974 background.


White color preview on #683974 background

This text has white color on #683974 background.