COLOR #655249

HEX: #655249
RGB: (101,82,73)

Color info

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

RGB color model

#655249 color RGB value is (101,82,73).

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

RGB channels and saturation

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

101
82
73

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

Portions of RGB colors in percentages

R + G + B =
101 + 82 + 73 = 256 (100%)
R 101 of 256 ~ 39.45%
G 82 of 256 ~ 32.03%
B 73 of 256 ~ 28.52%

%39.45
%32.03
%28.52

CMYK color model

#655249 color CMYK value is (0,19,28,60).

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 27.72%
  • key color value is 60.39%
CMYK:
(0,19,28,60)
C0M19Y28K60 
(0%,19%,28%,60%)
(0.00/0.19/0.28/0.60)	

CMYK percentages

%0
%18.81
%27.72
%60.39

Codes

Color #655249 in popluar color models

655249
RGB1018273
HSL19°16.09%34.12%
HSB/HSV19°27.72%39.61%
CMYK0.00%18.81%27.72%
60.39%

Color #655249 in popluar number systems.

HEX655249
Decimal1018273
Binary110010110100101001001
Octal145122111

Shades and tints

Shades of #655249

#655249
(101,82,73)
#5C4B43
(92,75,67)
#53443D
(83,68,61)
#4A3D37
(74,61,55)
#413631
(65,54,49)
#382F2B
(56,47,43)
#2F2825
(47,40,37)
#26211F
(38,33,31)
#1D1A19
(29,26,25)
#141313
(20,19,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #655249

#655249
(101,82,73)
#736159
(115,97,89)
#817069
(129,112,105)
#8F7F79
(143,127,121)
#9D8E89
(157,142,137)
#AB9D99
(171,157,153)
#B9ACA9
(185,172,169)
#C7BBB9
(199,187,185)
#D5CAC9
(213,202,201)
#E3D9D9
(227,217,217)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655249; }

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

This text font color is #655249.


Background Color

.myBgColor { background-color: #655249; }

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

This div background color is #655249.


Border color

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

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

This div border color is #655249.


Opacity

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

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

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

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

This text has shadow with #655249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655249 on black background.


Color preview on white background

This text has color #655249 on white background.



Black color preview on #655249 background

This text has black color on #655249 background.


White color preview on #655249 background

This text has white color on #655249 background.