COLOR #68815C

HEX: #68815C RGB: (104,129,92)

Color info

#68815C contains red, green and blue colors in about the same proportion. Web safe color of #68815C is #669966 (or #696).

RGB color model

#68815C color RGB value is (104,129,92).

RGB: (104,129,92) (41%, 51%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 129 of 255 = 51%
B 92 of 255 = 36%

104
129
92

R + G + B ~ 43%. #68815C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 129 + 92 = 325 (100%)
R 104 of 325 ~ 32%
G 129 of 325 ~ 39.69%
B 92 of 325 ~ 28.31'%

%32
%39.69
%28.31

CMYK color model

#68815C color CMYK value is (19,0,29,49).

  • cyan value is 19.38%
  • magenta value is 0.00%
  • yellow value is 28.68%
  • key color value is 49.41%

CMYK: (19,0,29,49)
C19M0Y29K49 (19%, 0%, 29%, 49%)
(0.19 / 0.00 / 0.29 / 0.49)

CMYK percentages

%19.38
%0
%28.68
%49.41

Codes

Color #68815C in popluar color models

68 81 5C
RGB 104 129 92
HSL 101° 16.74% 43.33%
HSB/HSV 101° 28.68% 50.59%
CMYK 19.38% 0.00% 28.68%
49.41%

Color #68815C in popluar number systems.

HEX 68 81 5C
Decimal 104 129 92
Binary 1101000 10000001 1011100
Octal 150 201 134

Shades and tints

Shades of #68815C

#68815C
(104,129,92)
#5F7654
(95,118,84)
#566B4C
(86,107,76)
#4D6044
(77,96,68)
#44553C
(68,85,60)
#3B4A34
(59,74,52)
#323F2C
(50,63,44)
#293424
(41,52,36)
#20291C
(32,41,28)
#171E14
(23,30,20)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #68815C

#68815C
(104,129,92)
#758C6A
(117,140,106)
#829778
(130,151,120)
#8FA286
(143,162,134)
#9CAD94
(156,173,148)
#A9B8A2
(169,184,162)
#B6C3B0
(182,195,176)
#C3CEBE
(195,206,190)
#D0D9CC
(208,217,204)
#DDE4DA
(221,228,218)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68815C color. Also use rgb(104,129,92) instead hex code.

Text Font Color

.myTextColor { color: #68815C; }

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

This text font color is #68815C.

Background Color

.myBgColor { background-color: #68815C; }

<div style="background-color:#68815C">Inner text</div>

This div background color is #68815C.

Border color

.myBorderColor { border: 1px solid #68815C; }

<div style="border:3px solid #68815C">Div</div>

This div border color is #68815C.

Opacity

.myOpacity80 { color: #68815C; opacity: 0.8; }

<p style="color:#68815C;opacity:0.8;">80%</p>

Text with #68815C 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 #68815C;}

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

This text has shadow with #68815C color.


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

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

This text has shadow with #68815C primary color and red secondary color.


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

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

This text has shadow with #68815C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68815C.

Preview

Color preview on black background

This text has color #68815C on black background.


Color preview on white background

This text has color #68815C on white background.


Black color preview on #68815C background

This text has black color on #68815C background.


White color preview on #68815C background

This text has white color on #68815C background.


Related colors

Complementary color

Complementary color for #hex is #977EA3.


I love getcolorcode.com

Triadic colors

1 #5C6881 and #815C68 with #68815C are triadic colors.

2 #5C8168 and #81685C with #68815C are triadic colors.