COLOR #675C5D

HEX: #675C5D RGB: (103,92,93)

Color info

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

RGB color model

#675C5D color RGB value is (103,92,93).

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

RGB channels and saturation

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

103
92
93

R + G + B ~ 37%. #675C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 92 + 93 = 288 (100%)
R 103 of 288 ~ 35.76%
G 92 of 288 ~ 31.94%
B 93 of 288 ~ 32.29'%

%35.76
%31.94
%32.29

CMYK color model

#675C5D color CMYK value is (0,11,10,60).

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

CMYK: (0,11,10,60)
C0M11Y10K60 (0%, 11%, 10%, 60%)
(0.00 / 0.11 / 0.10 / 0.60)

CMYK percentages

%0
%10.68
%9.71
%59.61

Codes

Color #675C5D in popluar color models

67 5C 5D
RGB 103 92 93
HSL 355° 5.64% 38.24%
HSB/HSV 355° 10.68% 40.39%
CMYK 0.00% 10.68% 9.71%
59.61%

Color #675C5D in popluar number systems.

HEX 67 5C 5D
Decimal 103 92 93
Binary 1100111 1011100 1011101
Octal 147 134 135

Shades and tints

Shades of #675C5D

#675C5D
(103,92,93)
#5E5455
(94,84,85)
#554C4D
(85,76,77)
#4C4445
(76,68,69)
#433C3D
(67,60,61)
#3A3435
(58,52,53)
#312C2D
(49,44,45)
#282425
(40,36,37)
#1F1C1D
(31,28,29)
#161415
(22,20,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #675C5D

#675C5D
(103,92,93)
#746A6B
(116,106,107)
#817879
(129,120,121)
#8E8687
(142,134,135)
#9B9495
(155,148,149)
#A8A2A3
(168,162,163)
#B5B0B1
(181,176,177)
#C2BEBF
(194,190,191)
#CFCCCD
(207,204,205)
#DCDADB
(220,218,219)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675C5D; }

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

This text font color is #675C5D.

Background Color

.myBgColor { background-color: #675C5D; }

<div style="background-color:#675C5D">Inner text</div>

This div background color is #675C5D.

Border color

.myBorderColor { border: 1px solid #675C5D; }

<div style="border:3px solid #675C5D">Div</div>

This div border color is #675C5D.

Opacity

.myOpacity80 { color: #675C5D; opacity: 0.8; }

<p style="color:#675C5D;opacity:0.8;">80%</p>

Text with #675C5D 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 #675C5D;}

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

This text has shadow with #675C5D color.


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

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

This text has shadow with #675C5D primary color and red secondary color.


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

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

This text has shadow with #675C5D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #675C5D.

Preview

Color preview on black background

This text has color #675C5D on black background.


Color preview on white background

This text has color #675C5D on white background.


Black color preview on #675C5D background

This text has black color on #675C5D background.


White color preview on #675C5D background

This text has white color on #675C5D background.


Related colors

Complementary color

Complementary color for #hex is #98A3A2.


I love getcolorcode.com

Triadic colors

1 #5D675C and #5C5D67 with #675C5D are triadic colors.

2 #5D5C67 and #5C675D with #675C5D are triadic colors.