COLOR #665259

HEX: #665259
RGB: (102,82,89)

Color info

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

RGB color model

#665259 color RGB value is (102,82,89).

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

RGB channels and saturation

R 102 of 255 = 40%
G 82 of 255 = 32%
B 89 of 255 = 35%

102
82
89

R + G + B ~ 36%. #665259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 82 + 89 = 273 (100%)
R 102 of 273 ~ 37.36%
G 82 of 273 ~ 30.04%
B 89 of 273 ~ 32.6%

%37.36
%30.04
%32.6

CMYK color model

#665259 color CMYK value is (0,20,13,60).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(0,20,13,60)
C0M20Y13K60 
(0%,20%,13%,60%)
(0.00/0.20/0.13/0.60)	

CMYK percentages

%0
%19.61
%12.75
%60

Codes

Color #665259 in popluar color models

665259
RGB1028289
HSL339°10.87%36.08%
HSB/HSV339°19.61%40.00%
CMYK0.00%19.61%12.75%
60.00%

Color #665259 in popluar number systems.

HEX665259
Decimal1028289
Binary110011010100101011001
Octal146122131

Shades and tints

Shades of #665259

#665259
(102,82,89)
#5D4B51
(93,75,81)
#544449
(84,68,73)
#4B3D41
(75,61,65)
#423639
(66,54,57)
#392F31
(57,47,49)
#302829
(48,40,41)
#272121
(39,33,33)
#1E1A19
(30,26,25)
#151311
(21,19,17)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #665259

#665259
(102,82,89)
#736168
(115,97,104)
#807077
(128,112,119)
#8D7F86
(141,127,134)
#9A8E95
(154,142,149)
#A79DA4
(167,157,164)
#B4ACB3
(180,172,179)
#C1BBC2
(193,187,194)
#CECAD1
(206,202,209)
#DBD9E0
(219,217,224)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665259; }

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

This text font color is #665259.


Background Color

.myBgColor { background-color: #665259; }

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

This div background color is #665259.


Border color

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

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

This div border color is #665259.


Opacity

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

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

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

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

This text has shadow with #665259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665259 on black background.


Color preview on white background

This text has color #665259 on white background.



Black color preview on #665259 background

This text has black color on #665259 background.


White color preview on #665259 background

This text has white color on #665259 background.