COLOR #68867B

HEX: #68867B
RGB: (104,134,123)

Color info

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

RGB color model

#68867B color RGB value is (104,134,123).

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

RGB channels and saturation

R 104 of 255 = 41%
G 134 of 255 = 53%
B 123 of 255 = 48%

104
134
123

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

Portions of RGB colors in percentages

R + G + B =
104 + 134 + 123 = 361 (100%)
R 104 of 361 ~ 28.81%
G 134 of 361 ~ 37.12%
B 123 of 361 ~ 34.07%

%28.81
%37.12
%34.07

CMYK color model

#68867B color CMYK value is (22,0,8,47).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%
CMYK:
(22,0,8,47)
C22M0Y8K47 
(22%,0%,8%,47%)
(0.22/0.00/0.08/0.47)	

CMYK percentages

%22.39
%0
%8.21
%47.45

Codes

Color #68867B in popluar color models

68867B
RGB104134123
HSL158°12.61%46.67%
HSB/HSV158°22.39%52.55%
CMYK22.39%0.00%8.21%
47.45%

Color #68867B in popluar number systems.

HEX68867B
Decimal104134123
Binary1101000100001101111011
Octal150206173

Shades and tints

Shades of #68867B

#68867B
(104,134,123)
#5F7A70
(95,122,112)
#566E65
(86,110,101)
#4D625A
(77,98,90)
#44564F
(68,86,79)
#3B4A44
(59,74,68)
#323E39
(50,62,57)
#29322E
(41,50,46)
#202623
(32,38,35)
#171A18
(23,26,24)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #68867B

#68867B
(104,134,123)
#759187
(117,145,135)
#829C93
(130,156,147)
#8FA79F
(143,167,159)
#9CB2AB
(156,178,171)
#A9BDB7
(169,189,183)
#B6C8C3
(182,200,195)
#C3D3CF
(195,211,207)
#D0DEDB
(208,222,219)
#DDE9E7
(221,233,231)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68867B; }

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

This text font color is #68867B.


Background Color

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

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

This div background color is #68867B.


Border color

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

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

This div border color is #68867B.


Opacity

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

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

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

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

This text has shadow with #68867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68867B on black background.


Color preview on white background

This text has color #68867B on white background.



Black color preview on #68867B background

This text has black color on #68867B background.


White color preview on #68867B background

This text has white color on #68867B background.