COLOR #66583F

HEX: #66583F
RGB: (102,88,63)

Color info

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

RGB color model

#66583F color RGB value is (102,88,63).

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

RGB channels and saturation

R 102 of 255 = 40%
G 88 of 255 = 35%
B 63 of 255 = 25%

102
88
63

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

Portions of RGB colors in percentages

R + G + B =
102 + 88 + 63 = 253 (100%)
R 102 of 253 ~ 40.32%
G 88 of 253 ~ 34.78%
B 63 of 253 ~ 24.9%

%40.32
%34.78
%24.9

CMYK color model

#66583F color CMYK value is (0,14,38,60).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 38.24%
  • key color value is 60.00%
CMYK:
(0,14,38,60)
C0M14Y38K60 
(0%,14%,38%,60%)
(0.00/0.14/0.38/0.60)	

CMYK percentages

%0
%13.73
%38.24
%60

Codes

Color #66583F in popluar color models

66583F
RGB1028863
HSL38°23.64%32.35%
HSB/HSV38°38.24%40.00%
CMYK0.00%13.73%38.24%
60.00%

Color #66583F in popluar number systems.

HEX66583F
Decimal1028863
Binary11001101011000111111
Octal14613077

Shades and tints

Shades of #66583F

#66583F
(102,88,63)
#5D503A
(93,80,58)
#544835
(84,72,53)
#4B4030
(75,64,48)
#42382B
(66,56,43)
#393026
(57,48,38)
#302821
(48,40,33)
#27201C
(39,32,28)
#1E1817
(30,24,23)
#151012
(21,16,18)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #66583F

#66583F
(102,88,63)
#736750
(115,103,80)
#807661
(128,118,97)
#8D8572
(141,133,114)
#9A9483
(154,148,131)
#A7A394
(167,163,148)
#B4B2A5
(180,178,165)
#C1C1B6
(193,193,182)
#CED0C7
(206,208,199)
#DBDFD8
(219,223,216)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66583F; }

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

This text font color is #66583F.


Background Color

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

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

This div background color is #66583F.


Border color

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

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

This div border color is #66583F.


Opacity

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

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

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

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

This text has shadow with #66583F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66583F on black background.


Color preview on white background

This text has color #66583F on white background.



Black color preview on #66583F background

This text has black color on #66583F background.


White color preview on #66583F background

This text has white color on #66583F background.