COLOR #683055

HEX: #683055
RGB: (104,48,85)

Color info

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

RGB color model

#683055 color RGB value is (104,48,85).

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

RGB channels and saturation

R 104 of 255 = 41%
G 48 of 255 = 19%
B 85 of 255 = 33%

104
48
85

R + G + B ~ 31%. #683055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 48 + 85 = 237 (100%)
R 104 of 237 ~ 43.88%
G 48 of 237 ~ 20.25%
B 85 of 237 ~ 35.86%

%43.88
%20.25
%35.86

CMYK color model

#683055 color CMYK value is (0,54,18,59).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK:
(0,54,18,59)
C0M54Y18K59 
(0%,54%,18%,59%)
(0.00/0.54/0.18/0.59)	

CMYK percentages

%0
%53.85
%18.27
%59.22

Codes

Color #683055 in popluar color models

683055
RGB1044885
HSL320°36.84%29.80%
HSB/HSV320°53.85%40.78%
CMYK0.00%53.85%18.27%
59.22%

Color #683055 in popluar number systems.

HEX683055
Decimal1044885
Binary11010001100001010101
Octal15060125

Shades and tints

Shades of #683055

#683055
(104,48,85)
#5F2C4E
(95,44,78)
#562847
(86,40,71)
#4D2440
(77,36,64)
#442039
(68,32,57)
#3B1C32
(59,28,50)
#32182B
(50,24,43)
#291424
(41,20,36)
#20101D
(32,16,29)
#170C16
(23,12,22)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #683055

#683055
(104,48,85)
#754264
(117,66,100)
#825473
(130,84,115)
#8F6682
(143,102,130)
#9C7891
(156,120,145)
#A98AA0
(169,138,160)
#B69CAF
(182,156,175)
#C3AEBE
(195,174,190)
#D0C0CD
(208,192,205)
#DDD2DC
(221,210,220)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683055; }

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

This text font color is #683055.


Background Color

.myBgColor { background-color: #683055; }

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

This div background color is #683055.


Border color

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

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

This div border color is #683055.


Opacity

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

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

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

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

This text has shadow with #683055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683055 on black background.


Color preview on white background

This text has color #683055 on white background.



Black color preview on #683055 background

This text has black color on #683055 background.


White color preview on #683055 background

This text has white color on #683055 background.