COLOR #67687D

HEX: #67687D RGB: (103,104,125)

Color info

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

RGB color model

#67687D color RGB value is (103,104,125).

RGB: (103,104,125) (40%, 41%, 49%)

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 125 of 255 = 49%

103
104
125

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

Portions of RGB colors in percentages

R + G + B = 103 + 104 + 125 = 332 (100%)
R 103 of 332 ~ 31.02%
G 104 of 332 ~ 31.33%
B 125 of 332 ~ 37.65'%

%31.02
%31.33
%37.65

CMYK color model

#67687D color CMYK value is (18,17,0,51).

  • cyan value is 17.60%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (18,17,0,51) C18M17Y0K51 (18%,17%,0%,51%) (0.18/0.17/0.00/0.51) 

CMYK percentages

%17.6
%16.8
%0
%50.98

Codes

Color #67687D in popluar color models

67 68 7D
RGB 103 104 125
HSL 237° 9.65% 44.71%
HSB/HSV 237° 17.60% 49.02%
CMYK 17.60% 16.80% 0.00%
50.98%

Color #67687D in popluar number systems.

HEX 67 68 7D
Decimal 103 104 125
Binary 1100111 1101000 1111101
Octal 147 150 175

Shades and tints

Shades of #67687D

#67687D
(103,104,125)
#5E5F72
(94,95,114)
#555667
(85,86,103)
#4C4D5C
(76,77,92)
#434451
(67,68,81)
#3A3B46
(58,59,70)
#31323B
(49,50,59)
#282930
(40,41,48)
#1F2025
(31,32,37)
#16171A
(22,23,26)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #67687D

#67687D
(103,104,125)
#747588
(116,117,136)
#818293
(129,130,147)
#8E8F9E
(142,143,158)
#9B9CA9
(155,156,169)
#A8A9B4
(168,169,180)
#B5B6BF
(181,182,191)
#C2C3CA
(194,195,202)
#CFD0D5
(207,208,213)
#DCDDE0
(220,221,224)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67687D; }

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

This text font color is #67687D.

Background Color

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

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

This div background color is #67687D.

Border color

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

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

This div border color is #67687D.

Opacity

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

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

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

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

This text has shadow with #67687D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67687D.

Preview

Color preview on black background

This text has color #67687D on black background.


Color preview on white background

This text has color #67687D on white background.


Black color preview on #67687D background

This text has black color on #67687D background.


White color preview on #67687D background

This text has white color on #67687D background.


Related colors

Complementary color

Complementary color for #hex is #989782.


I love getcolorcode.com

Triadic colors

1 #7D6768 and #687D67 with #67687D are triadic colors.

2 #7D6867 and #68677D with #67687D are triadic colors.