COLOR #683265

HEX: #683265
RGB: (104,50,101)

Color info

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

RGB color model

#683265 color RGB value is (104,50,101).

  • red value is 104;
  • green value is 50;
  • blue value is 101.
RGB:
(104,50,101)
(41%,20%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 50 of 255 = 20%
B 101 of 255 = 40%

104
50
101

R + G + B ~ 34%. #683265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 50 + 101 = 255 (100%)
R 104 of 255 ~ 40.78%
G 50 of 255 ~ 19.61%
B 101 of 255 ~ 39.61%

%40.78
%19.61
%39.61

CMYK color model

#683265 color CMYK value is (0,52,3,59).

  • cyan value is 0.00%
  • magenta value is 51.92%
  • yellow value is 2.88%
  • key color value is 59.22%
CMYK:
(0,52,3,59)
C0M52Y3K59 
(0%,52%,3%,59%)
(0.00/0.52/0.03/0.59)	

CMYK percentages

%0
%51.92
%2.88
%59.22

Codes

Color #683265 in popluar color models

683265
RGB10450101
HSL303°35.06%30.20%
HSB/HSV303°51.92%40.78%
CMYK0.00%51.92%2.88%
59.22%

Color #683265 in popluar number systems.

HEX683265
Decimal10450101
Binary11010001100101100101
Octal15062145

Shades and tints

Shades of #683265

#683265
(104,50,101)
#5F2E5C
(95,46,92)
#562A53
(86,42,83)
#4D264A
(77,38,74)
#442241
(68,34,65)
#3B1E38
(59,30,56)
#321A2F
(50,26,47)
#291626
(41,22,38)
#20121D
(32,18,29)
#170E14
(23,14,20)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #683265

#683265
(104,50,101)
#754473
(117,68,115)
#825681
(130,86,129)
#8F688F
(143,104,143)
#9C7A9D
(156,122,157)
#A98CAB
(169,140,171)
#B69EB9
(182,158,185)
#C3B0C7
(195,176,199)
#D0C2D5
(208,194,213)
#DDD4E3
(221,212,227)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683265 color. Also use rgb(104,50,101) instead hex code.

Text Font Color

.myTextColor { color: #683265; }

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

This text font color is #683265.


Background Color

.myBgColor { background-color: #683265; }

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

This div background color is #683265.


Border color

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

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

This div border color is #683265.


Opacity

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

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

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

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

This text has shadow with #683265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683265 on black background.


Color preview on white background

This text has color #683265 on white background.



Black color preview on #683265 background

This text has black color on #683265 background.


White color preview on #683265 background

This text has white color on #683265 background.