COLOR #67797E

HEX: #67797E
RGB: (103,121,126)

Color info

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

RGB color model

#67797E color RGB value is (103,121,126).

  • red value is 103;
  • green value is 121;
  • blue value is 126.
RGB:
(103,121,126)
(40%,47%,49%)

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 126 of 255 = 49%

103
121
126

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

Portions of RGB colors in percentages

R + G + B =
103 + 121 + 126 = 350 (100%)
R 103 of 350 ~ 29.43%
G 121 of 350 ~ 34.57%
B 126 of 350 ~ 36%

%29.43
%34.57
%36

CMYK color model

#67797E color CMYK value is (18,4,0,51).

  • cyan value is 18.25%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(18,4,0,51)
C18M4Y0K51 
(18%,4%,0%,51%)
(0.18/0.04/0.00/0.51)	

CMYK percentages

%18.25
%3.97
%0
%50.59

Codes

Color #67797E in popluar color models

67797E
RGB103121126
HSL193°10.04%44.90%
HSB/HSV193°18.25%49.41%
CMYK18.25%3.97%0.00%
50.59%

Color #67797E in popluar number systems.

HEX67797E
Decimal103121126
Binary110011111110011111110
Octal147171176

Shades and tints

Shades of #67797E

#67797E
(103,121,126)
#5E6E73
(94,110,115)
#556368
(85,99,104)
#4C585D
(76,88,93)
#434D52
(67,77,82)
#3A4247
(58,66,71)
#31373C
(49,55,60)
#282C31
(40,44,49)
#1F2126
(31,33,38)
#16161B
(22,22,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #67797E

#67797E
(103,121,126)
#748589
(116,133,137)
#819194
(129,145,148)
#8E9D9F
(142,157,159)
#9BA9AA
(155,169,170)
#A8B5B5
(168,181,181)
#B5C1C0
(181,193,192)
#C2CDCB
(194,205,203)
#CFD9D6
(207,217,214)
#DCE5E1
(220,229,225)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67797E color. Also use rgb(103,121,126) instead hex code.

Text Font Color

.myTextColor { color: #67797E; }

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

This text font color is #67797E.


Background Color

.myBgColor { background-color: #67797E; }

<div style="background-color:#67797E">Inner text</div>

This div background color is #67797E.


Border color

.myBorderColor { border: 1px solid #67797E; }

<div style="border:3px solid #67797E">Div</div>

This div border color is #67797E.


Opacity

.myOpacity80 { color: #67797E; opacity: 0.8; }

<p style="color:#67797E;opacity:0.8;">80%</p>

Text with #67797E 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 #67797E;}

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

This text has shadow with #67797E color.

.textShadow {text-shadow: 3px 3px 1px #67797E, 3px 3px 1px red;}

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

This text has shadow with #67797E primary color and red secondary color.


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

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

This text has shadow with #67797E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67797E on black background.


Color preview on white background

This text has color #67797E on white background.



Black color preview on #67797E background

This text has black color on #67797E background.


White color preview on #67797E background

This text has white color on #67797E background.