COLOR #675C5C

HEX: #675C5C
RGB: (103,92,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
92
92

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

Portions of RGB colors in percentages

R + G + B =
103 + 92 + 92 = 287 (100%)
R 103 of 287 ~ 35.89%
G 92 of 287 ~ 32.06%
B 92 of 287 ~ 32.06%

%35.89
%32.06
%32.06

CMYK color model

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

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

CMYK percentages

%0
%10.68
%10.68
%59.61

Codes

Color #675C5C in popluar color models

675C5C
RGB1039292
HSL5.64%38.24%
HSB/HSV10.68%40.39%
CMYK0.00%10.68%10.68%
59.61%

Color #675C5C in popluar number systems.

HEX675C5C
Decimal1039292
Binary110011110111001011100
Octal147134134

Shades and tints

Shades of #675C5C

#675C5C
(103,92,92)
#5E5454
(94,84,84)
#554C4C
(85,76,76)
#4C4444
(76,68,68)
#433C3C
(67,60,60)
#3A3434
(58,52,52)
#312C2C
(49,44,44)
#282424
(40,36,36)
#1F1C1C
(31,28,28)
#161414
(22,20,20)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #675C5C

#675C5C
(103,92,92)
#746A6A
(116,106,106)
#817878
(129,120,120)
#8E8686
(142,134,134)
#9B9494
(155,148,148)
#A8A2A2
(168,162,162)
#B5B0B0
(181,176,176)
#C2BEBE
(194,190,190)
#CFCCCC
(207,204,204)
#DCDADA
(220,218,218)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675C5C; }

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

This text font color is #675C5C.


Background Color

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

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

This div background color is #675C5C.


Border color

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

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

This div border color is #675C5C.


Opacity

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

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

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

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

This text has shadow with #675C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675C5C on black background.


Color preview on white background

This text has color #675C5C on white background.



Black color preview on #675C5C background

This text has black color on #675C5C background.


White color preview on #675C5C background

This text has white color on #675C5C background.