COLOR #68414D

HEX: #68414D
RGB: (104,65,77)

Color info

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

RGB color model

#68414D color RGB value is (104,65,77).

  • red value is 104;
  • green value is 65;
  • blue value is 77.
RGB:
(104,65,77)
(41%,25%,30%)

RGB channels and saturation

R 104 of 255 = 41%
G 65 of 255 = 25%
B 77 of 255 = 30%

104
65
77

R + G + B ~ 32%. #68414D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 65 + 77 = 246 (100%)
R 104 of 246 ~ 42.28%
G 65 of 246 ~ 26.42%
B 77 of 246 ~ 31.3%

%42.28
%26.42
%31.3

CMYK color model

#68414D color CMYK value is (0,38,26,59).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 25.96%
  • key color value is 59.22%
CMYK:
(0,38,26,59)
C0M38Y26K59 
(0%,38%,26%,59%)
(0.00/0.38/0.26/0.59)	

CMYK percentages

%0
%37.5
%25.96
%59.22

Codes

Color #68414D in popluar color models

68414D
RGB1046577
HSL342°23.08%33.14%
HSB/HSV342°37.50%40.78%
CMYK0.00%37.50%25.96%
59.22%

Color #68414D in popluar number systems.

HEX68414D
Decimal1046577
Binary110100010000011001101
Octal150101115

Shades and tints

Shades of #68414D

#68414D
(104,65,77)
#5F3C46
(95,60,70)
#56373F
(86,55,63)
#4D3238
(77,50,56)
#442D31
(68,45,49)
#3B282A
(59,40,42)
#322323
(50,35,35)
#291E1C
(41,30,28)
#201915
(32,25,21)
#17140E
(23,20,14)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #68414D

#68414D
(104,65,77)
#75525D
(117,82,93)
#82636D
(130,99,109)
#8F747D
(143,116,125)
#9C858D
(156,133,141)
#A9969D
(169,150,157)
#B6A7AD
(182,167,173)
#C3B8BD
(195,184,189)
#D0C9CD
(208,201,205)
#DDDADD
(221,218,221)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68414D color. Also use rgb(104,65,77) instead hex code.

Text Font Color

.myTextColor { color: #68414D; }

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

This text font color is #68414D.


Background Color

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

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

This div background color is #68414D.


Border color

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

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

This div border color is #68414D.


Opacity

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

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

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

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

This text has shadow with #68414D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68414D on black background.


Color preview on white background

This text has color #68414D on white background.



Black color preview on #68414D background

This text has black color on #68414D background.


White color preview on #68414D background

This text has white color on #68414D background.