COLOR #655427

HEX: #655427
RGB: (101,84,39)

Color info

#655427 contains mainly red and green colors. Web safe color of #655427 is #666633 (or #663).

RGB color model

#655427 color RGB value is (101,84,39).

  • red value is 101;
  • green value is 84;
  • blue value is 39.
RGB:
(101,84,39)
(40%,33%,15%)

RGB channels and saturation

R 101 of 255 = 40%
G 84 of 255 = 33%
B 39 of 255 = 15%

101
84
39

R + G + B ~ 29%. #655427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 84 + 39 = 224 (100%)
R 101 of 224 ~ 45.09%
G 84 of 224 ~ 37.5%
B 39 of 224 ~ 17.41%

%45.09
%37.5
%17.41

CMYK color model

#655427 color CMYK value is (0,17,61,60).

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 61.39%
  • key color value is 60.39%
CMYK:
(0,17,61,60)
C0M17Y61K60 
(0%,17%,61%,60%)
(0.00/0.17/0.61/0.60)	

CMYK percentages

%0
%16.83
%61.39
%60.39

Codes

Color #655427 in popluar color models

655427
RGB1018439
HSL44°44.29%27.45%
HSB/HSV44°61.39%39.61%
CMYK0.00%16.83%61.39%
60.39%

Color #655427 in popluar number systems.

HEX655427
Decimal1018439
Binary11001011010100100111
Octal14512447

Shades and tints

Shades of #655427

#655427
(101,84,39)
#5C4D24
(92,77,36)
#534621
(83,70,33)
#4A3F1E
(74,63,30)
#41381B
(65,56,27)
#383118
(56,49,24)
#2F2A15
(47,42,21)
#262312
(38,35,18)
#1D1C0F
(29,28,15)
#14150C
(20,21,12)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #655427

#655427
(101,84,39)
#73633A
(115,99,58)
#81724D
(129,114,77)
#8F8160
(143,129,96)
#9D9073
(157,144,115)
#AB9F86
(171,159,134)
#B9AE99
(185,174,153)
#C7BDAC
(199,189,172)
#D5CCBF
(213,204,191)
#E3DBD2
(227,219,210)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655427 color. Also use rgb(101,84,39) instead hex code.

Text Font Color

.myTextColor { color: #655427; }

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

This text font color is #655427.


Background Color

.myBgColor { background-color: #655427; }

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

This div background color is #655427.


Border color

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

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

This div border color is #655427.


Opacity

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

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

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

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

This text has shadow with #655427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655427 on black background.


Color preview on white background

This text has color #655427 on white background.



Black color preview on #655427 background

This text has black color on #655427 background.


White color preview on #655427 background

This text has white color on #655427 background.