COLOR #68744D

HEX: #68744D
RGB: (104,116,77)

Color info

#68744D contains red, green and blue colors in about the same proportion. Web safe color of #68744D is #666633 (or #663).

RGB color model

#68744D color RGB value is (104,116,77).

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

RGB channels and saturation

R 104 of 255 = 41%
G 116 of 255 = 45%
B 77 of 255 = 30%

104
116
77

R + G + B ~ 39%. #68744D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 116 + 77 = 297 (100%)
R 104 of 297 ~ 35.02%
G 116 of 297 ~ 39.06%
B 77 of 297 ~ 25.93%

%35.02
%39.06
%25.93

CMYK color model

#68744D color CMYK value is (10,0,34,55).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK:
(10,0,34,55)
C10M0Y34K55 
(10%,0%,34%,55%)
(0.10/0.00/0.34/0.55)	

CMYK percentages

%10.34
%0
%33.62
%54.51

Codes

Color #68744D in popluar color models

68744D
RGB10411677
HSL78°20.21%37.84%
HSB/HSV78°33.62%45.49%
CMYK10.34%0.00%33.62%
54.51%

Color #68744D in popluar number systems.

HEX68744D
Decimal10411677
Binary110100011101001001101
Octal150164115

Shades and tints

Shades of #68744D

#68744D
(104,116,77)
#5F6A46
(95,106,70)
#56603F
(86,96,63)
#4D5638
(77,86,56)
#444C31
(68,76,49)
#3B422A
(59,66,42)
#323823
(50,56,35)
#292E1C
(41,46,28)
#202415
(32,36,21)
#171A0E
(23,26,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #68744D

#68744D
(104,116,77)
#75805D
(117,128,93)
#828C6D
(130,140,109)
#8F987D
(143,152,125)
#9CA48D
(156,164,141)
#A9B09D
(169,176,157)
#B6BCAD
(182,188,173)
#C3C8BD
(195,200,189)
#D0D4CD
(208,212,205)
#DDE0DD
(221,224,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68744D; }

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

This text font color is #68744D.


Background Color

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

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

This div background color is #68744D.


Border color

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

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

This div border color is #68744D.


Opacity

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

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

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

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

This text has shadow with #68744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68744D on black background.


Color preview on white background

This text has color #68744D on white background.



Black color preview on #68744D background

This text has black color on #68744D background.


White color preview on #68744D background

This text has white color on #68744D background.