COLOR #67677B

HEX: #67677B
RGB: (103,103,123)

Color info

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

RGB color model

#67677B color RGB value is (103,103,123).

  • red value is 103;
  • green value is 103;
  • blue value is 123.
RGB:
(103,103,123)
(40%,40%,48%)

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 123 of 255 = 48%

103
103
123

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

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 123 = 329 (100%)
R 103 of 329 ~ 31.31%
G 103 of 329 ~ 31.31%
B 123 of 329 ~ 37.39%

%31.31
%31.31
%37.39

CMYK color model

#67677B color CMYK value is (16,16,0,52).

  • cyan value is 16.26%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(16,16,0,52)
C16M16Y0K52 
(16%,16%,0%,52%)
(0.16/0.16/0.00/0.52)	

CMYK percentages

%16.26
%16.26
%0
%51.76

Codes

Color #67677B in popluar color models

67677B
RGB103103123
HSL240°8.85%44.31%
HSB/HSV240°16.26%48.24%
CMYK16.26%16.26%0.00%
51.76%

Color #67677B in popluar number systems.

HEX67677B
Decimal103103123
Binary110011111001111111011
Octal147147173

Shades and tints

Shades of #67677B

#67677B
(103,103,123)
#5E5E70
(94,94,112)
#555565
(85,85,101)
#4C4C5A
(76,76,90)
#43434F
(67,67,79)
#3A3A44
(58,58,68)
#313139
(49,49,57)
#28282E
(40,40,46)
#1F1F23
(31,31,35)
#161618
(22,22,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #67677B

#67677B
(103,103,123)
#747487
(116,116,135)
#818193
(129,129,147)
#8E8E9F
(142,142,159)
#9B9BAB
(155,155,171)
#A8A8B7
(168,168,183)
#B5B5C3
(181,181,195)
#C2C2CF
(194,194,207)
#CFCFDB
(207,207,219)
#DCDCE7
(220,220,231)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67677B; }

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

This text font color is #67677B.


Background Color

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

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

This div background color is #67677B.


Border color

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

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

This div border color is #67677B.


Opacity

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

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

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

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

This text has shadow with #67677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67677B on black background.


Color preview on white background

This text has color #67677B on white background.



Black color preview on #67677B background

This text has black color on #67677B background.


White color preview on #67677B background

This text has white color on #67677B background.