COLOR #666330

HEX: #666330 RGB: (102,99,48)

Color info

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

RGB color model

#666330 color RGB value is (102,99,48).

RGB: (102,99,48) (40%, 39%, 19%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 48 of 255 = 19%

102
99
48

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

Portions of RGB colors in percentages

R + G + B = 102 + 99 + 48 = 249 (100%)
R 102 of 249 ~ 40.96%
G 99 of 249 ~ 39.76%
B 48 of 249 ~ 19.28'%

%40.96
%39.76
%19.28

CMYK color model

#666330 color CMYK value is (0,3,53,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 52.94%
  • key color value is 60.00%

CMYK: (0,3,53,60)
C0M3Y53K60 (0%, 3%, 53%, 60%)
(0.00 / 0.03 / 0.53 / 0.60)

CMYK percentages

%0
%2.94
%52.94
%60

Codes

Color #666330 in popluar color models

66 63 30
RGB 102 99 48
HSL 57° 36.00% 29.41%
HSB/HSV 57° 52.94% 40.00%
CMYK 0.00% 2.94% 52.94%
60.00%

Color #666330 in popluar number systems.

HEX 66 63 30
Decimal 102 99 48
Binary 1100110 1100011 110000
Octal 146 143 60

Shades and tints

Shades of #666330

#666330
(102,99,48)
#5D5A2C
(93,90,44)
#545128
(84,81,40)
#4B4824
(75,72,36)
#423F20
(66,63,32)
#39361C
(57,54,28)
#302D18
(48,45,24)
#272414
(39,36,20)
#1E1B10
(30,27,16)
#15120C
(21,18,12)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #666330

#666330
(102,99,48)
#737142
(115,113,66)
#807F54
(128,127,84)
#8D8D66
(141,141,102)
#9A9B78
(154,155,120)
#A7A98A
(167,169,138)
#B4B79C
(180,183,156)
#C1C5AE
(193,197,174)
#CED3C0
(206,211,192)
#DBE1D2
(219,225,210)
#E8EFE4
(232,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666330 color. Also use rgb(102,99,48) instead hex code.

Text Font Color

.myTextColor { color: #666330; }

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

This text font color is #666330.

Background Color

.myBgColor { background-color: #666330; }

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

This div background color is #666330.

Border color

.myBorderColor { border: 1px solid #666330; }

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

This div border color is #666330.

Opacity

.myOpacity80 { color: #666330; opacity: 0.8; }

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

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

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

This text has shadow with #666330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666330.

Preview

Color preview on black background

This text has color #666330 on black background.


Color preview on white background

This text has color #666330 on white background.


Black color preview on #666330 background

This text has black color on #666330 background.


White color preview on #666330 background

This text has white color on #666330 background.


Related colors

Complementary color

Complementary color for #hex is #999CCF.


I love getcolorcode.com

Triadic colors

1 #306663 and #633066 with #666330 are triadic colors.

2 #306366 and #636630 with #666330 are triadic colors.