COLOR #68725F

HEX: #68725F RGB: (104,114,95)

Color info

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

RGB color model

#68725F color RGB value is (104,114,95).

RGB: (104,114,95) (41%, 45%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 95 of 255 = 37%

104
114
95

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

Portions of RGB colors in percentages

R + G + B = 104 + 114 + 95 = 313 (100%)
R 104 of 313 ~ 33.23%
G 114 of 313 ~ 36.42%
B 95 of 313 ~ 30.35'%

%33.23
%36.42
%30.35

CMYK color model

#68725F color CMYK value is (9,0,17,55).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 55.29%
CMYK: (9,0,17,55) C9M0Y17K55 (9%,0%,17%,55%) (0.09/0.00/0.17/0.55) 

CMYK percentages

%8.77
%0
%16.67
%55.29

Codes

Color #68725F in popluar color models

68 72 5F
RGB 104 114 95
HSL 92° 9.09% 40.98%
HSB/HSV 92° 16.67% 44.71%
CMYK 8.77% 0.00% 16.67%
55.29%

Color #68725F in popluar number systems.

HEX 68 72 5F
Decimal 104 114 95
Binary 1101000 1110010 1011111
Octal 150 162 137

Shades and tints

Shades of #68725F

#68725F
(104,114,95)
#5F6857
(95,104,87)
#565E4F
(86,94,79)
#4D5447
(77,84,71)
#444A3F
(68,74,63)
#3B4037
(59,64,55)
#32362F
(50,54,47)
#292C27
(41,44,39)
#20221F
(32,34,31)
#171817
(23,24,23)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #68725F

#68725F
(104,114,95)
#757E6D
(117,126,109)
#828A7B
(130,138,123)
#8F9689
(143,150,137)
#9CA297
(156,162,151)
#A9AEA5
(169,174,165)
#B6BAB3
(182,186,179)
#C3C6C1
(195,198,193)
#D0D2CF
(208,210,207)
#DDDEDD
(221,222,221)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68725F; }

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

This text font color is #68725F.

Background Color

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

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

This div background color is #68725F.

Border color

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

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

This div border color is #68725F.

Opacity

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

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

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

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

This text has shadow with #68725F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68725F.

Preview

Color preview on black background

This text has color #68725F on black background.


Color preview on white background

This text has color #68725F on white background.


Black color preview on #68725F background

This text has black color on #68725F background.


White color preview on #68725F background

This text has white color on #68725F background.


Related colors

Complementary color

Complementary color for #hex is #978DA0.


I love getcolorcode.com

Triadic colors

1 #5F6872 and #725F68 with #68725F are triadic colors.

2 #5F7268 and #72685F with #68725F are triadic colors.