COLOR #675D75

HEX: #675D75 RGB: (103,93,117)

Color info

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

RGB color model

#675D75 color RGB value is (103,93,117).

RGB: (103,93,117) (40%, 36%, 46%)

RGB channels and saturation

R 103 of 255 = 40%
G 93 of 255 = 36%
B 117 of 255 = 46%

103
93
117

R + G + B ~ 41%. #675D75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 93 + 117 = 313 (100%)
R 103 of 313 ~ 32.91%
G 93 of 313 ~ 29.71%
B 117 of 313 ~ 37.38'%

%32.91
%29.71
%37.38

CMYK color model

#675D75 color CMYK value is (12,21,0,54).

  • cyan value is 11.97%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (12,21,0,54)
C12M21Y0K54 (12%, 21%, 0%, 54%)
(0.12 / 0.21 / 0.00 / 0.54)

CMYK percentages

%11.97
%20.51
%0
%54.12

Codes

Color #675D75 in popluar color models

67 5D 75
RGB 103 93 117
HSL 265° 11.43% 41.18%
HSB/HSV 265° 20.51% 45.88%
CMYK 11.97% 20.51% 0.00%
54.12%

Color #675D75 in popluar number systems.

HEX 67 5D 75
Decimal 103 93 117
Binary 1100111 1011101 1110101
Octal 147 135 165

Shades and tints

Shades of #675D75

#675D75
(103,93,117)
#5E556B
(94,85,107)
#554D61
(85,77,97)
#4C4557
(76,69,87)
#433D4D
(67,61,77)
#3A3543
(58,53,67)
#312D39
(49,45,57)
#28252F
(40,37,47)
#1F1D25
(31,29,37)
#16151B
(22,21,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #675D75

#675D75
(103,93,117)
#746B81
(116,107,129)
#81798D
(129,121,141)
#8E8799
(142,135,153)
#9B95A5
(155,149,165)
#A8A3B1
(168,163,177)
#B5B1BD
(181,177,189)
#C2BFC9
(194,191,201)
#CFCDD5
(207,205,213)
#DCDBE1
(220,219,225)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675D75; }

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

This text font color is #675D75.

Background Color

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

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

This div background color is #675D75.

Border color

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

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

This div border color is #675D75.

Opacity

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

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

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

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

This text has shadow with #675D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675D75.

Preview

Color preview on black background

This text has color #675D75 on black background.


Color preview on white background

This text has color #675D75 on white background.


Black color preview on #675D75 background

This text has black color on #675D75 background.


White color preview on #675D75 background

This text has white color on #675D75 background.


Related colors

Complementary color

Complementary color for #hex is #98A28A.


I love getcolorcode.com

Triadic colors

1 #75675D and #5D7567 with #675D75 are triadic colors.

2 #755D67 and #5D6775 with #675D75 are triadic colors.