COLOR #665863

HEX: #665863
RGB: (102,88,99)

Color info

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

RGB color model

#665863 color RGB value is (102,88,99).

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

RGB channels and saturation

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

102
88
99

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

Portions of RGB colors in percentages

R + G + B =
102 + 88 + 99 = 289 (100%)
R 102 of 289 ~ 35.29%
G 88 of 289 ~ 30.45%
B 99 of 289 ~ 34.26%

%35.29
%30.45
%34.26

CMYK color model

#665863 color CMYK value is (0,14,3,60).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 2.94%
  • key color value is 60.00%
CMYK:
(0,14,3,60)
C0M14Y3K60 
(0%,14%,3%,60%)
(0.00/0.14/0.03/0.60)	

CMYK percentages

%0
%13.73
%2.94
%60

Codes

Color #665863 in popluar color models

665863
RGB1028899
HSL313°7.37%37.25%
HSB/HSV313°13.73%40.00%
CMYK0.00%13.73%2.94%
60.00%

Color #665863 in popluar number systems.

HEX665863
Decimal1028899
Binary110011010110001100011
Octal146130143

Shades and tints

Shades of #665863

#665863
(102,88,99)
#5D505A
(93,80,90)
#544851
(84,72,81)
#4B4048
(75,64,72)
#42383F
(66,56,63)
#393036
(57,48,54)
#30282D
(48,40,45)
#272024
(39,32,36)
#1E181B
(30,24,27)
#151012
(21,16,18)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #665863

#665863
(102,88,99)
#736771
(115,103,113)
#80767F
(128,118,127)
#8D858D
(141,133,141)
#9A949B
(154,148,155)
#A7A3A9
(167,163,169)
#B4B2B7
(180,178,183)
#C1C1C5
(193,193,197)
#CED0D3
(206,208,211)
#DBDFE1
(219,223,225)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665863; }

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

This text font color is #665863.


Background Color

.myBgColor { background-color: #665863; }

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

This div background color is #665863.


Border color

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

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

This div border color is #665863.


Opacity

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

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

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

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

This text has shadow with #665863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665863 on black background.


Color preview on white background

This text has color #665863 on white background.



Black color preview on #665863 background

This text has black color on #665863 background.


White color preview on #665863 background

This text has white color on #665863 background.