COLOR #666A58

HEX: #666A58
RGB: (102,106,88)

Color info

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

RGB color model

#666A58 color RGB value is (102,106,88).

  • red value is 102;
  • green value is 106;
  • blue value is 88.
RGB:
(102,106,88)
(40%,42%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 88 of 255 = 35%

102
106
88

R + G + B ~ 39%. #666A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 88 = 296 (100%)
R 102 of 296 ~ 34.46%
G 106 of 296 ~ 35.81%
B 88 of 296 ~ 29.73%

%34.46
%35.81
%29.73

CMYK color model

#666A58 color CMYK value is (4,0,17,58).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 58.43%
CMYK:
(4,0,17,58)
C4M0Y17K58 
(4%,0%,17%,58%)
(0.04/0.00/0.17/0.58)	

CMYK percentages

%3.77
%0
%16.98
%58.43

Codes

Color #666A58 in popluar color models

666A58
RGB10210688
HSL73°9.28%38.04%
HSB/HSV73°16.98%41.57%
CMYK3.77%0.00%16.98%
58.43%

Color #666A58 in popluar number systems.

HEX666A58
Decimal10210688
Binary110011011010101011000
Octal146152130

Shades and tints

Shades of #666A58

#666A58
(102,106,88)
#5D6150
(93,97,80)
#545848
(84,88,72)
#4B4F40
(75,79,64)
#424638
(66,70,56)
#393D30
(57,61,48)
#303428
(48,52,40)
#272B20
(39,43,32)
#1E2218
(30,34,24)
#151910
(21,25,16)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #666A58

#666A58
(102,106,88)
#737767
(115,119,103)
#808476
(128,132,118)
#8D9185
(141,145,133)
#9A9E94
(154,158,148)
#A7ABA3
(167,171,163)
#B4B8B2
(180,184,178)
#C1C5C1
(193,197,193)
#CED2D0
(206,210,208)
#DBDFDF
(219,223,223)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666A58 color. Also use rgb(102,106,88) instead hex code.

Text Font Color

.myTextColor { color: #666A58; }

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

This text font color is #666A58.


Background Color

.myBgColor { background-color: #666A58; }

<div style="background-color:#666A58">Inner text</div>

This div background color is #666A58.


Border color

.myBorderColor { border: 1px solid #666A58; }

<div style="border:3px solid #666A58">Div</div>

This div border color is #666A58.


Opacity

.myOpacity80 { color: #666A58; opacity: 0.8; }

<p style="color:#666A58;opacity:0.8;">80%</p>

Text with #666A58 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 #666A58;}

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

This text has shadow with #666A58 color.

.textShadow {text-shadow: 3px 3px 1px #666A58, 3px 3px 1px red;}

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

This text has shadow with #666A58 primary color and red secondary color.


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

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

This text has shadow with #666A58 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666A58 on black background.


Color preview on white background

This text has color #666A58 on white background.



Black color preview on #666A58 background

This text has black color on #666A58 background.


White color preview on #666A58 background

This text has white color on #666A58 background.