COLOR #66824B

HEX: #66824B
RGB: (102,130,75)

Color info

#66824B contains red, green and blue colors in about the same proportion. Web safe color of #66824B is #669933 (or #693).

RGB color model

#66824B color RGB value is (102,130,75).

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

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 75 of 255 = 29%

102
130
75

R + G + B ~ 40%. #66824B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 75 = 307 (100%)
R 102 of 307 ~ 33.22%
G 130 of 307 ~ 42.35%
B 75 of 307 ~ 24.43%

%33.22
%42.35
%24.43

CMYK color model

#66824B color CMYK value is (22,0,42,49).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 49.02%
CMYK:
(22,0,42,49)
C22M0Y42K49 
(22%,0%,42%,49%)
(0.22/0.00/0.42/0.49)	

CMYK percentages

%21.54
%0
%42.31
%49.02

Codes

Color #66824B in popluar color models

66824B
RGB10213075
HSL91°26.83%40.20%
HSB/HSV91°42.31%50.98%
CMYK21.54%0.00%42.31%
49.02%

Color #66824B in popluar number systems.

HEX66824B
Decimal10213075
Binary1100110100000101001011
Octal146202113

Shades and tints

Shades of #66824B

#66824B
(102,130,75)
#5D7745
(93,119,69)
#546C3F
(84,108,63)
#4B6139
(75,97,57)
#425633
(66,86,51)
#394B2D
(57,75,45)
#304027
(48,64,39)
#273521
(39,53,33)
#1E2A1B
(30,42,27)
#151F15
(21,31,21)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #66824B

#66824B
(102,130,75)
#738D5B
(115,141,91)
#80986B
(128,152,107)
#8DA37B
(141,163,123)
#9AAE8B
(154,174,139)
#A7B99B
(167,185,155)
#B4C4AB
(180,196,171)
#C1CFBB
(193,207,187)
#CEDACB
(206,218,203)
#DBE5DB
(219,229,219)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66824B; }

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

This text font color is #66824B.


Background Color

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

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

This div background color is #66824B.


Border color

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

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

This div border color is #66824B.


Opacity

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

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

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

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

This text has shadow with #66824B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66824B on black background.


Color preview on white background

This text has color #66824B on white background.



Black color preview on #66824B background

This text has black color on #66824B background.


White color preview on #66824B background

This text has white color on #66824B background.