COLOR #66593D

HEX: #66593D
RGB: (102,89,61)

Color info

#66593D contains red, green and blue colors in about the same proportion. Web safe color of #66593D is #666633 (or #663).

RGB color model

#66593D color RGB value is (102,89,61).

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

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 61 of 255 = 24%

102
89
61

R + G + B ~ 33%. #66593D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 61 = 252 (100%)
R 102 of 252 ~ 40.48%
G 89 of 252 ~ 35.32%
B 61 of 252 ~ 24.21%

%40.48
%35.32
%24.21

CMYK color model

#66593D color CMYK value is (0,13,40,60).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK:
(0,13,40,60)
C0M13Y40K60 
(0%,13%,40%,60%)
(0.00/0.13/0.40/0.60)	

CMYK percentages

%0
%12.75
%40.2
%60

Codes

Color #66593D in popluar color models

66593D
RGB1028961
HSL41°25.15%31.96%
HSB/HSV41°40.20%40.00%
CMYK0.00%12.75%40.20%
60.00%

Color #66593D in popluar number systems.

HEX66593D
Decimal1028961
Binary11001101011001111101
Octal14613175

Shades and tints

Shades of #66593D

#66593D
(102,89,61)
#5D5138
(93,81,56)
#544933
(84,73,51)
#4B412E
(75,65,46)
#423929
(66,57,41)
#393124
(57,49,36)
#30291F
(48,41,31)
#27211A
(39,33,26)
#1E1915
(30,25,21)
#151110
(21,17,16)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #66593D

#66593D
(102,89,61)
#73684E
(115,104,78)
#80775F
(128,119,95)
#8D8670
(141,134,112)
#9A9581
(154,149,129)
#A7A492
(167,164,146)
#B4B3A3
(180,179,163)
#C1C2B4
(193,194,180)
#CED1C5
(206,209,197)
#DBE0D6
(219,224,214)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66593D; }

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

This text font color is #66593D.


Background Color

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

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

This div background color is #66593D.


Border color

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

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

This div border color is #66593D.


Opacity

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

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

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

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

This text has shadow with #66593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66593D on black background.


Color preview on white background

This text has color #66593D on white background.



Black color preview on #66593D background

This text has black color on #66593D background.


White color preview on #66593D background

This text has white color on #66593D background.