COLOR #675662

HEX: #675662
RGB: (103,86,98)

Color info

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

RGB color model

#675662 color RGB value is (103,86,98).

  • red value is 103;
  • green value is 86;
  • blue value is 98.
RGB:
(103,86,98)
(40%,34%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 86 of 255 = 34%
B 98 of 255 = 38%

103
86
98

R + G + B ~ 37%. #675662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 86 + 98 = 287 (100%)
R 103 of 287 ~ 35.89%
G 86 of 287 ~ 29.97%
B 98 of 287 ~ 34.15%

%35.89
%29.97
%34.15

CMYK color model

#675662 color CMYK value is (0,17,5,60).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 4.85%
  • key color value is 59.61%
CMYK:
(0,17,5,60)
C0M17Y5K60 
(0%,17%,5%,60%)
(0.00/0.17/0.05/0.60)	

CMYK percentages

%0
%16.5
%4.85
%59.61

Codes

Color #675662 in popluar color models

675662
RGB1038698
HSL318°8.99%37.06%
HSB/HSV318°16.50%40.39%
CMYK0.00%16.50%4.85%
59.61%

Color #675662 in popluar number systems.

HEX675662
Decimal1038698
Binary110011110101101100010
Octal147126142

Shades and tints

Shades of #675662

#675662
(103,86,98)
#5E4F5A
(94,79,90)
#554852
(85,72,82)
#4C414A
(76,65,74)
#433A42
(67,58,66)
#3A333A
(58,51,58)
#312C32
(49,44,50)
#28252A
(40,37,42)
#1F1E22
(31,30,34)
#16171A
(22,23,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #675662

#675662
(103,86,98)
#746570
(116,101,112)
#81747E
(129,116,126)
#8E838C
(142,131,140)
#9B929A
(155,146,154)
#A8A1A8
(168,161,168)
#B5B0B6
(181,176,182)
#C2BFC4
(194,191,196)
#CFCED2
(207,206,210)
#DCDDE0
(220,221,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675662 color. Also use rgb(103,86,98) instead hex code.

Text Font Color

.myTextColor { color: #675662; }

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

This text font color is #675662.


Background Color

.myBgColor { background-color: #675662; }

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

This div background color is #675662.


Border color

.myBorderColor { border: 1px solid #675662; }

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

This div border color is #675662.


Opacity

.myOpacity80 { color: #675662; opacity: 0.8; }

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

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

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

This text has shadow with #675662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675662 on black background.


Color preview on white background

This text has color #675662 on white background.



Black color preview on #675662 background

This text has black color on #675662 background.


White color preview on #675662 background

This text has white color on #675662 background.