COLOR #666E4B

HEX: #666E4B RGB: (102,110,75)

Color info

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

RGB color model

#666E4B color RGB value is (102,110,75).

RGB: (102,110,75) (40%, 43%, 29%)

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 75 of 255 = 29%

102
110
75

R + G + B ~ 37%. #666E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 110 + 75 = 287 (100%)
R 102 of 287 ~ 35.54%
G 110 of 287 ~ 38.33%
B 75 of 287 ~ 26.13'%

%35.54
%38.33
%26.13

CMYK color model

#666E4B color CMYK value is (7,0,32,57).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%

CMYK: (7,0,32,57)
C7M0Y32K57 (7%, 0%, 32%, 57%)
(0.07 / 0.00 / 0.32 / 0.57)

CMYK percentages

%7.27
%0
%31.82
%56.86

Codes

Color #666E4B in popluar color models

66 6E 4B
RGB 102 110 75
HSL 74° 18.92% 36.27%
HSB/HSV 74° 31.82% 43.14%
CMYK 7.27% 0.00% 31.82%
56.86%

Color #666E4B in popluar number systems.

HEX 66 6E 4B
Decimal 102 110 75
Binary 1100110 1101110 1001011
Octal 146 156 113

Shades and tints

Shades of #666E4B

#666E4B
(102,110,75)
#5D6445
(93,100,69)
#545A3F
(84,90,63)
#4B5039
(75,80,57)
#424633
(66,70,51)
#393C2D
(57,60,45)
#303227
(48,50,39)
#272821
(39,40,33)
#1E1E1B
(30,30,27)
#151415
(21,20,21)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #666E4B

#666E4B
(102,110,75)
#737B5B
(115,123,91)
#80886B
(128,136,107)
#8D957B
(141,149,123)
#9AA28B
(154,162,139)
#A7AF9B
(167,175,155)
#B4BCAB
(180,188,171)
#C1C9BB
(193,201,187)
#CED6CB
(206,214,203)
#DBE3DB
(219,227,219)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666E4B color. Also use rgb(102,110,75) instead hex code.

Text Font Color

.myTextColor { color: #666E4B; }

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

This text font color is #666E4B.

Background Color

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

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

This div background color is #666E4B.

Border color

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

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

This div border color is #666E4B.

Opacity

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

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

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

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

This text has shadow with #666E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666E4B.

Preview

Color preview on black background

This text has color #666E4B on black background.


Color preview on white background

This text has color #666E4B on white background.


Black color preview on #666E4B background

This text has black color on #666E4B background.


White color preview on #666E4B background

This text has white color on #666E4B background.


Related colors

Complementary color

Complementary color for #hex is #9991B4.


I love getcolorcode.com

Triadic colors

1 #4B666E and #6E4B66 with #666E4B are triadic colors.

2 #4B6E66 and #6E664B with #666E4B are triadic colors.