COLOR #67675D

HEX: #67675D RGB: (103,103,93)

Color info

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

RGB color model

#67675D color RGB value is (103,103,93).

RGB: (103,103,93) (40%, 40%, 36%)

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 93 of 255 = 36%

103
103
93

R + G + B ~ 39%. #67675D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 103 + 93 = 299 (100%)
R 103 of 299 ~ 34.45%
G 103 of 299 ~ 34.45%
B 93 of 299 ~ 31.1'%

%34.45
%34.45
%31.1

CMYK color model

#67675D color CMYK value is (0,0,10,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 59.61%

CMYK: (0,0,10,60)
C0M0Y10K60 (0%, 0%, 10%, 60%)
(0.00 / 0.00 / 0.10 / 0.60)

CMYK percentages

%0
%0
%9.71
%59.61

Codes

Color #67675D in popluar color models

67 67 5D
RGB 103 103 93
HSL 60° 5.10% 38.43%
HSB/HSV 60° 9.71% 40.39%
CMYK 0.00% 0.00% 9.71%
59.61%

Color #67675D in popluar number systems.

HEX 67 67 5D
Decimal 103 103 93
Binary 1100111 1100111 1011101
Octal 147 147 135

Shades and tints

Shades of #67675D

#67675D
(103,103,93)
#5E5E55
(94,94,85)
#55554D
(85,85,77)
#4C4C45
(76,76,69)
#43433D
(67,67,61)
#3A3A35
(58,58,53)
#31312D
(49,49,45)
#282825
(40,40,37)
#1F1F1D
(31,31,29)
#161615
(22,22,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #67675D

#67675D
(103,103,93)
#74746B
(116,116,107)
#818179
(129,129,121)
#8E8E87
(142,142,135)
#9B9B95
(155,155,149)
#A8A8A3
(168,168,163)
#B5B5B1
(181,181,177)
#C2C2BF
(194,194,191)
#CFCFCD
(207,207,205)
#DCDCDB
(220,220,219)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67675D; }

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

This text font color is #67675D.

Background Color

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

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

This div background color is #67675D.

Border color

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

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

This div border color is #67675D.

Opacity

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

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

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

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

This text has shadow with #67675D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67675D.

Preview

Color preview on black background

This text has color #67675D on black background.


Color preview on white background

This text has color #67675D on white background.


Black color preview on #67675D background

This text has black color on #67675D background.


White color preview on #67675D background

This text has white color on #67675D background.


Related colors

Complementary color

Complementary color for #hex is #9898A2.


I love getcolorcode.com