COLOR #66855A

HEX: #66855A RGB: (102,133,90)

Color info

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

RGB color model

#66855A color RGB value is (102,133,90).

RGB: (102,133,90) (40%, 52%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 133 of 255 = 52%
B 90 of 255 = 35%

102
133
90

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

Portions of RGB colors in percentages

R + G + B = 102 + 133 + 90 = 325 (100%)
R 102 of 325 ~ 31.38%
G 133 of 325 ~ 40.92%
B 90 of 325 ~ 27.69'%

%31.38
%40.92
%27.69

CMYK color model

#66855A color CMYK value is (23,0,32,48).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 32.33%
  • key color value is 47.84%

CMYK: (23,0,32,48)
C23M0Y32K48 (23%, 0%, 32%, 48%)
(0.23 / 0.00 / 0.32 / 0.48)

CMYK percentages

%23.31
%0
%32.33
%47.84

Codes

Color #66855A in popluar color models

66 85 5A
RGB 102 133 90
HSL 103° 19.28% 43.73%
HSB/HSV 103° 32.33% 52.16%
CMYK 23.31% 0.00% 32.33%
47.84%

Color #66855A in popluar number systems.

HEX 66 85 5A
Decimal 102 133 90
Binary 1100110 10000101 1011010
Octal 146 205 132

Shades and tints

Shades of #66855A

#66855A
(102,133,90)
#5D7952
(93,121,82)
#546D4A
(84,109,74)
#4B6142
(75,97,66)
#42553A
(66,85,58)
#394932
(57,73,50)
#303D2A
(48,61,42)
#273122
(39,49,34)
#1E251A
(30,37,26)
#151912
(21,25,18)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #66855A

#66855A
(102,133,90)
#739069
(115,144,105)
#809B78
(128,155,120)
#8DA687
(141,166,135)
#9AB196
(154,177,150)
#A7BCA5
(167,188,165)
#B4C7B4
(180,199,180)
#C1D2C3
(193,210,195)
#CEDDD2
(206,221,210)
#DBE8E1
(219,232,225)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66855A color. Also use rgb(102,133,90) instead hex code.

Text Font Color

.myTextColor { color: #66855A; }

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

This text font color is #66855A.

Background Color

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

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

This div background color is #66855A.

Border color

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

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

This div border color is #66855A.

Opacity

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

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

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

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

This text has shadow with #66855A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66855A.

Preview

Color preview on black background

This text has color #66855A on black background.


Color preview on white background

This text has color #66855A on white background.


Black color preview on #66855A background

This text has black color on #66855A background.


White color preview on #66855A background

This text has white color on #66855A background.


Related colors

Complementary color

Complementary color for #hex is #997AA5.


I love getcolorcode.com

Triadic colors

1 #5A6685 and #855A66 with #66855A are triadic colors.

2 #5A8566 and #85665A with #66855A are triadic colors.