COLOR #675D7B

HEX: #675D7B RGB: (103,93,123)

Color info

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

RGB color model

#675D7B color RGB value is (103,93,123).

RGB: (103,93,123) (40%, 36%, 48%)

RGB channels and saturation

R 103 of 255 = 40%
G 93 of 255 = 36%
B 123 of 255 = 48%

103
93
123

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

Portions of RGB colors in percentages

R + G + B = 103 + 93 + 123 = 319 (100%)
R 103 of 319 ~ 32.29%
G 93 of 319 ~ 29.15%
B 123 of 319 ~ 38.56'%

%32.29
%29.15
%38.56

CMYK color model

#675D7B color CMYK value is (16,24,0,52).

  • cyan value is 16.26%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (16,24,0,52)
C16M24Y0K52 (16%, 24%, 0%, 52%)
(0.16 / 0.24 / 0.00 / 0.52)

CMYK percentages

%16.26
%24.39
%0
%51.76

Codes

Color #675D7B in popluar color models

67 5D 7B
RGB 103 93 123
HSL 260° 13.89% 42.35%
HSB/HSV 260° 24.39% 48.24%
CMYK 16.26% 24.39% 0.00%
51.76%

Color #675D7B in popluar number systems.

HEX 67 5D 7B
Decimal 103 93 123
Binary 1100111 1011101 1111011
Octal 147 135 173

Shades and tints

Shades of #675D7B

#675D7B
(103,93,123)
#5E5570
(94,85,112)
#554D65
(85,77,101)
#4C455A
(76,69,90)
#433D4F
(67,61,79)
#3A3544
(58,53,68)
#312D39
(49,45,57)
#28252E
(40,37,46)
#1F1D23
(31,29,35)
#161518
(22,21,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #675D7B

#675D7B
(103,93,123)
#746B87
(116,107,135)
#817993
(129,121,147)
#8E879F
(142,135,159)
#9B95AB
(155,149,171)
#A8A3B7
(168,163,183)
#B5B1C3
(181,177,195)
#C2BFCF
(194,191,207)
#CFCDDB
(207,205,219)
#DCDBE7
(220,219,231)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675D7B; }

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

This text font color is #675D7B.

Background Color

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

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

This div background color is #675D7B.

Border color

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

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

This div border color is #675D7B.

Opacity

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

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

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

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

This text has shadow with #675D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675D7B.

Preview

Color preview on black background

This text has color #675D7B on black background.


Color preview on white background

This text has color #675D7B on white background.


Black color preview on #675D7B background

This text has black color on #675D7B background.


White color preview on #675D7B background

This text has white color on #675D7B background.


Related colors

Complementary color

Complementary color for #hex is #98A284.


I love getcolorcode.com

Triadic colors

1 #7B675D and #5D7B67 with #675D7B are triadic colors.

2 #7B5D67 and #5D677B with #675D7B are triadic colors.