COLOR #675863

HEX: #675863
RGB: (103,88,99)

Color info

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

RGB color model

#675863 color RGB value is (103,88,99).

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

RGB channels and saturation

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

103
88
99

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

Portions of RGB colors in percentages

R + G + B =
103 + 88 + 99 = 290 (100%)
R 103 of 290 ~ 35.52%
G 88 of 290 ~ 30.34%
B 99 of 290 ~ 34.14%

%35.52
%30.34
%34.14

CMYK color model

#675863 color CMYK value is (0,15,4,60).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 3.88%
  • key color value is 59.61%
CMYK:
(0,15,4,60)
C0M15Y4K60 
(0%,15%,4%,60%)
(0.00/0.15/0.04/0.60)	

CMYK percentages

%0
%14.56
%3.88
%59.61

Codes

Color #675863 in popluar color models

675863
RGB1038899
HSL316°7.85%37.45%
HSB/HSV316°14.56%40.39%
CMYK0.00%14.56%3.88%
59.61%

Color #675863 in popluar number systems.

HEX675863
Decimal1038899
Binary110011110110001100011
Octal147130143

Shades and tints

Shades of #675863

#675863
(103,88,99)
#5E505A
(94,80,90)
#554851
(85,72,81)
#4C4048
(76,64,72)
#43383F
(67,56,63)
#3A3036
(58,48,54)
#31282D
(49,40,45)
#282024
(40,32,36)
#1F181B
(31,24,27)
#161012
(22,16,18)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #675863

#675863
(103,88,99)
#746771
(116,103,113)
#81767F
(129,118,127)
#8E858D
(142,133,141)
#9B949B
(155,148,155)
#A8A3A9
(168,163,169)
#B5B2B7
(181,178,183)
#C2C1C5
(194,193,197)
#CFD0D3
(207,208,211)
#DCDFE1
(220,223,225)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675863; }

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

This text font color is #675863.


Background Color

.myBgColor { background-color: #675863; }

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

This div background color is #675863.


Border color

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

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

This div border color is #675863.


Opacity

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

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

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

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

This text has shadow with #675863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675863 on black background.


Color preview on white background

This text has color #675863 on white background.



Black color preview on #675863 background

This text has black color on #675863 background.


White color preview on #675863 background

This text has white color on #675863 background.