COLOR #665249

HEX: #665249
RGB: (102,82,73)

Color info

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

RGB color model

#665249 color RGB value is (102,82,73).

  • red value is 102;
  • green value is 82;
  • blue value is 73.
RGB:
(102,82,73)
(40%,32%,29%)

RGB channels and saturation

R 102 of 255 = 40%
G 82 of 255 = 32%
B 73 of 255 = 29%

102
82
73

R + G + B ~ 34%. #665249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 82 + 73 = 257 (100%)
R 102 of 257 ~ 39.69%
G 82 of 257 ~ 31.91%
B 73 of 257 ~ 28.4%

%39.69
%31.91
%28.4

CMYK color model

#665249 color CMYK value is (0,20,28,60).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 28.43%
  • key color value is 60.00%
CMYK:
(0,20,28,60)
C0M20Y28K60 
(0%,20%,28%,60%)
(0.00/0.20/0.28/0.60)	

CMYK percentages

%0
%19.61
%28.43
%60

Codes

Color #665249 in popluar color models

665249
RGB1028273
HSL19°16.57%34.31%
HSB/HSV19°28.43%40.00%
CMYK0.00%19.61%28.43%
60.00%

Color #665249 in popluar number systems.

HEX665249
Decimal1028273
Binary110011010100101001001
Octal146122111

Shades and tints

Shades of #665249

#665249
(102,82,73)
#5D4B43
(93,75,67)
#54443D
(84,68,61)
#4B3D37
(75,61,55)
#423631
(66,54,49)
#392F2B
(57,47,43)
#302825
(48,40,37)
#27211F
(39,33,31)
#1E1A19
(30,26,25)
#151313
(21,19,19)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #665249

#665249
(102,82,73)
#736159
(115,97,89)
#807069
(128,112,105)
#8D7F79
(141,127,121)
#9A8E89
(154,142,137)
#A79D99
(167,157,153)
#B4ACA9
(180,172,169)
#C1BBB9
(193,187,185)
#CECAC9
(206,202,201)
#DBD9D9
(219,217,217)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665249 color. Also use rgb(102,82,73) instead hex code.

Text Font Color

.myTextColor { color: #665249; }

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

This text font color is #665249.


Background Color

.myBgColor { background-color: #665249; }

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

This div background color is #665249.


Border color

.myBorderColor { border: 1px solid #665249; }

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

This div border color is #665249.


Opacity

.myOpacity80 { color: #665249; opacity: 0.8; }

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

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

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

This text has shadow with #665249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665249 on black background.


Color preview on white background

This text has color #665249 on white background.



Black color preview on #665249 background

This text has black color on #665249 background.


White color preview on #665249 background

This text has white color on #665249 background.