COLOR #675C7A

HEX: #675C7A RGB: (103,92,122)

Color info

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

RGB color model

#675C7A color RGB value is (103,92,122).

RGB: (103,92,122) (40%, 36%, 48%)

RGB channels and saturation

R 103 of 255 = 40%
G 92 of 255 = 36%
B 122 of 255 = 48%

103
92
122

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

Portions of RGB colors in percentages

R + G + B = 103 + 92 + 122 = 317 (100%)
R 103 of 317 ~ 32.49%
G 92 of 317 ~ 29.02%
B 122 of 317 ~ 38.49'%

%32.49
%29.02
%38.49

CMYK color model

#675C7A color CMYK value is (16,25,0,52).

  • cyan value is 15.57%
  • magenta value is 24.59%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (16,25,0,52)
C16M25Y0K52 (16%, 25%, 0%, 52%)
(0.16 / 0.25 / 0.00 / 0.52)

CMYK percentages

%15.57
%24.59
%0
%52.16

Codes

Color #675C7A in popluar color models

67 5C 7A
RGB 103 92 122
HSL 262° 14.02% 41.96%
HSB/HSV 262° 24.59% 47.84%
CMYK 15.57% 24.59% 0.00%
52.16%

Color #675C7A in popluar number systems.

HEX 67 5C 7A
Decimal 103 92 122
Binary 1100111 1011100 1111010
Octal 147 134 172

Shades and tints

Shades of #675C7A

#675C7A
(103,92,122)
#5E546F
(94,84,111)
#554C64
(85,76,100)
#4C4459
(76,68,89)
#433C4E
(67,60,78)
#3A3443
(58,52,67)
#312C38
(49,44,56)
#28242D
(40,36,45)
#1F1C22
(31,28,34)
#161417
(22,20,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #675C7A

#675C7A
(103,92,122)
#746A86
(116,106,134)
#817892
(129,120,146)
#8E869E
(142,134,158)
#9B94AA
(155,148,170)
#A8A2B6
(168,162,182)
#B5B0C2
(181,176,194)
#C2BECE
(194,190,206)
#CFCCDA
(207,204,218)
#DCDAE6
(220,218,230)
#E9E8F2
(233,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675C7A; }

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

This text font color is #675C7A.

Background Color

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

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

This div background color is #675C7A.

Border color

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

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

This div border color is #675C7A.

Opacity

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

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

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

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

This text has shadow with #675C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675C7A.

Preview

Color preview on black background

This text has color #675C7A on black background.


Color preview on white background

This text has color #675C7A on white background.


Black color preview on #675C7A background

This text has black color on #675C7A background.


White color preview on #675C7A background

This text has white color on #675C7A background.


Related colors

Complementary color

Complementary color for #hex is #98A385.


I love getcolorcode.com

Triadic colors

1 #7A675C and #5C7A67 with #675C7A are triadic colors.

2 #7A5C67 and #5C677A with #675C7A are triadic colors.