COLOR #68737B

HEX: #68737B RGB: (104,115,123)

Color info

#68737B contains red, green and blue colors in about the same proportion. Web safe color of #68737B is #666666 (or #666).

RGB color model

#68737B color RGB value is (104,115,123).

RGB: (104,115,123) (41%, 45%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 123 of 255 = 48%

104
115
123

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

Portions of RGB colors in percentages

R + G + B = 104 + 115 + 123 = 342 (100%)
R 104 of 342 ~ 30.41%
G 115 of 342 ~ 33.63%
B 123 of 342 ~ 35.96'%

%30.41
%33.63
%35.96

CMYK color model

#68737B color CMYK value is (15,7,0,52).

  • cyan value is 15.45%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (15,7,0,52)
C15M7Y0K52 (15%, 7%, 0%, 52%)
(0.15 / 0.07 / 0.00 / 0.52)

CMYK percentages

%15.45
%6.5
%0
%51.76

Codes

Color #68737B in popluar color models

68 73 7B
RGB 104 115 123
HSL 205° 8.37% 44.51%
HSB/HSV 205° 15.45% 48.24%
CMYK 15.45% 6.50% 0.00%
51.76%

Color #68737B in popluar number systems.

HEX 68 73 7B
Decimal 104 115 123
Binary 1101000 1110011 1111011
Octal 150 163 173

Shades and tints

Shades of #68737B

#68737B
(104,115,123)
#5F6970
(95,105,112)
#565F65
(86,95,101)
#4D555A
(77,85,90)
#444B4F
(68,75,79)
#3B4144
(59,65,68)
#323739
(50,55,57)
#292D2E
(41,45,46)
#202323
(32,35,35)
#171918
(23,25,24)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #68737B

#68737B
(104,115,123)
#757F87
(117,127,135)
#828B93
(130,139,147)
#8F979F
(143,151,159)
#9CA3AB
(156,163,171)
#A9AFB7
(169,175,183)
#B6BBC3
(182,187,195)
#C3C7CF
(195,199,207)
#D0D3DB
(208,211,219)
#DDDFE7
(221,223,231)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68737B; }

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

This text font color is #68737B.

Background Color

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

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

This div background color is #68737B.

Border color

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

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

This div border color is #68737B.

Opacity

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

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

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

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

This text has shadow with #68737B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68737B.

Preview

Color preview on black background

This text has color #68737B on black background.


Color preview on white background

This text has color #68737B on white background.


Black color preview on #68737B background

This text has black color on #68737B background.


White color preview on #68737B background

This text has white color on #68737B background.


Related colors

Complementary color

Complementary color for #hex is #978C84.


I love getcolorcode.com

Triadic colors

1 #7B6873 and #737B68 with #68737B are triadic colors.

2 #7B7368 and #73687B with #68737B are triadic colors.