COLOR #675F7A

HEX: #675F7A RGB: (103,95,122)

Color info

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

RGB color model

#675F7A color RGB value is (103,95,122).

RGB: (103,95,122) (40%, 37%, 48%)

RGB channels and saturation

R 103 of 255 = 40%
G 95 of 255 = 37%
B 122 of 255 = 48%

103
95
122

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

Portions of RGB colors in percentages

R + G + B = 103 + 95 + 122 = 320 (100%)
R 103 of 320 ~ 32.19%
G 95 of 320 ~ 29.69%
B 122 of 320 ~ 38.13'%

%32.19
%29.69
%38.13

CMYK color model

#675F7A color CMYK value is (16,22,0,52).

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

CMYK: (16,22,0,52)
C16M22Y0K52 (16%, 22%, 0%, 52%)
(0.16 / 0.22 / 0.00 / 0.52)

CMYK percentages

%15.57
%22.13
%0
%52.16

Codes

Color #675F7A in popluar color models

67 5F 7A
RGB 103 95 122
HSL 258° 12.44% 42.55%
HSB/HSV 258° 22.13% 47.84%
CMYK 15.57% 22.13% 0.00%
52.16%

Color #675F7A in popluar number systems.

HEX 67 5F 7A
Decimal 103 95 122
Binary 1100111 1011111 1111010
Octal 147 137 172

Shades and tints

Shades of #675F7A

#675F7A
(103,95,122)
#5E576F
(94,87,111)
#554F64
(85,79,100)
#4C4759
(76,71,89)
#433F4E
(67,63,78)
#3A3743
(58,55,67)
#312F38
(49,47,56)
#28272D
(40,39,45)
#1F1F22
(31,31,34)
#161717
(22,23,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #675F7A

#675F7A
(103,95,122)
#746D86
(116,109,134)
#817B92
(129,123,146)
#8E899E
(142,137,158)
#9B97AA
(155,151,170)
#A8A5B6
(168,165,182)
#B5B3C2
(181,179,194)
#C2C1CE
(194,193,206)
#CFCFDA
(207,207,218)
#DCDDE6
(220,221,230)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675F7A; }

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

This text font color is #675F7A.

Background Color

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

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

This div background color is #675F7A.

Border color

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

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

This div border color is #675F7A.

Opacity

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

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

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

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

This text has shadow with #675F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675F7A.

Preview

Color preview on black background

This text has color #675F7A on black background.


Color preview on white background

This text has color #675F7A on white background.


Black color preview on #675F7A background

This text has black color on #675F7A background.


White color preview on #675F7A background

This text has white color on #675F7A background.


Related colors

Complementary color

Complementary color for #hex is #98A085.


I love getcolorcode.com

Triadic colors

1 #7A675F and #5F7A67 with #675F7A are triadic colors.

2 #7A5F67 and #5F677A with #675F7A are triadic colors.