COLOR #666338

HEX: #666338
RGB: (102,99,56)

Color info

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

RGB color model

#666338 color RGB value is (102,99,56).

  • red value is 102;
  • green value is 99;
  • blue value is 56.
RGB:
(102,99,56)
(40%,39%,22%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 56 of 255 = 22%

102
99
56

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

Portions of RGB colors in percentages

R + G + B =
102 + 99 + 56 = 257 (100%)
R 102 of 257 ~ 39.69%
G 99 of 257 ~ 38.52%
B 56 of 257 ~ 21.79%

%39.69
%38.52
%21.79

CMYK color model

#666338 color CMYK value is (0,3,45,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 45.10%
  • key color value is 60.00%
CMYK:
(0,3,45,60)
C0M3Y45K60 
(0%,3%,45%,60%)
(0.00/0.03/0.45/0.60)	

CMYK percentages

%0
%2.94
%45.1
%60

Codes

Color #666338 in popluar color models

666338
RGB1029956
HSL56°29.11%30.98%
HSB/HSV56°45.10%40.00%
CMYK0.00%2.94%45.10%
60.00%

Color #666338 in popluar number systems.

HEX666338
Decimal1029956
Binary11001101100011111000
Octal14614370

Shades and tints

Shades of #666338

#666338
(102,99,56)
#5D5A33
(93,90,51)
#54512E
(84,81,46)
#4B4829
(75,72,41)
#423F24
(66,63,36)
#39361F
(57,54,31)
#302D1A
(48,45,26)
#272415
(39,36,21)
#1E1B10
(30,27,16)
#15120B
(21,18,11)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #666338

#666338
(102,99,56)
#73714A
(115,113,74)
#807F5C
(128,127,92)
#8D8D6E
(141,141,110)
#9A9B80
(154,155,128)
#A7A992
(167,169,146)
#B4B7A4
(180,183,164)
#C1C5B6
(193,197,182)
#CED3C8
(206,211,200)
#DBE1DA
(219,225,218)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666338; }

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

This text font color is #666338.


Background Color

.myBgColor { background-color: #666338; }

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

This div background color is #666338.


Border color

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

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

This div border color is #666338.


Opacity

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

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

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

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

This text has shadow with #666338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666338 on black background.


Color preview on white background

This text has color #666338 on white background.



Black color preview on #666338 background

This text has black color on #666338 background.


White color preview on #666338 background

This text has white color on #666338 background.