COLOR #675864

HEX: #675864
RGB: (103,88,100)

Color info

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

RGB color model

#675864 color RGB value is (103,88,100).

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

RGB channels and saturation

R 103 of 255 = 40%
G 88 of 255 = 35%
B 100 of 255 = 39%

103
88
100

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

Portions of RGB colors in percentages

R + G + B =
103 + 88 + 100 = 291 (100%)
R 103 of 291 ~ 35.4%
G 88 of 291 ~ 30.24%
B 100 of 291 ~ 34.36%

%35.4
%30.24
%34.36

CMYK color model

#675864 color CMYK value is (0,15,3,60).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 2.91%
  • key color value is 59.61%
CMYK:
(0,15,3,60)
C0M15Y3K60 
(0%,15%,3%,60%)
(0.00/0.15/0.03/0.60)	

CMYK percentages

%0
%14.56
%2.91
%59.61

Codes

Color #675864 in popluar color models

675864
RGB10388100
HSL312°7.85%37.45%
HSB/HSV312°14.56%40.39%
CMYK0.00%14.56%2.91%
59.61%

Color #675864 in popluar number systems.

HEX675864
Decimal10388100
Binary110011110110001100100
Octal147130144

Shades and tints

Shades of #675864

#675864
(103,88,100)
#5E505B
(94,80,91)
#554852
(85,72,82)
#4C4049
(76,64,73)
#433840
(67,56,64)
#3A3037
(58,48,55)
#31282E
(49,40,46)
#282025
(40,32,37)
#1F181C
(31,24,28)
#161013
(22,16,19)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #675864

#675864
(103,88,100)
#746772
(116,103,114)
#817680
(129,118,128)
#8E858E
(142,133,142)
#9B949C
(155,148,156)
#A8A3AA
(168,163,170)
#B5B2B8
(181,178,184)
#C2C1C6
(194,193,198)
#CFD0D4
(207,208,212)
#DCDFE2
(220,223,226)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675864 color. Also use rgb(103,88,100) instead hex code.

Text Font Color

.myTextColor { color: #675864; }

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

This text font color is #675864.


Background Color

.myBgColor { background-color: #675864; }

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

This div background color is #675864.


Border color

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

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

This div border color is #675864.


Opacity

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

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

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

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

This text has shadow with #675864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675864 on black background.


Color preview on white background

This text has color #675864 on white background.



Black color preview on #675864 background

This text has black color on #675864 background.


White color preview on #675864 background

This text has white color on #675864 background.