COLOR #675D5C

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

Color info

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

RGB color model

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

  • red value is 103;
  • green value is 93;
  • blue value is 92.
RGB:
(103,93,92)
(40%,36%,36%)

RGB channels and saturation

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

103
93
92

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

Portions of RGB colors in percentages

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

%35.76
%32.29
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 10.68%
  • key color value is 59.61%
CMYK:
(0,10,11,60)
C0M10Y11K60 
(0%,10%,11%,60%)
(0.00/0.10/0.11/0.60)	

CMYK percentages

%0
%9.71
%10.68
%59.61

Codes

Color #675D5C in popluar color models

675D5C
RGB1039392
HSL5.64%38.24%
HSB/HSV10.68%40.39%
CMYK0.00%9.71%10.68%
59.61%

Color #675D5C in popluar number systems.

HEX675D5C
Decimal1039392
Binary110011110111011011100
Octal147135134

Shades and tints

Shades of #675D5C

#675D5C
(103,93,92)
#5E5554
(94,85,84)
#554D4C
(85,77,76)
#4C4544
(76,69,68)
#433D3C
(67,61,60)
#3A3534
(58,53,52)
#312D2C
(49,45,44)
#282524
(40,37,36)
#1F1D1C
(31,29,28)
#161514
(22,21,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #675D5C

#675D5C
(103,93,92)
#746B6A
(116,107,106)
#817978
(129,121,120)
#8E8786
(142,135,134)
#9B9594
(155,149,148)
#A8A3A2
(168,163,162)
#B5B1B0
(181,177,176)
#C2BFBE
(194,191,190)
#CFCDCC
(207,205,204)
#DCDBDA
(220,219,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675D5C; }

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

This text font color is #675D5C.


Background Color

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

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

This div background color is #675D5C.


Border color

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

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

This div border color is #675D5C.


Opacity

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

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

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

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

This text has shadow with #675D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675D5C on black background.


Color preview on white background

This text has color #675D5C on white background.



Black color preview on #675D5C background

This text has black color on #675D5C background.


White color preview on #675D5C background

This text has white color on #675D5C background.