COLOR #675C5B

HEX: #675C5B RGB: (103,92,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
92
91

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

Portions of RGB colors in percentages

R + G + B = 103 + 92 + 91 = 286 (100%)
R 103 of 286 ~ 36.01%
G 92 of 286 ~ 32.17%
B 91 of 286 ~ 31.82'%

%36.01
%32.17
%31.82

CMYK color model

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

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

CMYK: (0,11,12,60)
C0M11Y12K60 (0%, 11%, 12%, 60%)
(0.00 / 0.11 / 0.12 / 0.60)

CMYK percentages

%0
%10.68
%11.65
%59.61

Codes

Color #675C5B in popluar color models

67 5C 5B
RGB 103 92 91
HSL 6.19% 38.04%
HSB/HSV 11.65% 40.39%
CMYK 0.00% 10.68% 11.65%
59.61%

Color #675C5B in popluar number systems.

HEX 67 5C 5B
Decimal 103 92 91
Binary 1100111 1011100 1011011
Octal 147 134 133

Shades and tints

Shades of #675C5B

#675C5B
(103,92,91)
#5E5453
(94,84,83)
#554C4B
(85,76,75)
#4C4443
(76,68,67)
#433C3B
(67,60,59)
#3A3433
(58,52,51)
#312C2B
(49,44,43)
#282423
(40,36,35)
#1F1C1B
(31,28,27)
#161413
(22,20,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #675C5B

#675C5B
(103,92,91)
#746A69
(116,106,105)
#817877
(129,120,119)
#8E8685
(142,134,133)
#9B9493
(155,148,147)
#A8A2A1
(168,162,161)
#B5B0AF
(181,176,175)
#C2BEBD
(194,190,189)
#CFCCCB
(207,204,203)
#DCDAD9
(220,218,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675C5B; }

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

This text font color is #675C5B.

Background Color

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

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

This div background color is #675C5B.

Border color

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

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

This div border color is #675C5B.

Opacity

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

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

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

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

This text has shadow with #675C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675C5B.

Preview

Color preview on black background

This text has color #675C5B on black background.


Color preview on white background

This text has color #675C5B on white background.


Black color preview on #675C5B background

This text has black color on #675C5B background.


White color preview on #675C5B background

This text has white color on #675C5B background.


Related colors

Complementary color

Complementary color for #hex is #98A3A4.


I love getcolorcode.com

Triadic colors

1 #5B675C and #5C5B67 with #675C5B are triadic colors.

2 #5B5C67 and #5C675B with #675C5B are triadic colors.