COLOR #675C6C

HEX: #675C6C
RGB: (103,92,108)

Color info

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

RGB color model

#675C6C color RGB value is (103,92,108).

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

RGB channels and saturation

R 103 of 255 = 40%
G 92 of 255 = 36%
B 108 of 255 = 42%

103
92
108

R + G + B ~ 39%. #675C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 92 + 108 = 303 (100%)
R 103 of 303 ~ 33.99%
G 92 of 303 ~ 30.36%
B 108 of 303 ~ 35.64%

%33.99
%30.36
%35.64

CMYK color model

#675C6C color CMYK value is (5,15,0,58).

  • cyan value is 4.63%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(5,15,0,58)
C5M15Y0K58 
(5%,15%,0%,58%)
(0.05/0.15/0.00/0.58)	

CMYK percentages

%4.63
%14.81
%0
%57.65

Codes

Color #675C6C in popluar color models

675C6C
RGB10392108
HSL281°8.00%39.22%
HSB/HSV281°14.81%42.35%
CMYK4.63%14.81%0.00%
57.65%

Color #675C6C in popluar number systems.

HEX675C6C
Decimal10392108
Binary110011110111001101100
Octal147134154

Shades and tints

Shades of #675C6C

#675C6C
(103,92,108)
#5E5463
(94,84,99)
#554C5A
(85,76,90)
#4C4451
(76,68,81)
#433C48
(67,60,72)
#3A343F
(58,52,63)
#312C36
(49,44,54)
#28242D
(40,36,45)
#1F1C24
(31,28,36)
#16141B
(22,20,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #675C6C

#675C6C
(103,92,108)
#746A79
(116,106,121)
#817886
(129,120,134)
#8E8693
(142,134,147)
#9B94A0
(155,148,160)
#A8A2AD
(168,162,173)
#B5B0BA
(181,176,186)
#C2BEC7
(194,190,199)
#CFCCD4
(207,204,212)
#DCDAE1
(220,218,225)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675C6C; }

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

This text font color is #675C6C.


Background Color

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

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

This div background color is #675C6C.


Border color

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

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

This div border color is #675C6C.


Opacity

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

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

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

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

This text has shadow with #675C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675C6C on black background.


Color preview on white background

This text has color #675C6C on white background.



Black color preview on #675C6C background

This text has black color on #675C6C background.


White color preview on #675C6C background

This text has white color on #675C6C background.