COLOR #66583C

HEX: #66583C
RGB: (102,88,60)

Color info

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

RGB color model

#66583C color RGB value is (102,88,60).

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

RGB channels and saturation

R 102 of 255 = 40%
G 88 of 255 = 35%
B 60 of 255 = 24%

102
88
60

R + G + B ~ 33%. #66583C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 88 + 60 = 250 (100%)
R 102 of 250 ~ 40.8%
G 88 of 250 ~ 35.2%
B 60 of 250 ~ 24%

%40.8
%35.2
%24

CMYK color model

#66583C color CMYK value is (0,14,41,60).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 41.18%
  • key color value is 60.00%
CMYK:
(0,14,41,60)
C0M14Y41K60 
(0%,14%,41%,60%)
(0.00/0.14/0.41/0.60)	

CMYK percentages

%0
%13.73
%41.18
%60

Codes

Color #66583C in popluar color models

66583C
RGB1028860
HSL40°25.93%31.76%
HSB/HSV40°41.18%40.00%
CMYK0.00%13.73%41.18%
60.00%

Color #66583C in popluar number systems.

HEX66583C
Decimal1028860
Binary11001101011000111100
Octal14613074

Shades and tints

Shades of #66583C

#66583C
(102,88,60)
#5D5037
(93,80,55)
#544832
(84,72,50)
#4B402D
(75,64,45)
#423828
(66,56,40)
#393023
(57,48,35)
#30281E
(48,40,30)
#272019
(39,32,25)
#1E1814
(30,24,20)
#15100F
(21,16,15)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #66583C

#66583C
(102,88,60)
#73674D
(115,103,77)
#80765E
(128,118,94)
#8D856F
(141,133,111)
#9A9480
(154,148,128)
#A7A391
(167,163,145)
#B4B2A2
(180,178,162)
#C1C1B3
(193,193,179)
#CED0C4
(206,208,196)
#DBDFD5
(219,223,213)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66583C color. Also use rgb(102,88,60) instead hex code.

Text Font Color

.myTextColor { color: #66583C; }

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

This text font color is #66583C.


Background Color

.myBgColor { background-color: #66583C; }

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

This div background color is #66583C.


Border color

.myBorderColor { border: 1px solid #66583C; }

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

This div border color is #66583C.


Opacity

.myOpacity80 { color: #66583C; opacity: 0.8; }

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

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

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

This text has shadow with #66583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66583C on black background.


Color preview on white background

This text has color #66583C on white background.



Black color preview on #66583C background

This text has black color on #66583C background.


White color preview on #66583C background

This text has white color on #66583C background.