COLOR #675D5B

HEX: #675D5B RGB: (103,93,91)

Color info

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

RGB color model

#675D5B color RGB value is (103,93,91).

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

RGB channels and saturation

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

103
93
91

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

Portions of RGB colors in percentages

R + G + B = 103 + 93 + 91 = 287 (100%)
R 103 of 287 ~ 35.89%
G 93 of 287 ~ 32.4%
B 91 of 287 ~ 31.71'%

%35.89
%32.4
%31.71

CMYK color model

#675D5B color CMYK value is (0,10,12,60).

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

CMYK: (0,10,12,60)
C0M10Y12K60 (0%, 10%, 12%, 60%)
(0.00 / 0.10 / 0.12 / 0.60)

CMYK percentages

%0
%9.71
%11.65
%59.61

Codes

Color #675D5B in popluar color models

67 5D 5B
RGB 103 93 91
HSL 10° 6.19% 38.04%
HSB/HSV 10° 11.65% 40.39%
CMYK 0.00% 9.71% 11.65%
59.61%

Color #675D5B in popluar number systems.

HEX 67 5D 5B
Decimal 103 93 91
Binary 1100111 1011101 1011011
Octal 147 135 133

Shades and tints

Shades of #675D5B

#675D5B
(103,93,91)
#5E5553
(94,85,83)
#554D4B
(85,77,75)
#4C4543
(76,69,67)
#433D3B
(67,61,59)
#3A3533
(58,53,51)
#312D2B
(49,45,43)
#282523
(40,37,35)
#1F1D1B
(31,29,27)
#161513
(22,21,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #675D5B

#675D5B
(103,93,91)
#746B69
(116,107,105)
#817977
(129,121,119)
#8E8785
(142,135,133)
#9B9593
(155,149,147)
#A8A3A1
(168,163,161)
#B5B1AF
(181,177,175)
#C2BFBD
(194,191,189)
#CFCDCB
(207,205,203)
#DCDBD9
(220,219,217)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675D5B; }

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

This text font color is #675D5B.

Background Color

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

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

This div background color is #675D5B.

Border color

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

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

This div border color is #675D5B.

Opacity

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

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

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

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

This text has shadow with #675D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675D5B.

Preview

Color preview on black background

This text has color #675D5B on black background.


Color preview on white background

This text has color #675D5B on white background.


Black color preview on #675D5B background

This text has black color on #675D5B background.


White color preview on #675D5B background

This text has white color on #675D5B background.


Related colors

Complementary color

Complementary color for #hex is #98A2A4.


I love getcolorcode.com

Triadic colors

1 #5B675D and #5D5B67 with #675D5B are triadic colors.

2 #5B5D67 and #5D675B with #675D5B are triadic colors.