COLOR #66837A

HEX: #66837A
RGB: (102,131,122)

Color info

#66837A contains red, green and blue colors in about the same proportion. Web safe color of #66837A is #669966 (or #696).

RGB color model

#66837A color RGB value is (102,131,122).

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

RGB channels and saturation

R 102 of 255 = 40%
G 131 of 255 = 51%
B 122 of 255 = 48%

102
131
122

R + G + B ~ 46%. #66837A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 131 + 122 = 355 (100%)
R 102 of 355 ~ 28.73%
G 131 of 355 ~ 36.9%
B 122 of 355 ~ 34.37%

%28.73
%36.9
%34.37

CMYK color model

#66837A color CMYK value is (22,0,7,49).

  • cyan value is 22.14%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(22,0,7,49)
C22M0Y7K49 
(22%,0%,7%,49%)
(0.22/0.00/0.07/0.49)	

CMYK percentages

%22.14
%0
%6.87
%48.63

Codes

Color #66837A in popluar color models

66837A
RGB102131122
HSL161°12.45%45.69%
HSB/HSV161°22.14%51.37%
CMYK22.14%0.00%6.87%
48.63%

Color #66837A in popluar number systems.

HEX66837A
Decimal102131122
Binary1100110100000111111010
Octal146203172

Shades and tints

Shades of #66837A

#66837A
(102,131,122)
#5D786F
(93,120,111)
#546D64
(84,109,100)
#4B6259
(75,98,89)
#42574E
(66,87,78)
#394C43
(57,76,67)
#304138
(48,65,56)
#27362D
(39,54,45)
#1E2B22
(30,43,34)
#152017
(21,32,23)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #66837A

#66837A
(102,131,122)
#738E86
(115,142,134)
#809992
(128,153,146)
#8DA49E
(141,164,158)
#9AAFAA
(154,175,170)
#A7BAB6
(167,186,182)
#B4C5C2
(180,197,194)
#C1D0CE
(193,208,206)
#CEDBDA
(206,219,218)
#DBE6E6
(219,230,230)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66837A color. Also use rgb(102,131,122) instead hex code.

Text Font Color

.myTextColor { color: #66837A; }

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

This text font color is #66837A.


Background Color

.myBgColor { background-color: #66837A; }

<div style="background-color:#66837A">Inner text</div>

This div background color is #66837A.


Border color

.myBorderColor { border: 1px solid #66837A; }

<div style="border:3px solid #66837A">Div</div>

This div border color is #66837A.


Opacity

.myOpacity80 { color: #66837A; opacity: 0.8; }

<p style="color:#66837A;opacity:0.8;">80%</p>

Text with #66837A 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 #66837A;}

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

This text has shadow with #66837A color.

.textShadow {text-shadow: 3px 3px 1px #66837A, 3px 3px 1px red;}

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

This text has shadow with #66837A primary color and red secondary color.


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

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

This text has shadow with #66837A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66837A on black background.


Color preview on white background

This text has color #66837A on white background.



Black color preview on #66837A background

This text has black color on #66837A background.


White color preview on #66837A background

This text has white color on #66837A background.