COLOR #68747B

HEX: #68747B RGB: (104,116,123)

Color info

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

RGB color model

#68747B color RGB value is (104,116,123).

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

RGB channels and saturation

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

104
116
123

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

Portions of RGB colors in percentages

R + G + B = 104 + 116 + 123 = 343 (100%)
R 104 of 343 ~ 30.32%
G 116 of 343 ~ 33.82%
B 123 of 343 ~ 35.86'%

%30.32
%33.82
%35.86

CMYK color model

#68747B color CMYK value is (15,6,0,52).

  • cyan value is 15.45%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (15,6,0,52) C15M6Y0K52 (15%,6%,0%,52%) (0.15/0.06/0.00/0.52) 

CMYK percentages

%15.45
%5.69
%0
%51.76

Codes

Color #68747B in popluar color models

68 74 7B
RGB 104 116 123
HSL 202° 8.37% 44.51%
HSB/HSV 202° 15.45% 48.24%
CMYK 15.45% 5.69% 0.00%
51.76%

Color #68747B in popluar number systems.

HEX 68 74 7B
Decimal 104 116 123
Binary 1101000 1110100 1111011
Octal 150 164 173

Shades and tints

Shades of #68747B

#68747B
(104,116,123)
#5F6A70
(95,106,112)
#566065
(86,96,101)
#4D565A
(77,86,90)
#444C4F
(68,76,79)
#3B4244
(59,66,68)
#323839
(50,56,57)
#292E2E
(41,46,46)
#202423
(32,36,35)
#171A18
(23,26,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #68747B

#68747B
(104,116,123)
#758087
(117,128,135)
#828C93
(130,140,147)
#8F989F
(143,152,159)
#9CA4AB
(156,164,171)
#A9B0B7
(169,176,183)
#B6BCC3
(182,188,195)
#C3C8CF
(195,200,207)
#D0D4DB
(208,212,219)
#DDE0E7
(221,224,231)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68747B; }

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

This text font color is #68747B.

Background Color

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

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

This div background color is #68747B.

Border color

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

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

This div border color is #68747B.

Opacity

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

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

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

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

This text has shadow with #68747B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68747B.

Preview

Color preview on black background

This text has color #68747B on black background.


Color preview on white background

This text has color #68747B on white background.


Black color preview on #68747B background

This text has black color on #68747B background.


White color preview on #68747B background

This text has white color on #68747B background.


Related colors

Complementary color

Complementary color for #hex is #978B84.


I love getcolorcode.com

Triadic colors

1 #7B6874 and #747B68 with #68747B are triadic colors.

2 #7B7468 and #74687B with #68747B are triadic colors.