COLOR #665353

HEX: #665353
RGB: (102,83,83)

Color info

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

RGB color model

#665353 color RGB value is (102,83,83).

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

RGB channels and saturation

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

102
83
83

R + G + B ~ 35%. #665353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 83 + 83 = 268 (100%)
R 102 of 268 ~ 38.06%
G 83 of 268 ~ 30.97%
B 83 of 268 ~ 30.97%

%38.06
%30.97
%30.97

CMYK color model

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

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

CMYK percentages

%0
%18.63
%18.63
%60

Codes

Color #665353 in popluar color models

665353
RGB1028383
HSL10.27%36.27%
HSB/HSV18.63%40.00%
CMYK0.00%18.63%18.63%
60.00%

Color #665353 in popluar number systems.

HEX665353
Decimal1028383
Binary110011010100111010011
Octal146123123

Shades and tints

Shades of #665353

#665353
(102,83,83)
#5D4C4C
(93,76,76)
#544545
(84,69,69)
#4B3E3E
(75,62,62)
#423737
(66,55,55)
#393030
(57,48,48)
#302929
(48,41,41)
#272222
(39,34,34)
#1E1B1B
(30,27,27)
#151414
(21,20,20)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #665353

#665353
(102,83,83)
#736262
(115,98,98)
#807171
(128,113,113)
#8D8080
(141,128,128)
#9A8F8F
(154,143,143)
#A79E9E
(167,158,158)
#B4ADAD
(180,173,173)
#C1BCBC
(193,188,188)
#CECBCB
(206,203,203)
#DBDADA
(219,218,218)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665353; }

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

This text font color is #665353.


Background Color

.myBgColor { background-color: #665353; }

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

This div background color is #665353.


Border color

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

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

This div border color is #665353.


Opacity

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

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

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

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

This text has shadow with #665353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665353 on black background.


Color preview on white background

This text has color #665353 on white background.



Black color preview on #665353 background

This text has black color on #665353 background.


White color preview on #665353 background

This text has white color on #665353 background.