COLOR #68485D

HEX: #68485D
RGB: (104,72,93)

Color info

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

RGB color model

#68485D color RGB value is (104,72,93).

  • red value is 104;
  • green value is 72;
  • blue value is 93.
RGB:
(104,72,93)
(41%,28%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 72 of 255 = 28%
B 93 of 255 = 36%

104
72
93

R + G + B ~ 35%. #68485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 72 + 93 = 269 (100%)
R 104 of 269 ~ 38.66%
G 72 of 269 ~ 26.77%
B 93 of 269 ~ 34.57%

%38.66
%26.77
%34.57

CMYK color model

#68485D color CMYK value is (0,31,11,59).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 10.58%
  • key color value is 59.22%
CMYK:
(0,31,11,59)
C0M31Y11K59 
(0%,31%,11%,59%)
(0.00/0.31/0.11/0.59)	

CMYK percentages

%0
%30.77
%10.58
%59.22

Codes

Color #68485D in popluar color models

68485D
RGB1047293
HSL321°18.18%34.51%
HSB/HSV321°30.77%40.78%
CMYK0.00%30.77%10.58%
59.22%

Color #68485D in popluar number systems.

HEX68485D
Decimal1047293
Binary110100010010001011101
Octal150110135

Shades and tints

Shades of #68485D

#68485D
(104,72,93)
#5F4255
(95,66,85)
#563C4D
(86,60,77)
#4D3645
(77,54,69)
#44303D
(68,48,61)
#3B2A35
(59,42,53)
#32242D
(50,36,45)
#291E25
(41,30,37)
#20181D
(32,24,29)
#171215
(23,18,21)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #68485D

#68485D
(104,72,93)
#75586B
(117,88,107)
#826879
(130,104,121)
#8F7887
(143,120,135)
#9C8895
(156,136,149)
#A998A3
(169,152,163)
#B6A8B1
(182,168,177)
#C3B8BF
(195,184,191)
#D0C8CD
(208,200,205)
#DDD8DB
(221,216,219)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68485D color. Also use rgb(104,72,93) instead hex code.

Text Font Color

.myTextColor { color: #68485D; }

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

This text font color is #68485D.


Background Color

.myBgColor { background-color: #68485D; }

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

This div background color is #68485D.


Border color

.myBorderColor { border: 1px solid #68485D; }

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

This div border color is #68485D.


Opacity

.myOpacity80 { color: #68485D; opacity: 0.8; }

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

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

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

This text has shadow with #68485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68485D on black background.


Color preview on white background

This text has color #68485D on white background.



Black color preview on #68485D background

This text has black color on #68485D background.


White color preview on #68485D background

This text has white color on #68485D background.