COLOR #68895A

HEX: #68895A
RGB: (104,137,90)

Color info

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

RGB color model

#68895A color RGB value is (104,137,90).

  • red value is 104;
  • green value is 137;
  • blue value is 90.
RGB:
(104,137,90)
(41%,54%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 90 of 255 = 35%

104
137
90

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

Portions of RGB colors in percentages

R + G + B =
104 + 137 + 90 = 331 (100%)
R 104 of 331 ~ 31.42%
G 137 of 331 ~ 41.39%
B 90 of 331 ~ 27.19%

%31.42
%41.39
%27.19

CMYK color model

#68895A color CMYK value is (24,0,34,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(24,0,34,46)
C24M0Y34K46 
(24%,0%,34%,46%)
(0.24/0.00/0.34/0.46)	

CMYK percentages

%24.09
%0
%34.31
%46.27

Codes

Color #68895A in popluar color models

68895A
RGB10413790
HSL102°20.70%44.51%
HSB/HSV102°34.31%53.73%
CMYK24.09%0.00%34.31%
46.27%

Color #68895A in popluar number systems.

HEX68895A
Decimal10413790
Binary1101000100010011011010
Octal150211132

Shades and tints

Shades of #68895A

#68895A
(104,137,90)
#5F7D52
(95,125,82)
#56714A
(86,113,74)
#4D6542
(77,101,66)
#44593A
(68,89,58)
#3B4D32
(59,77,50)
#32412A
(50,65,42)
#293522
(41,53,34)
#20291A
(32,41,26)
#171D12
(23,29,18)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #68895A

#68895A
(104,137,90)
#759369
(117,147,105)
#829D78
(130,157,120)
#8FA787
(143,167,135)
#9CB196
(156,177,150)
#A9BBA5
(169,187,165)
#B6C5B4
(182,197,180)
#C3CFC3
(195,207,195)
#D0D9D2
(208,217,210)
#DDE3E1
(221,227,225)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68895A color. Also use rgb(104,137,90) instead hex code.

Text Font Color

.myTextColor { color: #68895A; }

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

This text font color is #68895A.


Background Color

.myBgColor { background-color: #68895A; }

<div style="background-color:#68895A">Inner text</div>

This div background color is #68895A.


Border color

.myBorderColor { border: 1px solid #68895A; }

<div style="border:3px solid #68895A">Div</div>

This div border color is #68895A.


Opacity

.myOpacity80 { color: #68895A; opacity: 0.8; }

<p style="color:#68895A;opacity:0.8;">80%</p>

Text with #68895A 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 #68895A;}

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

This text has shadow with #68895A color.

.textShadow {text-shadow: 3px 3px 1px #68895A, 3px 3px 1px red;}

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

This text has shadow with #68895A primary color and red secondary color.


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

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

This text has shadow with #68895A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68895A on black background.


Color preview on white background

This text has color #68895A on white background.



Black color preview on #68895A background

This text has black color on #68895A background.


White color preview on #68895A background

This text has white color on #68895A background.