COLOR #67667A

HEX: #67667A
RGB: (103,102,122)

Color info

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

RGB color model

#67667A color RGB value is (103,102,122).

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

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 122 of 255 = 48%

103
102
122

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

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 122 = 327 (100%)
R 103 of 327 ~ 31.5%
G 102 of 327 ~ 31.19%
B 122 of 327 ~ 37.31%

%31.5
%31.19
%37.31

CMYK color model

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

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

CMYK percentages

%15.57
%16.39
%0
%52.16

Codes

Color #67667A in popluar color models

67667A
RGB103102122
HSL243°8.93%43.92%
HSB/HSV243°16.39%47.84%
CMYK15.57%16.39%0.00%
52.16%

Color #67667A in popluar number systems.

HEX67667A
Decimal103102122
Binary110011111001101111010
Octal147146172

Shades and tints

Shades of #67667A

#67667A
(103,102,122)
#5E5D6F
(94,93,111)
#555464
(85,84,100)
#4C4B59
(76,75,89)
#43424E
(67,66,78)
#3A3943
(58,57,67)
#313038
(49,48,56)
#28272D
(40,39,45)
#1F1E22
(31,30,34)
#161517
(22,21,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #67667A

#67667A
(103,102,122)
#747386
(116,115,134)
#818092
(129,128,146)
#8E8D9E
(142,141,158)
#9B9AAA
(155,154,170)
#A8A7B6
(168,167,182)
#B5B4C2
(181,180,194)
#C2C1CE
(194,193,206)
#CFCEDA
(207,206,218)
#DCDBE6
(220,219,230)
#E9E8F2
(233,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67667A; }

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

This text font color is #67667A.


Background Color

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

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

This div background color is #67667A.


Border color

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

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

This div border color is #67667A.


Opacity

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

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

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

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

This text has shadow with #67667A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67667A on black background.


Color preview on white background

This text has color #67667A on white background.



Black color preview on #67667A background

This text has black color on #67667A background.


White color preview on #67667A background

This text has white color on #67667A background.