COLOR #675D5A

HEX: #675D5A RGB: (103,93,90)

Color info

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

RGB color model

#675D5A color RGB value is (103,93,90).

RGB: (103,93,90) (40%, 36%, 35%)

RGB channels and saturation

R 103 of 255 = 40%
G 93 of 255 = 36%
B 90 of 255 = 35%

103
93
90

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

Portions of RGB colors in percentages

R + G + B = 103 + 93 + 90 = 286 (100%)
R 103 of 286 ~ 36.01%
G 93 of 286 ~ 32.52%
B 90 of 286 ~ 31.47'%

%36.01
%32.52
%31.47

CMYK color model

#675D5A color CMYK value is (0,10,13,60).

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

CMYK: (0,10,13,60)
C0M10Y13K60 (0%, 10%, 13%, 60%)
(0.00 / 0.10 / 0.13 / 0.60)

CMYK percentages

%0
%9.71
%12.62
%59.61

Codes

Color #675D5A in popluar color models

67 5D 5A
RGB 103 93 90
HSL 14° 6.74% 37.84%
HSB/HSV 14° 12.62% 40.39%
CMYK 0.00% 9.71% 12.62%
59.61%

Color #675D5A in popluar number systems.

HEX 67 5D 5A
Decimal 103 93 90
Binary 1100111 1011101 1011010
Octal 147 135 132

Shades and tints

Shades of #675D5A

#675D5A
(103,93,90)
#5E5552
(94,85,82)
#554D4A
(85,77,74)
#4C4542
(76,69,66)
#433D3A
(67,61,58)
#3A3532
(58,53,50)
#312D2A
(49,45,42)
#282522
(40,37,34)
#1F1D1A
(31,29,26)
#161512
(22,21,18)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #675D5A

#675D5A
(103,93,90)
#746B69
(116,107,105)
#817978
(129,121,120)
#8E8787
(142,135,135)
#9B9596
(155,149,150)
#A8A3A5
(168,163,165)
#B5B1B4
(181,177,180)
#C2BFC3
(194,191,195)
#CFCDD2
(207,205,210)
#DCDBE1
(220,219,225)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675D5A; }

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

This text font color is #675D5A.

Background Color

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

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

This div background color is #675D5A.

Border color

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

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

This div border color is #675D5A.

Opacity

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

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

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

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

This text has shadow with #675D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675D5A.

Preview

Color preview on black background

This text has color #675D5A on black background.


Color preview on white background

This text has color #675D5A on white background.


Black color preview on #675D5A background

This text has black color on #675D5A background.


White color preview on #675D5A background

This text has white color on #675D5A background.


Related colors

Complementary color

Complementary color for #hex is #98A2A5.


I love getcolorcode.com

Triadic colors

1 #5A675D and #5D5A67 with #675D5A are triadic colors.

2 #5A5D67 and #5D675A with #675D5A are triadic colors.