COLOR #66764B

HEX: #66764B
RGB: (102,118,75)

Color info

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

RGB color model

#66764B color RGB value is (102,118,75).

  • red value is 102;
  • green value is 118;
  • blue value is 75.
RGB:
(102,118,75)
(40%,46%,29%)

RGB channels and saturation

R 102 of 255 = 40%
G 118 of 255 = 46%
B 75 of 255 = 29%

102
118
75

R + G + B ~ 38%. #66764B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 118 + 75 = 295 (100%)
R 102 of 295 ~ 34.58%
G 118 of 295 ~ 40%
B 75 of 295 ~ 25.42%

%34.58
%40
%25.42

CMYK color model

#66764B color CMYK value is (14,0,36,54).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 53.73%
CMYK:
(14,0,36,54)
C14M0Y36K54 
(14%,0%,36%,54%)
(0.14/0.00/0.36/0.54)	

CMYK percentages

%13.56
%0
%36.44
%53.73

Codes

Color #66764B in popluar color models

66764B
RGB10211875
HSL82°22.28%37.84%
HSB/HSV82°36.44%46.27%
CMYK13.56%0.00%36.44%
53.73%

Color #66764B in popluar number systems.

HEX66764B
Decimal10211875
Binary110011011101101001011
Octal146166113

Shades and tints

Shades of #66764B

#66764B
(102,118,75)
#5D6C45
(93,108,69)
#54623F
(84,98,63)
#4B5839
(75,88,57)
#424E33
(66,78,51)
#39442D
(57,68,45)
#303A27
(48,58,39)
#273021
(39,48,33)
#1E261B
(30,38,27)
#151C15
(21,28,21)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #66764B

#66764B
(102,118,75)
#73825B
(115,130,91)
#808E6B
(128,142,107)
#8D9A7B
(141,154,123)
#9AA68B
(154,166,139)
#A7B29B
(167,178,155)
#B4BEAB
(180,190,171)
#C1CABB
(193,202,187)
#CED6CB
(206,214,203)
#DBE2DB
(219,226,219)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66764B color. Also use rgb(102,118,75) instead hex code.

Text Font Color

.myTextColor { color: #66764B; }

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

This text font color is #66764B.


Background Color

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

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

This div background color is #66764B.


Border color

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

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

This div border color is #66764B.


Opacity

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

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

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

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

This text has shadow with #66764B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66764B on black background.


Color preview on white background

This text has color #66764B on white background.



Black color preview on #66764B background

This text has black color on #66764B background.


White color preview on #66764B background

This text has white color on #66764B background.