COLOR #655247

HEX: #655247
RGB: (101,82,71)

Color info

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

RGB color model

#655247 color RGB value is (101,82,71).

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

RGB channels and saturation

R 101 of 255 = 40%
G 82 of 255 = 32%
B 71 of 255 = 28%

101
82
71

R + G + B ~ 33%. #655247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 82 + 71 = 254 (100%)
R 101 of 254 ~ 39.76%
G 82 of 254 ~ 32.28%
B 71 of 254 ~ 27.95%

%39.76
%32.28
%27.95

CMYK color model

#655247 color CMYK value is (0,19,30,60).

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 29.70%
  • key color value is 60.39%
CMYK:
(0,19,30,60)
C0M19Y30K60 
(0%,19%,30%,60%)
(0.00/0.19/0.30/0.60)	

CMYK percentages

%0
%18.81
%29.7
%60.39

Codes

Color #655247 in popluar color models

655247
RGB1018271
HSL22°17.44%33.73%
HSB/HSV22°29.70%39.61%
CMYK0.00%18.81%29.70%
60.39%

Color #655247 in popluar number systems.

HEX655247
Decimal1018271
Binary110010110100101000111
Octal145122107

Shades and tints

Shades of #655247

#655247
(101,82,71)
#5C4B41
(92,75,65)
#53443B
(83,68,59)
#4A3D35
(74,61,53)
#41362F
(65,54,47)
#382F29
(56,47,41)
#2F2823
(47,40,35)
#26211D
(38,33,29)
#1D1A17
(29,26,23)
#141311
(20,19,17)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #655247

#655247
(101,82,71)
#736157
(115,97,87)
#817067
(129,112,103)
#8F7F77
(143,127,119)
#9D8E87
(157,142,135)
#AB9D97
(171,157,151)
#B9ACA7
(185,172,167)
#C7BBB7
(199,187,183)
#D5CAC7
(213,202,199)
#E3D9D7
(227,217,215)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655247; }

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

This text font color is #655247.


Background Color

.myBgColor { background-color: #655247; }

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

This div background color is #655247.


Border color

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

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

This div border color is #655247.


Opacity

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

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

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

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

This text has shadow with #655247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655247 on black background.


Color preview on white background

This text has color #655247 on white background.



Black color preview on #655247 background

This text has black color on #655247 background.


White color preview on #655247 background

This text has white color on #655247 background.