COLOR #66583D

HEX: #66583D
RGB: (102,88,61)

Color info

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

RGB color model

#66583D color RGB value is (102,88,61).

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

RGB channels and saturation

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

102
88
61

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

Portions of RGB colors in percentages

R + G + B =
102 + 88 + 61 = 251 (100%)
R 102 of 251 ~ 40.64%
G 88 of 251 ~ 35.06%
B 61 of 251 ~ 24.3%

%40.64
%35.06
%24.3

CMYK color model

#66583D color CMYK value is (0,14,40,60).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK:
(0,14,40,60)
C0M14Y40K60 
(0%,14%,40%,60%)
(0.00/0.14/0.40/0.60)	

CMYK percentages

%0
%13.73
%40.2
%60

Codes

Color #66583D in popluar color models

66583D
RGB1028861
HSL40°25.15%31.96%
HSB/HSV40°40.20%40.00%
CMYK0.00%13.73%40.20%
60.00%

Color #66583D in popluar number systems.

HEX66583D
Decimal1028861
Binary11001101011000111101
Octal14613075

Shades and tints

Shades of #66583D

#66583D
(102,88,61)
#5D5038
(93,80,56)
#544833
(84,72,51)
#4B402E
(75,64,46)
#423829
(66,56,41)
#393024
(57,48,36)
#30281F
(48,40,31)
#27201A
(39,32,26)
#1E1815
(30,24,21)
#151010
(21,16,16)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #66583D

#66583D
(102,88,61)
#73674E
(115,103,78)
#80765F
(128,118,95)
#8D8570
(141,133,112)
#9A9481
(154,148,129)
#A7A392
(167,163,146)
#B4B2A3
(180,178,163)
#C1C1B4
(193,193,180)
#CED0C5
(206,208,197)
#DBDFD6
(219,223,214)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66583D; }

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

This text font color is #66583D.


Background Color

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

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

This div background color is #66583D.


Border color

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

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

This div border color is #66583D.


Opacity

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

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

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

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

This text has shadow with #66583D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66583D on black background.


Color preview on white background

This text has color #66583D on white background.



Black color preview on #66583D background

This text has black color on #66583D background.


White color preview on #66583D background

This text has white color on #66583D background.