COLOR #68885C

HEX: #68885C
RGB: (104,136,92)

Color info

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

RGB color model

#68885C color RGB value is (104,136,92).

  • red value is 104;
  • green value is 136;
  • blue value is 92.
RGB:
(104,136,92)
(41%,53%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 92 of 255 = 36%

104
136
92

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

Portions of RGB colors in percentages

R + G + B =
104 + 136 + 92 = 332 (100%)
R 104 of 332 ~ 31.33%
G 136 of 332 ~ 40.96%
B 92 of 332 ~ 27.71%

%31.33
%40.96
%27.71

CMYK color model

#68885C color CMYK value is (24,0,32,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(24,0,32,47)
C24M0Y32K47 
(24%,0%,32%,47%)
(0.24/0.00/0.32/0.47)	

CMYK percentages

%23.53
%0
%32.35
%46.67

Codes

Color #68885C in popluar color models

68885C
RGB10413692
HSL104°19.30%44.71%
HSB/HSV104°32.35%53.33%
CMYK23.53%0.00%32.35%
46.67%

Color #68885C in popluar number systems.

HEX68885C
Decimal10413692
Binary1101000100010001011100
Octal150210134

Shades and tints

Shades of #68885C

#68885C
(104,136,92)
#5F7C54
(95,124,84)
#56704C
(86,112,76)
#4D6444
(77,100,68)
#44583C
(68,88,60)
#3B4C34
(59,76,52)
#32402C
(50,64,44)
#293424
(41,52,36)
#20281C
(32,40,28)
#171C14
(23,28,20)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #68885C

#68885C
(104,136,92)
#75926A
(117,146,106)
#829C78
(130,156,120)
#8FA686
(143,166,134)
#9CB094
(156,176,148)
#A9BAA2
(169,186,162)
#B6C4B0
(182,196,176)
#C3CEBE
(195,206,190)
#D0D8CC
(208,216,204)
#DDE2DA
(221,226,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68885C; }

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

This text font color is #68885C.


Background Color

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

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

This div background color is #68885C.


Border color

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

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

This div border color is #68885C.


Opacity

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

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

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

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

This text has shadow with #68885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68885C on black background.


Color preview on white background

This text has color #68885C on white background.



Black color preview on #68885C background

This text has black color on #68885C background.


White color preview on #68885C background

This text has white color on #68885C background.