COLOR #66813F

HEX: #66813F RGB: (102,129,63)

Color info

#66813F contains mainly red and green colors. Web safe color of #66813F is #669933 (or #693).

RGB color model

#66813F color RGB value is (102,129,63).

RGB: (102,129,63) (40%, 51%, 25%)

RGB channels and saturation

R 102 of 255 = 40%
G 129 of 255 = 51%
B 63 of 255 = 25%

102
129
63

R + G + B ~ 39%. #66813F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 129 + 63 = 294 (100%)
R 102 of 294 ~ 34.69%
G 129 of 294 ~ 43.88%
B 63 of 294 ~ 21.43'%

%34.69
%43.88
%21.43

CMYK color model

#66813F color CMYK value is (21,0,51,49).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 51.16%
  • key color value is 49.41%

CMYK: (21,0,51,49)
C21M0Y51K49 (21%, 0%, 51%, 49%)
(0.21 / 0.00 / 0.51 / 0.49)

CMYK percentages

%20.93
%0
%51.16
%49.41

Codes

Color #66813F in popluar color models

66 81 3F
RGB 102 129 63
HSL 85° 34.38% 37.65%
HSB/HSV 85° 51.16% 50.59%
CMYK 20.93% 0.00% 51.16%
49.41%

Color #66813F in popluar number systems.

HEX 66 81 3F
Decimal 102 129 63
Binary 1100110 10000001 111111
Octal 146 201 77

Shades and tints

Shades of #66813F

#66813F
(102,129,63)
#5D763A
(93,118,58)
#546B35
(84,107,53)
#4B6030
(75,96,48)
#42552B
(66,85,43)
#394A26
(57,74,38)
#303F21
(48,63,33)
#27341C
(39,52,28)
#1E2917
(30,41,23)
#151E12
(21,30,18)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #66813F

#66813F
(102,129,63)
#738C50
(115,140,80)
#809761
(128,151,97)
#8DA272
(141,162,114)
#9AAD83
(154,173,131)
#A7B894
(167,184,148)
#B4C3A5
(180,195,165)
#C1CEB6
(193,206,182)
#CED9C7
(206,217,199)
#DBE4D8
(219,228,216)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66813F color. Also use rgb(102,129,63) instead hex code.

Text Font Color

.myTextColor { color: #66813F; }

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

This text font color is #66813F.

Background Color

.myBgColor { background-color: #66813F; }

<div style="background-color:#66813F">Inner text</div>

This div background color is #66813F.

Border color

.myBorderColor { border: 1px solid #66813F; }

<div style="border:3px solid #66813F">Div</div>

This div border color is #66813F.

Opacity

.myOpacity80 { color: #66813F; opacity: 0.8; }

<p style="color:#66813F;opacity:0.8;">80%</p>

Text with #66813F 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 #66813F;}

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

This text has shadow with #66813F color.


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

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

This text has shadow with #66813F primary color and red secondary color.


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

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

This text has shadow with #66813F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66813F.

Preview

Color preview on black background

This text has color #66813F on black background.


Color preview on white background

This text has color #66813F on white background.


Black color preview on #66813F background

This text has black color on #66813F background.


White color preview on #66813F background

This text has white color on #66813F background.


Related colors

Complementary color

Complementary color for #hex is #997EC0.


I love getcolorcode.com

Triadic colors

1 #3F6681 and #813F66 with #66813F are triadic colors.

2 #3F8166 and #81663F with #66813F are triadic colors.