COLOR #68857A

HEX: #68857A
RGB: (104,133,122)

Color info

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

RGB color model

#68857A color RGB value is (104,133,122).

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

RGB channels and saturation

R 104 of 255 = 41%
G 133 of 255 = 52%
B 122 of 255 = 48%

104
133
122

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

Portions of RGB colors in percentages

R + G + B =
104 + 133 + 122 = 359 (100%)
R 104 of 359 ~ 28.97%
G 133 of 359 ~ 37.05%
B 122 of 359 ~ 33.98%

%28.97
%37.05
%33.98

CMYK color model

#68857A color CMYK value is (22,0,8,48).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(22,0,8,48)
C22M0Y8K48 
(22%,0%,8%,48%)
(0.22/0.00/0.08/0.48)	

CMYK percentages

%21.8
%0
%8.27
%47.84

Codes

Color #68857A in popluar color models

68857A
RGB104133122
HSL157°12.24%46.47%
HSB/HSV157°21.80%52.16%
CMYK21.80%0.00%8.27%
47.84%

Color #68857A in popluar number systems.

HEX68857A
Decimal104133122
Binary1101000100001011111010
Octal150205172

Shades and tints

Shades of #68857A

#68857A
(104,133,122)
#5F796F
(95,121,111)
#566D64
(86,109,100)
#4D6159
(77,97,89)
#44554E
(68,85,78)
#3B4943
(59,73,67)
#323D38
(50,61,56)
#29312D
(41,49,45)
#202522
(32,37,34)
#171917
(23,25,23)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #68857A

#68857A
(104,133,122)
#759086
(117,144,134)
#829B92
(130,155,146)
#8FA69E
(143,166,158)
#9CB1AA
(156,177,170)
#A9BCB6
(169,188,182)
#B6C7C2
(182,199,194)
#C3D2CE
(195,210,206)
#D0DDDA
(208,221,218)
#DDE8E6
(221,232,230)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68857A; }

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

This text font color is #68857A.


Background Color

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

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

This div background color is #68857A.


Border color

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

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

This div border color is #68857A.


Opacity

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

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

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

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

This text has shadow with #68857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68857A on black background.


Color preview on white background

This text has color #68857A on white background.



Black color preview on #68857A background

This text has black color on #68857A background.


White color preview on #68857A background

This text has white color on #68857A background.