COLOR #68324B

HEX: #68324B
RGB: (104,50,75)

Color info

#68324B contains red, green and blue colors in about the same proportion. Web safe color of #68324B is #663333 (or #633).

RGB color model

#68324B color RGB value is (104,50,75).

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

RGB channels and saturation

R 104 of 255 = 41%
G 50 of 255 = 20%
B 75 of 255 = 29%

104
50
75

R + G + B ~ 30%. #68324B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 50 + 75 = 229 (100%)
R 104 of 229 ~ 45.41%
G 50 of 229 ~ 21.83%
B 75 of 229 ~ 32.75%

%45.41
%21.83
%32.75

CMYK color model

#68324B color CMYK value is (0,52,28,59).

  • cyan value is 0.00%
  • magenta value is 51.92%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(0,52,28,59)
C0M52Y28K59 
(0%,52%,28%,59%)
(0.00/0.52/0.28/0.59)	

CMYK percentages

%0
%51.92
%27.88
%59.22

Codes

Color #68324B in popluar color models

68324B
RGB1045075
HSL332°35.06%30.20%
HSB/HSV332°51.92%40.78%
CMYK0.00%51.92%27.88%
59.22%

Color #68324B in popluar number systems.

HEX68324B
Decimal1045075
Binary11010001100101001011
Octal15062113

Shades and tints

Shades of #68324B

#68324B
(104,50,75)
#5F2E45
(95,46,69)
#562A3F
(86,42,63)
#4D2639
(77,38,57)
#442233
(68,34,51)
#3B1E2D
(59,30,45)
#321A27
(50,26,39)
#291621
(41,22,33)
#20121B
(32,18,27)
#170E15
(23,14,21)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #68324B

#68324B
(104,50,75)
#75445B
(117,68,91)
#82566B
(130,86,107)
#8F687B
(143,104,123)
#9C7A8B
(156,122,139)
#A98C9B
(169,140,155)
#B69EAB
(182,158,171)
#C3B0BB
(195,176,187)
#D0C2CB
(208,194,203)
#DDD4DB
(221,212,219)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68324B; }

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

This text font color is #68324B.


Background Color

.myBgColor { background-color: #68324B; }

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

This div background color is #68324B.


Border color

.myBorderColor { border: 1px solid #68324B; }

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

This div border color is #68324B.


Opacity

.myOpacity80 { color: #68324B; opacity: 0.8; }

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

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

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

This text has shadow with #68324B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68324B on black background.


Color preview on white background

This text has color #68324B on white background.



Black color preview on #68324B background

This text has black color on #68324B background.


White color preview on #68324B background

This text has white color on #68324B background.