COLOR #68837A

HEX: #68837A
RGB: (104,131,122)

Color info

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

RGB color model

#68837A color RGB value is (104,131,122).

  • red value is 104;
  • green value is 131;
  • blue value is 122.
RGB:
(104,131,122)
(41%,51%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 131 of 255 = 51%
B 122 of 255 = 48%

104
131
122

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

Portions of RGB colors in percentages

R + G + B =
104 + 131 + 122 = 357 (100%)
R 104 of 357 ~ 29.13%
G 131 of 357 ~ 36.69%
B 122 of 357 ~ 34.17%

%29.13
%36.69
%34.17

CMYK color model

#68837A color CMYK value is (21,0,7,49).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(21,0,7,49)
C21M0Y7K49 
(21%,0%,7%,49%)
(0.21/0.00/0.07/0.49)	

CMYK percentages

%20.61
%0
%6.87
%48.63

Codes

Color #68837A in popluar color models

68837A
RGB104131122
HSL160°11.49%46.08%
HSB/HSV160°20.61%51.37%
CMYK20.61%0.00%6.87%
48.63%

Color #68837A in popluar number systems.

HEX68837A
Decimal104131122
Binary1101000100000111111010
Octal150203172

Shades and tints

Shades of #68837A

#68837A
(104,131,122)
#5F786F
(95,120,111)
#566D64
(86,109,100)
#4D6259
(77,98,89)
#44574E
(68,87,78)
#3B4C43
(59,76,67)
#324138
(50,65,56)
#29362D
(41,54,45)
#202B22
(32,43,34)
#172017
(23,32,23)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #68837A

#68837A
(104,131,122)
#758E86
(117,142,134)
#829992
(130,153,146)
#8FA49E
(143,164,158)
#9CAFAA
(156,175,170)
#A9BAB6
(169,186,182)
#B6C5C2
(182,197,194)
#C3D0CE
(195,208,206)
#D0DBDA
(208,219,218)
#DDE6E6
(221,230,230)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68837A color. Also use rgb(104,131,122) instead hex code.

Text Font Color

.myTextColor { color: #68837A; }

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

This text font color is #68837A.


Background Color

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

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

This div background color is #68837A.


Border color

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

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

This div border color is #68837A.


Opacity

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

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

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

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

This text has shadow with #68837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68837A on black background.


Color preview on white background

This text has color #68837A on white background.



Black color preview on #68837A background

This text has black color on #68837A background.


White color preview on #68837A background

This text has white color on #68837A background.