COLOR #655425

HEX: #655425
RGB: (101,84,37)

Color info

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

RGB color model

#655425 color RGB value is (101,84,37).

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

RGB channels and saturation

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

101
84
37

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

Portions of RGB colors in percentages

R + G + B =
101 + 84 + 37 = 222 (100%)
R 101 of 222 ~ 45.5%
G 84 of 222 ~ 37.84%
B 37 of 222 ~ 16.67%

%45.5
%37.84
%16.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 63.37%
  • key color value is 60.39%
CMYK:
(0,17,63,60)
C0M17Y63K60 
(0%,17%,63%,60%)
(0.00/0.17/0.63/0.60)	

CMYK percentages

%0
%16.83
%63.37
%60.39

Codes

Color #655425 in popluar color models

655425
RGB1018437
HSL44°46.38%27.06%
HSB/HSV44°63.37%39.61%
CMYK0.00%16.83%63.37%
60.39%

Color #655425 in popluar number systems.

HEX655425
Decimal1018437
Binary11001011010100100101
Octal14512445

Shades and tints

Shades of #655425

#655425
(101,84,37)
#5C4D22
(92,77,34)
#53461F
(83,70,31)
#4A3F1C
(74,63,28)
#413819
(65,56,25)
#383116
(56,49,22)
#2F2A13
(47,42,19)
#262310
(38,35,16)
#1D1C0D
(29,28,13)
#14150A
(20,21,10)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #655425

#655425
(101,84,37)
#736338
(115,99,56)
#81724B
(129,114,75)
#8F815E
(143,129,94)
#9D9071
(157,144,113)
#AB9F84
(171,159,132)
#B9AE97
(185,174,151)
#C7BDAA
(199,189,170)
#D5CCBD
(213,204,189)
#E3DBD0
(227,219,208)
#F1EAE3
(241,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655425; }

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

This text font color is #655425.


Background Color

.myBgColor { background-color: #655425; }

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

This div background color is #655425.


Border color

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

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

This div border color is #655425.


Opacity

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

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

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

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

This text has shadow with #655425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655425 on black background.


Color preview on white background

This text has color #655425 on white background.



Black color preview on #655425 background

This text has black color on #655425 background.


White color preview on #655425 background

This text has white color on #655425 background.