COLOR #665F46

HEX: #665F46 RGB: (102,95,70)

Color info

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

RGB color model

#665F46 color RGB value is (102,95,70).

RGB: (102,95,70) (40%, 37%, 27%)

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 70 of 255 = 27%

102
95
70

R + G + B ~ 35%. #665F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 95 + 70 = 267 (100%)
R 102 of 267 ~ 38.2%
G 95 of 267 ~ 35.58%
B 70 of 267 ~ 26.22'%

%38.2
%35.58
%26.22

CMYK color model

#665F46 color CMYK value is (0,7,31,60).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 31.37%
  • key color value is 60.00%

CMYK: (0,7,31,60)
C0M7Y31K60 (0%, 7%, 31%, 60%)
(0.00 / 0.07 / 0.31 / 0.60)

CMYK percentages

%0
%6.86
%31.37
%60

Codes

Color #665F46 in popluar color models

66 5F 46
RGB 102 95 70
HSL 47° 18.60% 33.73%
HSB/HSV 47° 31.37% 40.00%
CMYK 0.00% 6.86% 31.37%
60.00%

Color #665F46 in popluar number systems.

HEX 66 5F 46
Decimal 102 95 70
Binary 1100110 1011111 1000110
Octal 146 137 106

Shades and tints

Shades of #665F46

#665F46
(102,95,70)
#5D5740
(93,87,64)
#544F3A
(84,79,58)
#4B4734
(75,71,52)
#423F2E
(66,63,46)
#393728
(57,55,40)
#302F22
(48,47,34)
#27271C
(39,39,28)
#1E1F16
(30,31,22)
#151710
(21,23,16)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #665F46

#665F46
(102,95,70)
#736D56
(115,109,86)
#807B66
(128,123,102)
#8D8976
(141,137,118)
#9A9786
(154,151,134)
#A7A596
(167,165,150)
#B4B3A6
(180,179,166)
#C1C1B6
(193,193,182)
#CECFC6
(206,207,198)
#DBDDD6
(219,221,214)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665F46 color. Also use rgb(102,95,70) instead hex code.

Text Font Color

.myTextColor { color: #665F46; }

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

This text font color is #665F46.

Background Color

.myBgColor { background-color: #665F46; }

<div style="background-color:#665F46">Inner text</div>

This div background color is #665F46.

Border color

.myBorderColor { border: 1px solid #665F46; }

<div style="border:3px solid #665F46">Div</div>

This div border color is #665F46.

Opacity

.myOpacity80 { color: #665F46; opacity: 0.8; }

<p style="color:#665F46;opacity:0.8;">80%</p>

Text with #665F46 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 #665F46;}

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

This text has shadow with #665F46 color.


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

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

This text has shadow with #665F46 primary color and red secondary color.


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

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

This text has shadow with #665F46 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #665F46.

Preview

Color preview on black background

This text has color #665F46 on black background.


Color preview on white background

This text has color #665F46 on white background.


Black color preview on #665F46 background

This text has black color on #665F46 background.


White color preview on #665F46 background

This text has white color on #665F46 background.


Related colors

Complementary color

Complementary color for #hex is #99A0B9.


I love getcolorcode.com

Triadic colors

1 #46665F and #5F4666 with #665F46 are triadic colors.

2 #465F66 and #5F6646 with #665F46 are triadic colors.