COLOR #66834D

HEX: #66834D
RGB: (102,131,77)

Color info

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

RGB color model

#66834D color RGB value is (102,131,77).

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

RGB channels and saturation

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

102
131
77

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

Portions of RGB colors in percentages

R + G + B =
102 + 131 + 77 = 310 (100%)
R 102 of 310 ~ 32.9%
G 131 of 310 ~ 42.26%
B 77 of 310 ~ 24.84%

%32.9
%42.26
%24.84

CMYK color model

#66834D color CMYK value is (22,0,41,49).

  • cyan value is 22.14%
  • magenta value is 0.00%
  • yellow value is 41.22%
  • key color value is 48.63%
CMYK:
(22,0,41,49)
C22M0Y41K49 
(22%,0%,41%,49%)
(0.22/0.00/0.41/0.49)	

CMYK percentages

%22.14
%0
%41.22
%48.63

Codes

Color #66834D in popluar color models

66834D
RGB10213177
HSL92°25.96%40.78%
HSB/HSV92°41.22%51.37%
CMYK22.14%0.00%41.22%
48.63%

Color #66834D in popluar number systems.

HEX66834D
Decimal10213177
Binary1100110100000111001101
Octal146203115

Shades and tints

Shades of #66834D

#66834D
(102,131,77)
#5D7846
(93,120,70)
#546D3F
(84,109,63)
#4B6238
(75,98,56)
#425731
(66,87,49)
#394C2A
(57,76,42)
#304123
(48,65,35)
#27361C
(39,54,28)
#1E2B15
(30,43,21)
#15200E
(21,32,14)
#0C1507
(12,21,7)
#000000
(0,0,0)

Tints of #66834D

#66834D
(102,131,77)
#738E5D
(115,142,93)
#80996D
(128,153,109)
#8DA47D
(141,164,125)
#9AAF8D
(154,175,141)
#A7BA9D
(167,186,157)
#B4C5AD
(180,197,173)
#C1D0BD
(193,208,189)
#CEDBCD
(206,219,205)
#DBE6DD
(219,230,221)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66834D; }

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

This text font color is #66834D.


Background Color

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

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

This div background color is #66834D.


Border color

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

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

This div border color is #66834D.


Opacity

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

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

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

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

This text has shadow with #66834D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66834D on black background.


Color preview on white background

This text has color #66834D on white background.



Black color preview on #66834D background

This text has black color on #66834D background.


White color preview on #66834D background

This text has white color on #66834D background.