COLOR #675E60

HEX: #675E60 RGB: (103,94,96)

Color info

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

RGB color model

#675E60 color RGB value is (103,94,96).

RGB: (103,94,96) (40%, 37%, 38%)

RGB channels and saturation

R 103 of 255 = 40%
G 94 of 255 = 37%
B 96 of 255 = 38%

103
94
96

R + G + B ~ 38%. #675E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 94 + 96 = 293 (100%)
R 103 of 293 ~ 35.15%
G 94 of 293 ~ 32.08%
B 96 of 293 ~ 32.76'%

%35.15
%32.08
%32.76

CMYK color model

#675E60 color CMYK value is (0,9,7,60).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 6.80%
  • key color value is 59.61%

CMYK: (0,9,7,60)
C0M9Y7K60 (0%, 9%, 7%, 60%)
(0.00 / 0.09 / 0.07 / 0.60)

CMYK percentages

%0
%8.74
%6.8
%59.61

Codes

Color #675E60 in popluar color models

67 5E 60
RGB 103 94 96
HSL 347° 4.57% 38.63%
HSB/HSV 347° 8.74% 40.39%
CMYK 0.00% 8.74% 6.80%
59.61%

Color #675E60 in popluar number systems.

HEX 67 5E 60
Decimal 103 94 96
Binary 1100111 1011110 1100000
Octal 147 136 140

Shades and tints

Shades of #675E60

#675E60
(103,94,96)
#5E5658
(94,86,88)
#554E50
(85,78,80)
#4C4648
(76,70,72)
#433E40
(67,62,64)
#3A3638
(58,54,56)
#312E30
(49,46,48)
#282628
(40,38,40)
#1F1E20
(31,30,32)
#161618
(22,22,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #675E60

#675E60
(103,94,96)
#746C6E
(116,108,110)
#817A7C
(129,122,124)
#8E888A
(142,136,138)
#9B9698
(155,150,152)
#A8A4A6
(168,164,166)
#B5B2B4
(181,178,180)
#C2C0C2
(194,192,194)
#CFCED0
(207,206,208)
#DCDCDE
(220,220,222)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675E60 color. Also use rgb(103,94,96) instead hex code.

Text Font Color

.myTextColor { color: #675E60; }

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

This text font color is #675E60.

Background Color

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

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

This div background color is #675E60.

Border color

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

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

This div border color is #675E60.

Opacity

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

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

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

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

This text has shadow with #675E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675E60.

Preview

Color preview on black background

This text has color #675E60 on black background.


Color preview on white background

This text has color #675E60 on white background.


Black color preview on #675E60 background

This text has black color on #675E60 background.


White color preview on #675E60 background

This text has white color on #675E60 background.


Related colors

Complementary color

Complementary color for #hex is #98A19F.


I love getcolorcode.com

Triadic colors

1 #60675E and #5E6067 with #675E60 are triadic colors.

2 #605E67 and #5E6760 with #675E60 are triadic colors.