COLOR #67696B

HEX: #67696B RGB: (103,105,107)

Color info

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

RGB color model

#67696B color RGB value is (103,105,107).

RGB: (103,105,107) (40%, 41%, 42%)

RGB channels and saturation

R 103 of 255 = 40%
G 105 of 255 = 41%
B 107 of 255 = 42%

103
105
107

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

Portions of RGB colors in percentages

R + G + B = 103 + 105 + 107 = 315 (100%)
R 103 of 315 ~ 32.7%
G 105 of 315 ~ 33.33%
B 107 of 315 ~ 33.97'%

%32.7
%33.33
%33.97

CMYK color model

#67696B color CMYK value is (4,2,0,58).

  • cyan value is 3.74%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (4,2,0,58)
C4M2Y0K58 (4%, 2%, 0%, 58%)
(0.04 / 0.02 / 0.00 / 0.58)

CMYK percentages

%3.74
%1.87
%0
%58.04

Codes

Color #67696B in popluar color models

67 69 6B
RGB 103 105 107
HSL 210° 1.90% 41.18%
HSB/HSV 210° 3.74% 41.96%
CMYK 3.74% 1.87% 0.00%
58.04%

Color #67696B in popluar number systems.

HEX 67 69 6B
Decimal 103 105 107
Binary 1100111 1101001 1101011
Octal 147 151 153

Shades and tints

Shades of #67696B

#67696B
(103,105,107)
#5E6062
(94,96,98)
#555759
(85,87,89)
#4C4E50
(76,78,80)
#434547
(67,69,71)
#3A3C3E
(58,60,62)
#313335
(49,51,53)
#282A2C
(40,42,44)
#1F2123
(31,33,35)
#16181A
(22,24,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #67696B

#67696B
(103,105,107)
#747678
(116,118,120)
#818385
(129,131,133)
#8E9092
(142,144,146)
#9B9D9F
(155,157,159)
#A8AAAC
(168,170,172)
#B5B7B9
(181,183,185)
#C2C4C6
(194,196,198)
#CFD1D3
(207,209,211)
#DCDEE0
(220,222,224)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67696B; }

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

This text font color is #67696B.

Background Color

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

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

This div background color is #67696B.

Border color

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

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

This div border color is #67696B.

Opacity

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

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

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

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

This text has shadow with #67696B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67696B.

Preview

Color preview on black background

This text has color #67696B on black background.


Color preview on white background

This text has color #67696B on white background.


Black color preview on #67696B background

This text has black color on #67696B background.


White color preview on #67696B background

This text has white color on #67696B background.


Related colors

Complementary color

Complementary color for #hex is #989694.


I love getcolorcode.com

Triadic colors

1 #6B6769 and #696B67 with #67696B are triadic colors.

2 #6B6967 and #69676B with #67696B are triadic colors.