COLOR #655020

HEX: #655020
RGB: (101,80,32)

Color info

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

RGB color model

#655020 color RGB value is (101,80,32).

  • red value is 101;
  • green value is 80;
  • blue value is 32.
RGB:
(101,80,32)
(40%,31%,13%)

RGB channels and saturation

R 101 of 255 = 40%
G 80 of 255 = 31%
B 32 of 255 = 13%

101
80
32

R + G + B ~ 28%. #655020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 80 + 32 = 213 (100%)
R 101 of 213 ~ 47.42%
G 80 of 213 ~ 37.56%
B 32 of 213 ~ 15.02%

%47.42
%37.56
%15.02

CMYK color model

#655020 color CMYK value is (0,21,68,60).

  • cyan value is 0.00%
  • magenta value is 20.79%
  • yellow value is 68.32%
  • key color value is 60.39%
CMYK:
(0,21,68,60)
C0M21Y68K60 
(0%,21%,68%,60%)
(0.00/0.21/0.68/0.60)	

CMYK percentages

%0
%20.79
%68.32
%60.39

Codes

Color #655020 in popluar color models

655020
RGB1018032
HSL42°51.88%26.08%
HSB/HSV42°68.32%39.61%
CMYK0.00%20.79%68.32%
60.39%

Color #655020 in popluar number systems.

HEX655020
Decimal1018032
Binary11001011010000100000
Octal14512040

Shades and tints

Shades of #655020

#655020
(101,80,32)
#5C491E
(92,73,30)
#53421C
(83,66,28)
#4A3B1A
(74,59,26)
#413418
(65,52,24)
#382D16
(56,45,22)
#2F2614
(47,38,20)
#261F12
(38,31,18)
#1D1810
(29,24,16)
#14110E
(20,17,14)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #655020

#655020
(101,80,32)
#735F34
(115,95,52)
#816E48
(129,110,72)
#8F7D5C
(143,125,92)
#9D8C70
(157,140,112)
#AB9B84
(171,155,132)
#B9AA98
(185,170,152)
#C7B9AC
(199,185,172)
#D5C8C0
(213,200,192)
#E3D7D4
(227,215,212)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655020 color. Also use rgb(101,80,32) instead hex code.

Text Font Color

.myTextColor { color: #655020; }

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

This text font color is #655020.


Background Color

.myBgColor { background-color: #655020; }

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

This div background color is #655020.


Border color

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

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

This div border color is #655020.


Opacity

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

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

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

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

This text has shadow with #655020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655020 on black background.


Color preview on white background

This text has color #655020 on white background.



Black color preview on #655020 background

This text has black color on #655020 background.


White color preview on #655020 background

This text has white color on #655020 background.