COLOR #66794B

HEX: #66794B
RGB: (102,121,75)

Color info

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

RGB color model

#66794B color RGB value is (102,121,75).

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

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 75 of 255 = 29%

102
121
75

R + G + B ~ 39%. #66794B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 121 + 75 = 298 (100%)
R 102 of 298 ~ 34.23%
G 121 of 298 ~ 40.6%
B 75 of 298 ~ 25.17%

%34.23
%40.6
%25.17

CMYK color model

#66794B color CMYK value is (16,0,38,53).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 52.55%
CMYK:
(16,0,38,53)
C16M0Y38K53 
(16%,0%,38%,53%)
(0.16/0.00/0.38/0.53)	

CMYK percentages

%15.7
%0
%38.02
%52.55

Codes

Color #66794B in popluar color models

66794B
RGB10212175
HSL85°23.47%38.43%
HSB/HSV85°38.02%47.45%
CMYK15.70%0.00%38.02%
52.55%

Color #66794B in popluar number systems.

HEX66794B
Decimal10212175
Binary110011011110011001011
Octal146171113

Shades and tints

Shades of #66794B

#66794B
(102,121,75)
#5D6E45
(93,110,69)
#54633F
(84,99,63)
#4B5839
(75,88,57)
#424D33
(66,77,51)
#39422D
(57,66,45)
#303727
(48,55,39)
#272C21
(39,44,33)
#1E211B
(30,33,27)
#151615
(21,22,21)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #66794B

#66794B
(102,121,75)
#73855B
(115,133,91)
#80916B
(128,145,107)
#8D9D7B
(141,157,123)
#9AA98B
(154,169,139)
#A7B59B
(167,181,155)
#B4C1AB
(180,193,171)
#C1CDBB
(193,205,187)
#CED9CB
(206,217,203)
#DBE5DB
(219,229,219)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66794B; }

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

This text font color is #66794B.


Background Color

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

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

This div background color is #66794B.


Border color

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

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

This div border color is #66794B.


Opacity

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

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

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

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

This text has shadow with #66794B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66794B on black background.


Color preview on white background

This text has color #66794B on white background.



Black color preview on #66794B background

This text has black color on #66794B background.


White color preview on #66794B background

This text has white color on #66794B background.