COLOR #66834C

HEX: #66834C
RGB: (102,131,76)

Color info

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

RGB color model

#66834C color RGB value is (102,131,76).

  • red value is 102;
  • green value is 131;
  • blue value is 76.
RGB:
(102,131,76)
(40%,51%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 131 of 255 = 51%
B 76 of 255 = 30%

102
131
76

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

Portions of RGB colors in percentages

R + G + B =
102 + 131 + 76 = 309 (100%)
R 102 of 309 ~ 33.01%
G 131 of 309 ~ 42.39%
B 76 of 309 ~ 24.6%

%33.01
%42.39
%24.6

CMYK color model

#66834C color CMYK value is (22,0,42,49).

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

CMYK percentages

%22.14
%0
%41.98
%48.63

Codes

Color #66834C in popluar color models

66834C
RGB10213176
HSL92°26.57%40.59%
HSB/HSV92°41.98%51.37%
CMYK22.14%0.00%41.98%
48.63%

Color #66834C in popluar number systems.

HEX66834C
Decimal10213176
Binary1100110100000111001100
Octal146203114

Shades and tints

Shades of #66834C

#66834C
(102,131,76)
#5D7846
(93,120,70)
#546D40
(84,109,64)
#4B623A
(75,98,58)
#425734
(66,87,52)
#394C2E
(57,76,46)
#304128
(48,65,40)
#273622
(39,54,34)
#1E2B1C
(30,43,28)
#152016
(21,32,22)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #66834C

#66834C
(102,131,76)
#738E5C
(115,142,92)
#80996C
(128,153,108)
#8DA47C
(141,164,124)
#9AAF8C
(154,175,140)
#A7BA9C
(167,186,156)
#B4C5AC
(180,197,172)
#C1D0BC
(193,208,188)
#CEDBCC
(206,219,204)
#DBE6DC
(219,230,220)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66834C color. Also use rgb(102,131,76) instead hex code.

Text Font Color

.myTextColor { color: #66834C; }

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

This text font color is #66834C.


Background Color

.myBgColor { background-color: #66834C; }

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

This div background color is #66834C.


Border color

.myBorderColor { border: 1px solid #66834C; }

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

This div border color is #66834C.


Opacity

.myOpacity80 { color: #66834C; opacity: 0.8; }

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

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

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

This text has shadow with #66834C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66834C on black background.


Color preview on white background

This text has color #66834C on white background.



Black color preview on #66834C background

This text has black color on #66834C background.


White color preview on #66834C background

This text has white color on #66834C background.