COLOR #66725F

HEX: #66725F RGB: (102,114,95)

Color info

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

RGB color model

#66725F color RGB value is (102,114,95).

RGB: (102,114,95) (40%, 45%, 37%)

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 95 of 255 = 37%

102
114
95

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

Portions of RGB colors in percentages

R + G + B = 102 + 114 + 95 = 311 (100%)
R 102 of 311 ~ 32.8%
G 114 of 311 ~ 36.66%
B 95 of 311 ~ 30.55'%

%32.8
%36.66
%30.55

CMYK color model

#66725F color CMYK value is (11,0,17,55).

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

CMYK: (11,0,17,55)
C11M0Y17K55 (11%, 0%, 17%, 55%)
(0.11 / 0.00 / 0.17 / 0.55)

CMYK percentages

%10.53
%0
%16.67
%55.29

Codes

Color #66725F in popluar color models

66 72 5F
RGB 102 114 95
HSL 98° 9.09% 40.98%
HSB/HSV 98° 16.67% 44.71%
CMYK 10.53% 0.00% 16.67%
55.29%

Color #66725F in popluar number systems.

HEX 66 72 5F
Decimal 102 114 95
Binary 1100110 1110010 1011111
Octal 146 162 137

Shades and tints

Shades of #66725F

#66725F
(102,114,95)
#5D6857
(93,104,87)
#545E4F
(84,94,79)
#4B5447
(75,84,71)
#424A3F
(66,74,63)
#394037
(57,64,55)
#30362F
(48,54,47)
#272C27
(39,44,39)
#1E221F
(30,34,31)
#151817
(21,24,23)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #66725F

#66725F
(102,114,95)
#737E6D
(115,126,109)
#808A7B
(128,138,123)
#8D9689
(141,150,137)
#9AA297
(154,162,151)
#A7AEA5
(167,174,165)
#B4BAB3
(180,186,179)
#C1C6C1
(193,198,193)
#CED2CF
(206,210,207)
#DBDEDD
(219,222,221)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66725F; }

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

This text font color is #66725F.

Background Color

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

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

This div background color is #66725F.

Border color

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

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

This div border color is #66725F.

Opacity

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

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

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

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

This text has shadow with #66725F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66725F.

Preview

Color preview on black background

This text has color #66725F on black background.


Color preview on white background

This text has color #66725F on white background.


Black color preview on #66725F background

This text has black color on #66725F background.


White color preview on #66725F background

This text has white color on #66725F background.


Related colors

Complementary color

Complementary color for #hex is #998DA0.


I love getcolorcode.com

Triadic colors

1 #5F6672 and #725F66 with #66725F are triadic colors.

2 #5F7266 and #72665F with #66725F are triadic colors.