COLOR #68345F

HEX: #68345F
RGB: (104,52,95)

Color info

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

RGB color model

#68345F color RGB value is (104,52,95).

  • red value is 104;
  • green value is 52;
  • blue value is 95.
RGB:
(104,52,95)
(41%,20%,37%)

RGB channels and saturation

R 104 of 255 = 41%
G 52 of 255 = 20%
B 95 of 255 = 37%

104
52
95

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

Portions of RGB colors in percentages

R + G + B =
104 + 52 + 95 = 251 (100%)
R 104 of 251 ~ 41.43%
G 52 of 251 ~ 20.72%
B 95 of 251 ~ 37.85%

%41.43
%20.72
%37.85

CMYK color model

#68345F color CMYK value is (0,50,9,59).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK:
(0,50,9,59)
C0M50Y9K59 
(0%,50%,9%,59%)
(0.00/0.50/0.09/0.59)	

CMYK percentages

%0
%50
%8.65
%59.22

Codes

Color #68345F in popluar color models

68345F
RGB1045295
HSL310°33.33%30.59%
HSB/HSV310°50.00%40.78%
CMYK0.00%50.00%8.65%
59.22%

Color #68345F in popluar number systems.

HEX68345F
Decimal1045295
Binary11010001101001011111
Octal15064137

Shades and tints

Shades of #68345F

#68345F
(104,52,95)
#5F3057
(95,48,87)
#562C4F
(86,44,79)
#4D2847
(77,40,71)
#44243F
(68,36,63)
#3B2037
(59,32,55)
#321C2F
(50,28,47)
#291827
(41,24,39)
#20141F
(32,20,31)
#171017
(23,16,23)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #68345F

#68345F
(104,52,95)
#75466D
(117,70,109)
#82587B
(130,88,123)
#8F6A89
(143,106,137)
#9C7C97
(156,124,151)
#A98EA5
(169,142,165)
#B6A0B3
(182,160,179)
#C3B2C1
(195,178,193)
#D0C4CF
(208,196,207)
#DDD6DD
(221,214,221)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68345F color. Also use rgb(104,52,95) instead hex code.

Text Font Color

.myTextColor { color: #68345F; }

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

This text font color is #68345F.


Background Color

.myBgColor { background-color: #68345F; }

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

This div background color is #68345F.


Border color

.myBorderColor { border: 1px solid #68345F; }

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

This div border color is #68345F.


Opacity

.myOpacity80 { color: #68345F; opacity: 0.8; }

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

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

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

This text has shadow with #68345F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68345F on black background.


Color preview on white background

This text has color #68345F on white background.



Black color preview on #68345F background

This text has black color on #68345F background.


White color preview on #68345F background

This text has white color on #68345F background.