COLOR #68867D

HEX: #68867D
RGB: (104,134,125)

Color info

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

RGB color model

#68867D color RGB value is (104,134,125).

  • red value is 104;
  • green value is 134;
  • blue value is 125.
RGB:
(104,134,125)
(41%,53%,49%)

RGB channels and saturation

R 104 of 255 = 41%
G 134 of 255 = 53%
B 125 of 255 = 49%

104
134
125

R + G + B ~ 48%. #68867D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 134 + 125 = 363 (100%)
R 104 of 363 ~ 28.65%
G 134 of 363 ~ 36.91%
B 125 of 363 ~ 34.44%

%28.65
%36.91
%34.44

CMYK color model

#68867D color CMYK value is (22,0,7,47).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(22,0,7,47)
C22M0Y7K47 
(22%,0%,7%,47%)
(0.22/0.00/0.07/0.47)	

CMYK percentages

%22.39
%0
%6.72
%47.45

Codes

Color #68867D in popluar color models

68867D
RGB104134125
HSL162°12.61%46.67%
HSB/HSV162°22.39%52.55%
CMYK22.39%0.00%6.72%
47.45%

Color #68867D in popluar number systems.

HEX68867D
Decimal104134125
Binary1101000100001101111101
Octal150206175

Shades and tints

Shades of #68867D

#68867D
(104,134,125)
#5F7A72
(95,122,114)
#566E67
(86,110,103)
#4D625C
(77,98,92)
#445651
(68,86,81)
#3B4A46
(59,74,70)
#323E3B
(50,62,59)
#293230
(41,50,48)
#202625
(32,38,37)
#171A1A
(23,26,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #68867D

#68867D
(104,134,125)
#759188
(117,145,136)
#829C93
(130,156,147)
#8FA79E
(143,167,158)
#9CB2A9
(156,178,169)
#A9BDB4
(169,189,180)
#B6C8BF
(182,200,191)
#C3D3CA
(195,211,202)
#D0DED5
(208,222,213)
#DDE9E0
(221,233,224)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68867D color. Also use rgb(104,134,125) instead hex code.

Text Font Color

.myTextColor { color: #68867D; }

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

This text font color is #68867D.


Background Color

.myBgColor { background-color: #68867D; }

<div style="background-color:#68867D">Inner text</div>

This div background color is #68867D.


Border color

.myBorderColor { border: 1px solid #68867D; }

<div style="border:3px solid #68867D">Div</div>

This div border color is #68867D.


Opacity

.myOpacity80 { color: #68867D; opacity: 0.8; }

<p style="color:#68867D;opacity:0.8;">80%</p>

Text with #68867D 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 #68867D;}

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

This text has shadow with #68867D color.

.textShadow {text-shadow: 3px 3px 1px #68867D, 3px 3px 1px red;}

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

This text has shadow with #68867D primary color and red secondary color.


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

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

This text has shadow with #68867D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68867D on black background.


Color preview on white background

This text has color #68867D on white background.



Black color preview on #68867D background

This text has black color on #68867D background.


White color preview on #68867D background

This text has white color on #68867D background.