COLOR #675E72

HEX: #675E72 RGB: (103,94,114)

Color info

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

RGB color model

#675E72 color RGB value is (103,94,114).

RGB: (103,94,114) (40%, 37%, 45%)

RGB channels and saturation

R 103 of 255 = 40%
G 94 of 255 = 37%
B 114 of 255 = 45%

103
94
114

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

Portions of RGB colors in percentages

R + G + B = 103 + 94 + 114 = 311 (100%)
R 103 of 311 ~ 33.12%
G 94 of 311 ~ 30.23%
B 114 of 311 ~ 36.66'%

%33.12
%30.23
%36.66

CMYK color model

#675E72 color CMYK value is (10,18,0,55).

  • cyan value is 9.65%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (10,18,0,55)
C10M18Y0K55 (10%, 18%, 0%, 55%)
(0.10 / 0.18 / 0.00 / 0.55)

CMYK percentages

%9.65
%17.54
%0
%55.29

Codes

Color #675E72 in popluar color models

67 5E 72
RGB 103 94 114
HSL 267° 9.62% 40.78%
HSB/HSV 267° 17.54% 44.71%
CMYK 9.65% 17.54% 0.00%
55.29%

Color #675E72 in popluar number systems.

HEX 67 5E 72
Decimal 103 94 114
Binary 1100111 1011110 1110010
Octal 147 136 162

Shades and tints

Shades of #675E72

#675E72
(103,94,114)
#5E5668
(94,86,104)
#554E5E
(85,78,94)
#4C4654
(76,70,84)
#433E4A
(67,62,74)
#3A3640
(58,54,64)
#312E36
(49,46,54)
#28262C
(40,38,44)
#1F1E22
(31,30,34)
#161618
(22,22,24)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #675E72

#675E72
(103,94,114)
#746C7E
(116,108,126)
#817A8A
(129,122,138)
#8E8896
(142,136,150)
#9B96A2
(155,150,162)
#A8A4AE
(168,164,174)
#B5B2BA
(181,178,186)
#C2C0C6
(194,192,198)
#CFCED2
(207,206,210)
#DCDCDE
(220,220,222)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675E72; }

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

This text font color is #675E72.

Background Color

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

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

This div background color is #675E72.

Border color

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

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

This div border color is #675E72.

Opacity

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

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

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

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

This text has shadow with #675E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675E72.

Preview

Color preview on black background

This text has color #675E72 on black background.


Color preview on white background

This text has color #675E72 on white background.


Black color preview on #675E72 background

This text has black color on #675E72 background.


White color preview on #675E72 background

This text has white color on #675E72 background.


Related colors

Complementary color

Complementary color for #hex is #98A18D.


I love getcolorcode.com

Triadic colors

1 #72675E and #5E7267 with #675E72 are triadic colors.

2 #725E67 and #5E6772 with #675E72 are triadic colors.