COLOR #66725A

HEX: #66725A RGB: (102,114,90)

Color info

#66725A contains red, green and blue colors in about the same proportion. Web safe color of #66725A is #666666 (or #666).

RGB color model

#66725A color RGB value is (102,114,90).

RGB: (102,114,90) (40%, 45%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 90 of 255 = 35%

102
114
90

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

Portions of RGB colors in percentages

R + G + B = 102 + 114 + 90 = 306 (100%)
R 102 of 306 ~ 33.33%
G 114 of 306 ~ 37.25%
B 90 of 306 ~ 29.41'%

%33.33
%37.25
%29.41

CMYK color model

#66725A color CMYK value is (11,0,21,55).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 55.29%

CMYK: (11,0,21,55)
C11M0Y21K55 (11%, 0%, 21%, 55%)
(0.11 / 0.00 / 0.21 / 0.55)

CMYK percentages

%10.53
%0
%21.05
%55.29

Codes

Color #66725A in popluar color models

66 72 5A
RGB 102 114 90
HSL 90° 11.76% 40.00%
HSB/HSV 90° 21.05% 44.71%
CMYK 10.53% 0.00% 21.05%
55.29%

Color #66725A in popluar number systems.

HEX 66 72 5A
Decimal 102 114 90
Binary 1100110 1110010 1011010
Octal 146 162 132

Shades and tints

Shades of #66725A

#66725A
(102,114,90)
#5D6852
(93,104,82)
#545E4A
(84,94,74)
#4B5442
(75,84,66)
#424A3A
(66,74,58)
#394032
(57,64,50)
#30362A
(48,54,42)
#272C22
(39,44,34)
#1E221A
(30,34,26)
#151812
(21,24,18)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #66725A

#66725A
(102,114,90)
#737E69
(115,126,105)
#808A78
(128,138,120)
#8D9687
(141,150,135)
#9AA296
(154,162,150)
#A7AEA5
(167,174,165)
#B4BAB4
(180,186,180)
#C1C6C3
(193,198,195)
#CED2D2
(206,210,210)
#DBDEE1
(219,222,225)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66725A; }

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

This text font color is #66725A.

Background Color

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

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

This div background color is #66725A.

Border color

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

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

This div border color is #66725A.

Opacity

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

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

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

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

This text has shadow with #66725A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66725A.

Preview

Color preview on black background

This text has color #66725A on black background.


Color preview on white background

This text has color #66725A on white background.


Black color preview on #66725A background

This text has black color on #66725A background.


White color preview on #66725A background

This text has white color on #66725A background.


Related colors

Complementary color

Complementary color for #hex is #998DA5.


I love getcolorcode.com

Triadic colors

1 #5A6672 and #725A66 with #66725A are triadic colors.

2 #5A7266 and #72665A with #66725A are triadic colors.