COLOR #66613D

HEX: #66613D
RGB: (102,97,61)

Color info

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

RGB color model

#66613D color RGB value is (102,97,61).

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

RGB channels and saturation

R 102 of 255 = 40%
G 97 of 255 = 38%
B 61 of 255 = 24%

102
97
61

R + G + B ~ 34%. #66613D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 97 + 61 = 260 (100%)
R 102 of 260 ~ 39.23%
G 97 of 260 ~ 37.31%
B 61 of 260 ~ 23.46%

%39.23
%37.31
%23.46

CMYK color model

#66613D color CMYK value is (0,5,40,60).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK:
(0,5,40,60)
C0M5Y40K60 
(0%,5%,40%,60%)
(0.00/0.05/0.40/0.60)	

CMYK percentages

%0
%4.9
%40.2
%60

Codes

Color #66613D in popluar color models

66613D
RGB1029761
HSL53°25.15%31.96%
HSB/HSV53°40.20%40.00%
CMYK0.00%4.90%40.20%
60.00%

Color #66613D in popluar number systems.

HEX66613D
Decimal1029761
Binary11001101100001111101
Octal14614175

Shades and tints

Shades of #66613D

#66613D
(102,97,61)
#5D5938
(93,89,56)
#545133
(84,81,51)
#4B492E
(75,73,46)
#424129
(66,65,41)
#393924
(57,57,36)
#30311F
(48,49,31)
#27291A
(39,41,26)
#1E2115
(30,33,21)
#151910
(21,25,16)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #66613D

#66613D
(102,97,61)
#736F4E
(115,111,78)
#807D5F
(128,125,95)
#8D8B70
(141,139,112)
#9A9981
(154,153,129)
#A7A792
(167,167,146)
#B4B5A3
(180,181,163)
#C1C3B4
(193,195,180)
#CED1C5
(206,209,197)
#DBDFD6
(219,223,214)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66613D; }

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

This text font color is #66613D.


Background Color

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

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

This div background color is #66613D.


Border color

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

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

This div border color is #66613D.


Opacity

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

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

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

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

This text has shadow with #66613D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66613D on black background.


Color preview on white background

This text has color #66613D on white background.



Black color preview on #66613D background

This text has black color on #66613D background.


White color preview on #66613D background

This text has white color on #66613D background.