COLOR #655149

HEX: #655149
RGB: (101,81,73)

Color info

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

RGB color model

#655149 color RGB value is (101,81,73).

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

RGB channels and saturation

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

101
81
73

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

Portions of RGB colors in percentages

R + G + B =
101 + 81 + 73 = 255 (100%)
R 101 of 255 ~ 39.61%
G 81 of 255 ~ 31.76%
B 73 of 255 ~ 28.63%

%39.61
%31.76
%28.63

CMYK color model

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

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

CMYK percentages

%0
%19.8
%27.72
%60.39

Codes

Color #655149 in popluar color models

655149
RGB1018173
HSL17°16.09%34.12%
HSB/HSV17°27.72%39.61%
CMYK0.00%19.80%27.72%
60.39%

Color #655149 in popluar number systems.

HEX655149
Decimal1018173
Binary110010110100011001001
Octal145121111

Shades and tints

Shades of #655149

#655149
(101,81,73)
#5C4A43
(92,74,67)
#53433D
(83,67,61)
#4A3C37
(74,60,55)
#413531
(65,53,49)
#382E2B
(56,46,43)
#2F2725
(47,39,37)
#26201F
(38,32,31)
#1D1919
(29,25,25)
#141213
(20,18,19)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #655149

#655149
(101,81,73)
#736059
(115,96,89)
#816F69
(129,111,105)
#8F7E79
(143,126,121)
#9D8D89
(157,141,137)
#AB9C99
(171,156,153)
#B9ABA9
(185,171,169)
#C7BAB9
(199,186,185)
#D5C9C9
(213,201,201)
#E3D8D9
(227,216,217)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655149; }

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

This text font color is #655149.


Background Color

.myBgColor { background-color: #655149; }

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

This div background color is #655149.


Border color

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

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

This div border color is #655149.


Opacity

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

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

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

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

This text has shadow with #655149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655149 on black background.


Color preview on white background

This text has color #655149 on white background.



Black color preview on #655149 background

This text has black color on #655149 background.


White color preview on #655149 background

This text has white color on #655149 background.