COLOR #675F82

HEX: #675F82 RGB: (103,95,130)

Color info

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

RGB color model

#675F82 color RGB value is (103,95,130).

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

RGB channels and saturation

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

103
95
130

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

Portions of RGB colors in percentages

R + G + B = 103 + 95 + 130 = 328 (100%)
R 103 of 328 ~ 31.4%
G 95 of 328 ~ 28.96%
B 130 of 328 ~ 39.63'%

%31.4
%28.96
%39.63

CMYK color model

#675F82 color CMYK value is (21,27,0,49).

  • cyan value is 20.77%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (21,27,0,49) C21M27Y0K49 (21%,27%,0%,49%) (0.21/0.27/0.00/0.49) 

CMYK percentages

%20.77
%26.92
%0
%49.02

Codes

Color #675F82 in popluar color models

67 5F 82
RGB 103 95 130
HSL 254° 15.56% 44.12%
HSB/HSV 254° 26.92% 50.98%
CMYK 20.77% 26.92% 0.00%
49.02%

Color #675F82 in popluar number systems.

HEX 67 5F 82
Decimal 103 95 130
Binary 1100111 1011111 10000010
Octal 147 137 202

Shades and tints

Shades of #675F82

#675F82
(103,95,130)
#5E5777
(94,87,119)
#554F6C
(85,79,108)
#4C4761
(76,71,97)
#433F56
(67,63,86)
#3A374B
(58,55,75)
#312F40
(49,47,64)
#282735
(40,39,53)
#1F1F2A
(31,31,42)
#16171F
(22,23,31)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #675F82

#675F82
(103,95,130)
#746D8D
(116,109,141)
#817B98
(129,123,152)
#8E89A3
(142,137,163)
#9B97AE
(155,151,174)
#A8A5B9
(168,165,185)
#B5B3C4
(181,179,196)
#C2C1CF
(194,193,207)
#CFCFDA
(207,207,218)
#DCDDE5
(220,221,229)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675F82; }

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

This text font color is #675F82.

Background Color

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

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

This div background color is #675F82.

Border color

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

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

This div border color is #675F82.

Opacity

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

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

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

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

This text has shadow with #675F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675F82.

Preview

Color preview on black background

This text has color #675F82 on black background.


Color preview on white background

This text has color #675F82 on white background.


Black color preview on #675F82 background

This text has black color on #675F82 background.


White color preview on #675F82 background

This text has white color on #675F82 background.


Related colors

Complementary color

Complementary color for #hex is #98A07D.


I love getcolorcode.com

Triadic colors

1 #82675F and #5F8267 with #675F82 are triadic colors.

2 #825F67 and #5F6782 with #675F82 are triadic colors.