COLOR #675A63

HEX: #675A63
RGB: (103,90,99)

Color info

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

RGB color model

#675A63 color RGB value is (103,90,99).

  • red value is 103;
  • green value is 90;
  • blue value is 99.
RGB:
(103,90,99)
(40%,35%,39%)

RGB channels and saturation

R 103 of 255 = 40%
G 90 of 255 = 35%
B 99 of 255 = 39%

103
90
99

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

Portions of RGB colors in percentages

R + G + B =
103 + 90 + 99 = 292 (100%)
R 103 of 292 ~ 35.27%
G 90 of 292 ~ 30.82%
B 99 of 292 ~ 33.9%

%35.27
%30.82
%33.9

CMYK color model

#675A63 color CMYK value is (0,13,4,60).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 3.88%
  • key color value is 59.61%
CMYK:
(0,13,4,60)
C0M13Y4K60 
(0%,13%,4%,60%)
(0.00/0.13/0.04/0.60)	

CMYK percentages

%0
%12.62
%3.88
%59.61

Codes

Color #675A63 in popluar color models

675A63
RGB1039099
HSL318°6.74%37.84%
HSB/HSV318°12.62%40.39%
CMYK0.00%12.62%3.88%
59.61%

Color #675A63 in popluar number systems.

HEX675A63
Decimal1039099
Binary110011110110101100011
Octal147132143

Shades and tints

Shades of #675A63

#675A63
(103,90,99)
#5E525A
(94,82,90)
#554A51
(85,74,81)
#4C4248
(76,66,72)
#433A3F
(67,58,63)
#3A3236
(58,50,54)
#312A2D
(49,42,45)
#282224
(40,34,36)
#1F1A1B
(31,26,27)
#161212
(22,18,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #675A63

#675A63
(103,90,99)
#746971
(116,105,113)
#81787F
(129,120,127)
#8E878D
(142,135,141)
#9B969B
(155,150,155)
#A8A5A9
(168,165,169)
#B5B4B7
(181,180,183)
#C2C3C5
(194,195,197)
#CFD2D3
(207,210,211)
#DCE1E1
(220,225,225)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675A63 color. Also use rgb(103,90,99) instead hex code.

Text Font Color

.myTextColor { color: #675A63; }

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

This text font color is #675A63.


Background Color

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

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

This div background color is #675A63.


Border color

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

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

This div border color is #675A63.


Opacity

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

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

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

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

This text has shadow with #675A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675A63 on black background.


Color preview on white background

This text has color #675A63 on white background.



Black color preview on #675A63 background

This text has black color on #675A63 background.


White color preview on #675A63 background

This text has white color on #675A63 background.