COLOR #66856B

HEX: #66856B
RGB: (102,133,107)

Color info

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

RGB color model

#66856B color RGB value is (102,133,107).

  • red value is 102;
  • green value is 133;
  • blue value is 107.
RGB:
(102,133,107)
(40%,52%,42%)

RGB channels and saturation

R 102 of 255 = 40%
G 133 of 255 = 52%
B 107 of 255 = 42%

102
133
107

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

Portions of RGB colors in percentages

R + G + B =
102 + 133 + 107 = 342 (100%)
R 102 of 342 ~ 29.82%
G 133 of 342 ~ 38.89%
B 107 of 342 ~ 31.29%

%29.82
%38.89
%31.29

CMYK color model

#66856B color CMYK value is (23,0,20,48).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(23,0,20,48)
C23M0Y20K48 
(23%,0%,20%,48%)
(0.23/0.00/0.20/0.48)	

CMYK percentages

%23.31
%0
%19.55
%47.84

Codes

Color #66856B in popluar color models

66856B
RGB102133107
HSL130°13.19%46.08%
HSB/HSV130°23.31%52.16%
CMYK23.31%0.00%19.55%
47.84%

Color #66856B in popluar number systems.

HEX66856B
Decimal102133107
Binary1100110100001011101011
Octal146205153

Shades and tints

Shades of #66856B

#66856B
(102,133,107)
#5D7962
(93,121,98)
#546D59
(84,109,89)
#4B6150
(75,97,80)
#425547
(66,85,71)
#39493E
(57,73,62)
#303D35
(48,61,53)
#27312C
(39,49,44)
#1E2523
(30,37,35)
#15191A
(21,25,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #66856B

#66856B
(102,133,107)
#739078
(115,144,120)
#809B85
(128,155,133)
#8DA692
(141,166,146)
#9AB19F
(154,177,159)
#A7BCAC
(167,188,172)
#B4C7B9
(180,199,185)
#C1D2C6
(193,210,198)
#CEDDD3
(206,221,211)
#DBE8E0
(219,232,224)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66856B color. Also use rgb(102,133,107) instead hex code.

Text Font Color

.myTextColor { color: #66856B; }

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

This text font color is #66856B.


Background Color

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

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

This div background color is #66856B.


Border color

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

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

This div border color is #66856B.


Opacity

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

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

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

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

This text has shadow with #66856B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66856B on black background.


Color preview on white background

This text has color #66856B on white background.



Black color preview on #66856B background

This text has black color on #66856B background.


White color preview on #66856B background

This text has white color on #66856B background.