COLOR #66535D

HEX: #66535D
RGB: (102,83,93)

Color info

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

RGB color model

#66535D color RGB value is (102,83,93).

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

RGB channels and saturation

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

102
83
93

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

Portions of RGB colors in percentages

R + G + B =
102 + 83 + 93 = 278 (100%)
R 102 of 278 ~ 36.69%
G 83 of 278 ~ 29.86%
B 93 of 278 ~ 33.45%

%36.69
%29.86
%33.45

CMYK color model

#66535D color CMYK value is (0,19,9,60).

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

CMYK percentages

%0
%18.63
%8.82
%60

Codes

Color #66535D in popluar color models

66535D
RGB1028393
HSL328°10.27%36.27%
HSB/HSV328°18.63%40.00%
CMYK0.00%18.63%8.82%
60.00%

Color #66535D in popluar number systems.

HEX66535D
Decimal1028393
Binary110011010100111011101
Octal146123135

Shades and tints

Shades of #66535D

#66535D
(102,83,93)
#5D4C55
(93,76,85)
#54454D
(84,69,77)
#4B3E45
(75,62,69)
#42373D
(66,55,61)
#393035
(57,48,53)
#30292D
(48,41,45)
#272225
(39,34,37)
#1E1B1D
(30,27,29)
#151415
(21,20,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #66535D

#66535D
(102,83,93)
#73626B
(115,98,107)
#807179
(128,113,121)
#8D8087
(141,128,135)
#9A8F95
(154,143,149)
#A79EA3
(167,158,163)
#B4ADB1
(180,173,177)
#C1BCBF
(193,188,191)
#CECBCD
(206,203,205)
#DBDADB
(219,218,219)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66535D; }

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

This text font color is #66535D.


Background Color

.myBgColor { background-color: #66535D; }

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

This div background color is #66535D.


Border color

.myBorderColor { border: 1px solid #66535D; }

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

This div border color is #66535D.


Opacity

.myOpacity80 { color: #66535D; opacity: 0.8; }

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

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

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

This text has shadow with #66535D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66535D on black background.


Color preview on white background

This text has color #66535D on white background.



Black color preview on #66535D background

This text has black color on #66535D background.


White color preview on #66535D background

This text has white color on #66535D background.