COLOR #68745D

HEX: #68745D RGB: (104,116,93)

Color info

#68745D contains red, green and blue colors in about the same proportion. Web safe color of #68745D is #666666 (or #666).

RGB color model

#68745D color RGB value is (104,116,93).

RGB: (104,116,93) (41%, 45%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 116 of 255 = 45%
B 93 of 255 = 36%

104
116
93

R + G + B ~ 41%. #68745D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 116 + 93 = 313 (100%)
R 104 of 313 ~ 33.23%
G 116 of 313 ~ 37.06%
B 93 of 313 ~ 29.71'%

%33.23
%37.06
%29.71

CMYK color model

#68745D color CMYK value is (10,0,20,55).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 54.51%

CMYK: (10,0,20,55)
C10M0Y20K55 (10%, 0%, 20%, 55%)
(0.10 / 0.00 / 0.20 / 0.55)

CMYK percentages

%10.34
%0
%19.83
%54.51

Codes

Color #68745D in popluar color models

68 74 5D
RGB 104 116 93
HSL 91° 11.00% 40.98%
HSB/HSV 91° 19.83% 45.49%
CMYK 10.34% 0.00% 19.83%
54.51%

Color #68745D in popluar number systems.

HEX 68 74 5D
Decimal 104 116 93
Binary 1101000 1110100 1011101
Octal 150 164 135

Shades and tints

Shades of #68745D

#68745D
(104,116,93)
#5F6A55
(95,106,85)
#56604D
(86,96,77)
#4D5645
(77,86,69)
#444C3D
(68,76,61)
#3B4235
(59,66,53)
#32382D
(50,56,45)
#292E25
(41,46,37)
#20241D
(32,36,29)
#171A15
(23,26,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #68745D

#68745D
(104,116,93)
#75806B
(117,128,107)
#828C79
(130,140,121)
#8F9887
(143,152,135)
#9CA495
(156,164,149)
#A9B0A3
(169,176,163)
#B6BCB1
(182,188,177)
#C3C8BF
(195,200,191)
#D0D4CD
(208,212,205)
#DDE0DB
(221,224,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68745D; }

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

This text font color is #68745D.

Background Color

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

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

This div background color is #68745D.

Border color

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

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

This div border color is #68745D.

Opacity

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

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

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

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

This text has shadow with #68745D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68745D.

Preview

Color preview on black background

This text has color #68745D on black background.


Color preview on white background

This text has color #68745D on white background.


Black color preview on #68745D background

This text has black color on #68745D background.


White color preview on #68745D background

This text has white color on #68745D background.


Related colors

Complementary color

Complementary color for #hex is #978BA2.


I love getcolorcode.com

Triadic colors

1 #5D6874 and #745D68 with #68745D are triadic colors.

2 #5D7468 and #74685D with #68745D are triadic colors.