COLOR #67687A

HEX: #67687A
RGB: (103,104,122)

Color info

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

RGB color model

#67687A color RGB value is (103,104,122).

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

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 122 of 255 = 48%

103
104
122

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

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 122 = 329 (100%)
R 103 of 329 ~ 31.31%
G 104 of 329 ~ 31.61%
B 122 of 329 ~ 37.08%

%31.31
%31.61
%37.08

CMYK color model

#67687A color CMYK value is (16,15,0,52).

  • cyan value is 15.57%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(16,15,0,52)
C16M15Y0K52 
(16%,15%,0%,52%)
(0.16/0.15/0.00/0.52)	

CMYK percentages

%15.57
%14.75
%0
%52.16

Codes

Color #67687A in popluar color models

67687A
RGB103104122
HSL237°8.44%44.12%
HSB/HSV237°15.57%47.84%
CMYK15.57%14.75%0.00%
52.16%

Color #67687A in popluar number systems.

HEX67687A
Decimal103104122
Binary110011111010001111010
Octal147150172

Shades and tints

Shades of #67687A

#67687A
(103,104,122)
#5E5F6F
(94,95,111)
#555664
(85,86,100)
#4C4D59
(76,77,89)
#43444E
(67,68,78)
#3A3B43
(58,59,67)
#313238
(49,50,56)
#28292D
(40,41,45)
#1F2022
(31,32,34)
#161717
(22,23,23)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #67687A

#67687A
(103,104,122)
#747586
(116,117,134)
#818292
(129,130,146)
#8E8F9E
(142,143,158)
#9B9CAA
(155,156,170)
#A8A9B6
(168,169,182)
#B5B6C2
(181,182,194)
#C2C3CE
(194,195,206)
#CFD0DA
(207,208,218)
#DCDDE6
(220,221,230)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67687A color. Also use rgb(103,104,122) instead hex code.

Text Font Color

.myTextColor { color: #67687A; }

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

This text font color is #67687A.


Background Color

.myBgColor { background-color: #67687A; }

<div style="background-color:#67687A">Inner text</div>

This div background color is #67687A.


Border color

.myBorderColor { border: 1px solid #67687A; }

<div style="border:3px solid #67687A">Div</div>

This div border color is #67687A.


Opacity

.myOpacity80 { color: #67687A; opacity: 0.8; }

<p style="color:#67687A;opacity:0.8;">80%</p>

Text with #67687A 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 #67687A;}

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

This text has shadow with #67687A color.

.textShadow {text-shadow: 3px 3px 1px #67687A, 3px 3px 1px red;}

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

This text has shadow with #67687A primary color and red secondary color.


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

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

This text has shadow with #67687A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67687A on black background.


Color preview on white background

This text has color #67687A on white background.



Black color preview on #67687A background

This text has black color on #67687A background.


White color preview on #67687A background

This text has white color on #67687A background.