COLOR #68425F

HEX: #68425F
RGB: (104,66,95)

Color info

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

RGB color model

#68425F color RGB value is (104,66,95).

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

RGB channels and saturation

R 104 of 255 = 41%
G 66 of 255 = 26%
B 95 of 255 = 37%

104
66
95

R + G + B ~ 35%. #68425F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 66 + 95 = 265 (100%)
R 104 of 265 ~ 39.25%
G 66 of 265 ~ 24.91%
B 95 of 265 ~ 35.85%

%39.25
%24.91
%35.85

CMYK color model

#68425F color CMYK value is (0,37,9,59).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK:
(0,37,9,59)
C0M37Y9K59 
(0%,37%,9%,59%)
(0.00/0.37/0.09/0.59)	

CMYK percentages

%0
%36.54
%8.65
%59.22

Codes

Color #68425F in popluar color models

68425F
RGB1046695
HSL314°22.35%33.33%
HSB/HSV314°36.54%40.78%
CMYK0.00%36.54%8.65%
59.22%

Color #68425F in popluar number systems.

HEX68425F
Decimal1046695
Binary110100010000101011111
Octal150102137

Shades and tints

Shades of #68425F

#68425F
(104,66,95)
#5F3C57
(95,60,87)
#56364F
(86,54,79)
#4D3047
(77,48,71)
#442A3F
(68,42,63)
#3B2437
(59,36,55)
#321E2F
(50,30,47)
#291827
(41,24,39)
#20121F
(32,18,31)
#170C17
(23,12,23)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #68425F

#68425F
(104,66,95)
#75536D
(117,83,109)
#82647B
(130,100,123)
#8F7589
(143,117,137)
#9C8697
(156,134,151)
#A997A5
(169,151,165)
#B6A8B3
(182,168,179)
#C3B9C1
(195,185,193)
#D0CACF
(208,202,207)
#DDDBDD
(221,219,221)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68425F; }

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

This text font color is #68425F.


Background Color

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

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

This div background color is #68425F.


Border color

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

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

This div border color is #68425F.


Opacity

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

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

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

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

This text has shadow with #68425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68425F on black background.


Color preview on white background

This text has color #68425F on white background.



Black color preview on #68425F background

This text has black color on #68425F background.


White color preview on #68425F background

This text has white color on #68425F background.