COLOR #665F31

HEX: #665F31 RGB: (102,95,49)

Color info

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

RGB color model

#665F31 color RGB value is (102,95,49).

RGB: (102,95,49) (40%, 37%, 19%)

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 49 of 255 = 19%

102
95
49

R + G + B ~ 32%. #665F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 95 + 49 = 246 (100%)
R 102 of 246 ~ 41.46%
G 95 of 246 ~ 38.62%
B 49 of 246 ~ 19.92'%

%41.46
%38.62
%19.92

CMYK color model

#665F31 color CMYK value is (0,7,52,60).

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

CMYK: (0,7,52,60)
C0M7Y52K60 (0%, 7%, 52%, 60%)
(0.00 / 0.07 / 0.52 / 0.60)

CMYK percentages

%0
%6.86
%51.96
%60

Codes

Color #665F31 in popluar color models

66 5F 31
RGB 102 95 49
HSL 52° 35.10% 29.61%
HSB/HSV 52° 51.96% 40.00%
CMYK 0.00% 6.86% 51.96%
60.00%

Color #665F31 in popluar number systems.

HEX 66 5F 31
Decimal 102 95 49
Binary 1100110 1011111 110001
Octal 146 137 61

Shades and tints

Shades of #665F31

#665F31
(102,95,49)
#5D572D
(93,87,45)
#544F29
(84,79,41)
#4B4725
(75,71,37)
#423F21
(66,63,33)
#39371D
(57,55,29)
#302F19
(48,47,25)
#272715
(39,39,21)
#1E1F11
(30,31,17)
#15170D
(21,23,13)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #665F31

#665F31
(102,95,49)
#736D43
(115,109,67)
#807B55
(128,123,85)
#8D8967
(141,137,103)
#9A9779
(154,151,121)
#A7A58B
(167,165,139)
#B4B39D
(180,179,157)
#C1C1AF
(193,193,175)
#CECFC1
(206,207,193)
#DBDDD3
(219,221,211)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665F31; }

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

This text font color is #665F31.

Background Color

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

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

This div background color is #665F31.

Border color

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

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

This div border color is #665F31.

Opacity

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

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

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

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

This text has shadow with #665F31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665F31.

Preview

Color preview on black background

This text has color #665F31 on black background.


Color preview on white background

This text has color #665F31 on white background.


Black color preview on #665F31 background

This text has black color on #665F31 background.


White color preview on #665F31 background

This text has white color on #665F31 background.


Related colors

Complementary color

Complementary color for #hex is #99A0CE.


I love getcolorcode.com

Triadic colors

1 #31665F and #5F3166 with #665F31 are triadic colors.

2 #315F66 and #5F6631 with #665F31 are triadic colors.