COLOR #665263

HEX: #665263
RGB: (102,82,99)

Color info

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

RGB color model

#665263 color RGB value is (102,82,99).

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

RGB channels and saturation

R 102 of 255 = 40%
G 82 of 255 = 32%
B 99 of 255 = 39%

102
82
99

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

Portions of RGB colors in percentages

R + G + B =
102 + 82 + 99 = 283 (100%)
R 102 of 283 ~ 36.04%
G 82 of 283 ~ 28.98%
B 99 of 283 ~ 34.98%

%36.04
%28.98
%34.98

CMYK color model

#665263 color CMYK value is (0,20,3,60).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 2.94%
  • key color value is 60.00%
CMYK:
(0,20,3,60)
C0M20Y3K60 
(0%,20%,3%,60%)
(0.00/0.20/0.03/0.60)	

CMYK percentages

%0
%19.61
%2.94
%60

Codes

Color #665263 in popluar color models

665263
RGB1028299
HSL309°10.87%36.08%
HSB/HSV309°19.61%40.00%
CMYK0.00%19.61%2.94%
60.00%

Color #665263 in popluar number systems.

HEX665263
Decimal1028299
Binary110011010100101100011
Octal146122143

Shades and tints

Shades of #665263

#665263
(102,82,99)
#5D4B5A
(93,75,90)
#544451
(84,68,81)
#4B3D48
(75,61,72)
#42363F
(66,54,63)
#392F36
(57,47,54)
#30282D
(48,40,45)
#272124
(39,33,36)
#1E1A1B
(30,26,27)
#151312
(21,19,18)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #665263

#665263
(102,82,99)
#736171
(115,97,113)
#80707F
(128,112,127)
#8D7F8D
(141,127,141)
#9A8E9B
(154,142,155)
#A79DA9
(167,157,169)
#B4ACB7
(180,172,183)
#C1BBC5
(193,187,197)
#CECAD3
(206,202,211)
#DBD9E1
(219,217,225)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665263; }

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

This text font color is #665263.


Background Color

.myBgColor { background-color: #665263; }

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

This div background color is #665263.


Border color

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

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

This div border color is #665263.


Opacity

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

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

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

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

This text has shadow with #665263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665263 on black background.


Color preview on white background

This text has color #665263 on white background.



Black color preview on #665263 background

This text has black color on #665263 background.


White color preview on #665263 background

This text has white color on #665263 background.