COLOR #66333D

HEX: #66333D RGB: (102,51,61)

Color info

#66333D contains red, green and blue colors in about the same proportion. Web safe color of #66333D is #663333 (or #633).

RGB color model

#66333D color RGB value is (102,51,61).

RGB: (102,51,61) (40%, 20%, 24%)

RGB channels and saturation

R 102 of 255 = 40%
G 51 of 255 = 20%
B 61 of 255 = 24%

102
51
61

R + G + B ~ 28%. #66333D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 51 + 61 = 214 (100%)
R 102 of 214 ~ 47.66%
G 51 of 214 ~ 23.83%
B 61 of 214 ~ 28.5'%

%47.66
%23.83
%28.5

CMYK color model

#66333D color CMYK value is (0,50,40,60).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK: (0,50,40,60) C0M50Y40K60 (0%,50%,40%,60%) (0.00/0.50/0.40/0.60) 

CMYK percentages

%0
%50
%40.2
%60

Codes

Color #66333D in popluar color models

66 33 3D
RGB 102 51 61
HSL 348° 33.33% 30.00%
HSB/HSV 348° 50.00% 40.00%
CMYK 0.00% 50.00% 40.20%
60.00%

Color #66333D in popluar number systems.

HEX 66 33 3D
Decimal 102 51 61
Binary 1100110 110011 111101
Octal 146 63 75

Shades and tints

Shades of #66333D

#66333D
(102,51,61)
#5D2F38
(93,47,56)
#542B33
(84,43,51)
#4B272E
(75,39,46)
#422329
(66,35,41)
#391F24
(57,31,36)
#301B1F
(48,27,31)
#27171A
(39,23,26)
#1E1315
(30,19,21)
#150F10
(21,15,16)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #66333D

#66333D
(102,51,61)
#73454E
(115,69,78)
#80575F
(128,87,95)
#8D6970
(141,105,112)
#9A7B81
(154,123,129)
#A78D92
(167,141,146)
#B49FA3
(180,159,163)
#C1B1B4
(193,177,180)
#CEC3C5
(206,195,197)
#DBD5D6
(219,213,214)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66333D; }

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

This text font color is #66333D.

Background Color

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

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

This div background color is #66333D.

Border color

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

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

This div border color is #66333D.

Opacity

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

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

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

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

This text has shadow with #66333D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66333D.

Preview

Color preview on black background

This text has color #66333D on black background.


Color preview on white background

This text has color #66333D on white background.


Black color preview on #66333D background

This text has black color on #66333D background.


White color preview on #66333D background

This text has white color on #66333D background.


Related colors

Complementary color

Complementary color for #hex is #99CCC2.


I love getcolorcode.com

Triadic colors

1 #3D6633 and #333D66 with #66333D are triadic colors.

2 #3D3366 and #33663D with #66333D are triadic colors.