COLOR #655428

HEX: #655428
RGB: (101,84,40)

Color info

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

RGB color model

#655428 color RGB value is (101,84,40).

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

RGB channels and saturation

R 101 of 255 = 40%
G 84 of 255 = 33%
B 40 of 255 = 16%

101
84
40

R + G + B ~ 30%. #655428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 84 + 40 = 225 (100%)
R 101 of 225 ~ 44.89%
G 84 of 225 ~ 37.33%
B 40 of 225 ~ 17.78%

%44.89
%37.33
%17.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 60.40%
  • key color value is 60.39%
CMYK:
(0,17,60,60)
C0M17Y60K60 
(0%,17%,60%,60%)
(0.00/0.17/0.60/0.60)	

CMYK percentages

%0
%16.83
%60.4
%60.39

Codes

Color #655428 in popluar color models

655428
RGB1018440
HSL43°43.26%27.65%
HSB/HSV43°60.40%39.61%
CMYK0.00%16.83%60.40%
60.39%

Color #655428 in popluar number systems.

HEX655428
Decimal1018440
Binary11001011010100101000
Octal14512450

Shades and tints

Shades of #655428

#655428
(101,84,40)
#5C4D25
(92,77,37)
#534622
(83,70,34)
#4A3F1F
(74,63,31)
#41381C
(65,56,28)
#383119
(56,49,25)
#2F2A16
(47,42,22)
#262313
(38,35,19)
#1D1C10
(29,28,16)
#14150D
(20,21,13)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #655428

#655428
(101,84,40)
#73633B
(115,99,59)
#81724E
(129,114,78)
#8F8161
(143,129,97)
#9D9074
(157,144,116)
#AB9F87
(171,159,135)
#B9AE9A
(185,174,154)
#C7BDAD
(199,189,173)
#D5CCC0
(213,204,192)
#E3DBD3
(227,219,211)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655428; }

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

This text font color is #655428.


Background Color

.myBgColor { background-color: #655428; }

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

This div background color is #655428.


Border color

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

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

This div border color is #655428.


Opacity

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

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

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

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

This text has shadow with #655428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655428 on black background.


Color preview on white background

This text has color #655428 on white background.



Black color preview on #655428 background

This text has black color on #655428 background.


White color preview on #655428 background

This text has white color on #655428 background.