COLOR #68887A

HEX: #68887A RGB: (104,136,122)

Color info

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

RGB color model

#68887A color RGB value is (104,136,122).

RGB: (104,136,122) (41%, 53%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 136 of 255 = 53%
B 122 of 255 = 48%

104
136
122

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

Portions of RGB colors in percentages

R + G + B = 104 + 136 + 122 = 362 (100%)
R 104 of 362 ~ 28.73%
G 136 of 362 ~ 37.57%
B 122 of 362 ~ 33.7'%

%28.73
%37.57
%33.7

CMYK color model

#68887A color CMYK value is (24,0,10,47).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 46.67%

CMYK: (24,0,10,47)
C24M0Y10K47 (24%, 0%, 10%, 47%)
(0.24 / 0.00 / 0.10 / 0.47)

CMYK percentages

%23.53
%0
%10.29
%46.67

Codes

Color #68887A in popluar color models

68 88 7A
RGB 104 136 122
HSL 154° 13.33% 47.06%
HSB/HSV 154° 23.53% 53.33%
CMYK 23.53% 0.00% 10.29%
46.67%

Color #68887A in popluar number systems.

HEX 68 88 7A
Decimal 104 136 122
Binary 1101000 10001000 1111010
Octal 150 210 172

Shades and tints

Shades of #68887A

#68887A
(104,136,122)
#5F7C6F
(95,124,111)
#567064
(86,112,100)
#4D6459
(77,100,89)
#44584E
(68,88,78)
#3B4C43
(59,76,67)
#324038
(50,64,56)
#29342D
(41,52,45)
#202822
(32,40,34)
#171C17
(23,28,23)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #68887A

#68887A
(104,136,122)
#759286
(117,146,134)
#829C92
(130,156,146)
#8FA69E
(143,166,158)
#9CB0AA
(156,176,170)
#A9BAB6
(169,186,182)
#B6C4C2
(182,196,194)
#C3CECE
(195,206,206)
#D0D8DA
(208,216,218)
#DDE2E6
(221,226,230)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68887A; }

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

This text font color is #68887A.

Background Color

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

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

This div background color is #68887A.

Border color

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

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

This div border color is #68887A.

Opacity

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

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

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

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

This text has shadow with #68887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68887A.

Preview

Color preview on black background

This text has color #68887A on black background.


Color preview on white background

This text has color #68887A on white background.


Black color preview on #68887A background

This text has black color on #68887A background.


White color preview on #68887A background

This text has white color on #68887A background.


Related colors

Complementary color

Complementary color for #hex is #977785.


I love getcolorcode.com

Triadic colors

1 #7A6888 and #887A68 with #68887A are triadic colors.

2 #7A8868 and #88687A with #68887A are triadic colors.