COLOR #665362

HEX: #665362
RGB: (102,83,98)

Color info

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

RGB color model

#665362 color RGB value is (102,83,98).

  • red value is 102;
  • green value is 83;
  • blue value is 98.
RGB:
(102,83,98)
(40%,33%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 83 of 255 = 33%
B 98 of 255 = 38%

102
83
98

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

Portions of RGB colors in percentages

R + G + B =
102 + 83 + 98 = 283 (100%)
R 102 of 283 ~ 36.04%
G 83 of 283 ~ 29.33%
B 98 of 283 ~ 34.63%

%36.04
%29.33
%34.63

CMYK color model

#665362 color CMYK value is (0,19,4,60).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(0,19,4,60)
C0M19Y4K60 
(0%,19%,4%,60%)
(0.00/0.19/0.04/0.60)	

CMYK percentages

%0
%18.63
%3.92
%60

Codes

Color #665362 in popluar color models

665362
RGB1028398
HSL313°10.27%36.27%
HSB/HSV313°18.63%40.00%
CMYK0.00%18.63%3.92%
60.00%

Color #665362 in popluar number systems.

HEX665362
Decimal1028398
Binary110011010100111100010
Octal146123142

Shades and tints

Shades of #665362

#665362
(102,83,98)
#5D4C5A
(93,76,90)
#544552
(84,69,82)
#4B3E4A
(75,62,74)
#423742
(66,55,66)
#39303A
(57,48,58)
#302932
(48,41,50)
#27222A
(39,34,42)
#1E1B22
(30,27,34)
#15141A
(21,20,26)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #665362

#665362
(102,83,98)
#736270
(115,98,112)
#80717E
(128,113,126)
#8D808C
(141,128,140)
#9A8F9A
(154,143,154)
#A79EA8
(167,158,168)
#B4ADB6
(180,173,182)
#C1BCC4
(193,188,196)
#CECBD2
(206,203,210)
#DBDAE0
(219,218,224)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665362 color. Also use rgb(102,83,98) instead hex code.

Text Font Color

.myTextColor { color: #665362; }

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

This text font color is #665362.


Background Color

.myBgColor { background-color: #665362; }

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

This div background color is #665362.


Border color

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

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

This div border color is #665362.


Opacity

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

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

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

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

This text has shadow with #665362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665362 on black background.


Color preview on white background

This text has color #665362 on white background.



Black color preview on #665362 background

This text has black color on #665362 background.


White color preview on #665362 background

This text has white color on #665362 background.