COLOR #68827A

HEX: #68827A
RGB: (104,130,122)

Color info

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

RGB color model

#68827A color RGB value is (104,130,122).

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

RGB channels and saturation

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

104
130
122

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

Portions of RGB colors in percentages

R + G + B =
104 + 130 + 122 = 356 (100%)
R 104 of 356 ~ 29.21%
G 130 of 356 ~ 36.52%
B 122 of 356 ~ 34.27%

%29.21
%36.52
%34.27

CMYK color model

#68827A color CMYK value is (20,0,6,49).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 49.02%
CMYK:
(20,0,6,49)
C20M0Y6K49 
(20%,0%,6%,49%)
(0.20/0.00/0.06/0.49)	

CMYK percentages

%20
%0
%6.15
%49.02

Codes

Color #68827A in popluar color models

68827A
RGB104130122
HSL162°11.11%45.88%
HSB/HSV162°20.00%50.98%
CMYK20.00%0.00%6.15%
49.02%

Color #68827A in popluar number systems.

HEX68827A
Decimal104130122
Binary1101000100000101111010
Octal150202172

Shades and tints

Shades of #68827A

#68827A
(104,130,122)
#5F776F
(95,119,111)
#566C64
(86,108,100)
#4D6159
(77,97,89)
#44564E
(68,86,78)
#3B4B43
(59,75,67)
#324038
(50,64,56)
#29352D
(41,53,45)
#202A22
(32,42,34)
#171F17
(23,31,23)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #68827A

#68827A
(104,130,122)
#758D86
(117,141,134)
#829892
(130,152,146)
#8FA39E
(143,163,158)
#9CAEAA
(156,174,170)
#A9B9B6
(169,185,182)
#B6C4C2
(182,196,194)
#C3CFCE
(195,207,206)
#D0DADA
(208,218,218)
#DDE5E6
(221,229,230)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68827A; }

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

This text font color is #68827A.


Background Color

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

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

This div background color is #68827A.


Border color

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

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

This div border color is #68827A.


Opacity

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

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

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

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

This text has shadow with #68827A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68827A on black background.


Color preview on white background

This text has color #68827A on white background.



Black color preview on #68827A background

This text has black color on #68827A background.


White color preview on #68827A background

This text has white color on #68827A background.