COLOR #675E82

HEX: #675E82 RGB: (103,94,130)

Color info

#675E82 contains red, green and blue colors in about the same proportion. Web safe color of #675E82 is #666699 (or #669).

RGB color model

#675E82 color RGB value is (103,94,130).

RGB: (103,94,130) (40%, 37%, 51%)

RGB channels and saturation

R 103 of 255 = 40%
G 94 of 255 = 37%
B 130 of 255 = 51%

103
94
130

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

Portions of RGB colors in percentages

R + G + B = 103 + 94 + 130 = 327 (100%)
R 103 of 327 ~ 31.5%
G 94 of 327 ~ 28.75%
B 130 of 327 ~ 39.76'%

%31.5
%28.75
%39.76

CMYK color model

#675E82 color CMYK value is (21,28,0,49).

  • cyan value is 20.77%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (21,28,0,49)
C21M28Y0K49 (21%, 28%, 0%, 49%)
(0.21 / 0.28 / 0.00 / 0.49)

CMYK percentages

%20.77
%27.69
%0
%49.02

Codes

Color #675E82 in popluar color models

67 5E 82
RGB 103 94 130
HSL 255° 16.07% 43.92%
HSB/HSV 255° 27.69% 50.98%
CMYK 20.77% 27.69% 0.00%
49.02%

Color #675E82 in popluar number systems.

HEX 67 5E 82
Decimal 103 94 130
Binary 1100111 1011110 10000010
Octal 147 136 202

Shades and tints

Shades of #675E82

#675E82
(103,94,130)
#5E5677
(94,86,119)
#554E6C
(85,78,108)
#4C4661
(76,70,97)
#433E56
(67,62,86)
#3A364B
(58,54,75)
#312E40
(49,46,64)
#282635
(40,38,53)
#1F1E2A
(31,30,42)
#16161F
(22,22,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #675E82

#675E82
(103,94,130)
#746C8D
(116,108,141)
#817A98
(129,122,152)
#8E88A3
(142,136,163)
#9B96AE
(155,150,174)
#A8A4B9
(168,164,185)
#B5B2C4
(181,178,196)
#C2C0CF
(194,192,207)
#CFCEDA
(207,206,218)
#DCDCE5
(220,220,229)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675E82; }

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

This text font color is #675E82.

Background Color

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

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

This div background color is #675E82.

Border color

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

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

This div border color is #675E82.

Opacity

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

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

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

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

This text has shadow with #675E82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675E82.

Preview

Color preview on black background

This text has color #675E82 on black background.


Color preview on white background

This text has color #675E82 on white background.


Black color preview on #675E82 background

This text has black color on #675E82 background.


White color preview on #675E82 background

This text has white color on #675E82 background.


Related colors

Complementary color

Complementary color for #hex is #98A17D.


I love getcolorcode.com

Triadic colors

1 #82675E and #5E8267 with #675E82 are triadic colors.

2 #825E67 and #5E6782 with #675E82 are triadic colors.