COLOR #66733B

HEX: #66733B
RGB: (102,115,59)

Color info

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

RGB color model

#66733B color RGB value is (102,115,59).

  • red value is 102;
  • green value is 115;
  • blue value is 59.
RGB:
(102,115,59)
(40%,45%,23%)

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 59 of 255 = 23%

102
115
59

R + G + B ~ 36%. #66733B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 59 = 276 (100%)
R 102 of 276 ~ 36.96%
G 115 of 276 ~ 41.67%
B 59 of 276 ~ 21.38%

%36.96
%41.67
%21.38

CMYK color model

#66733B color CMYK value is (11,0,49,55).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 54.90%
CMYK:
(11,0,49,55)
C11M0Y49K55 
(11%,0%,49%,55%)
(0.11/0.00/0.49/0.55)	

CMYK percentages

%11.3
%0
%48.7
%54.9

Codes

Color #66733B in popluar color models

66733B
RGB10211559
HSL74°32.18%34.12%
HSB/HSV74°48.70%45.10%
CMYK11.30%0.00%48.70%
54.90%

Color #66733B in popluar number systems.

HEX66733B
Decimal10211559
Binary11001101110011111011
Octal14616373

Shades and tints

Shades of #66733B

#66733B
(102,115,59)
#5D6936
(93,105,54)
#545F31
(84,95,49)
#4B552C
(75,85,44)
#424B27
(66,75,39)
#394122
(57,65,34)
#30371D
(48,55,29)
#272D18
(39,45,24)
#1E2313
(30,35,19)
#15190E
(21,25,14)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #66733B

#66733B
(102,115,59)
#737F4C
(115,127,76)
#808B5D
(128,139,93)
#8D976E
(141,151,110)
#9AA37F
(154,163,127)
#A7AF90
(167,175,144)
#B4BBA1
(180,187,161)
#C1C7B2
(193,199,178)
#CED3C3
(206,211,195)
#DBDFD4
(219,223,212)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66733B color. Also use rgb(102,115,59) instead hex code.

Text Font Color

.myTextColor { color: #66733B; }

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

This text font color is #66733B.


Background Color

.myBgColor { background-color: #66733B; }

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

This div background color is #66733B.


Border color

.myBorderColor { border: 1px solid #66733B; }

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

This div border color is #66733B.


Opacity

.myOpacity80 { color: #66733B; opacity: 0.8; }

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

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

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

This text has shadow with #66733B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66733B on black background.


Color preview on white background

This text has color #66733B on white background.



Black color preview on #66733B background

This text has black color on #66733B background.


White color preview on #66733B background

This text has white color on #66733B background.