COLOR #656321

HEX: #656321
RGB: (101,99,33)

Color info

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

RGB color model

#656321 color RGB value is (101,99,33).

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

RGB channels and saturation

R 101 of 255 = 40%
G 99 of 255 = 39%
B 33 of 255 = 13%

101
99
33

R + G + B ~ 31%. #656321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 99 + 33 = 233 (100%)
R 101 of 233 ~ 43.35%
G 99 of 233 ~ 42.49%
B 33 of 233 ~ 14.16%

%43.35
%42.49
%14.16

CMYK color model

#656321 color CMYK value is (0,2,67,60).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 67.33%
  • key color value is 60.39%
CMYK:
(0,2,67,60)
C0M2Y67K60 
(0%,2%,67%,60%)
(0.00/0.02/0.67/0.60)	

CMYK percentages

%0
%1.98
%67.33
%60.39

Codes

Color #656321 in popluar color models

656321
RGB1019933
HSL58°50.75%26.27%
HSB/HSV58°67.33%39.61%
CMYK0.00%1.98%67.33%
60.39%

Color #656321 in popluar number systems.

HEX656321
Decimal1019933
Binary11001011100011100001
Octal14514341

Shades and tints

Shades of #656321

#656321
(101,99,33)
#5C5A1E
(92,90,30)
#53511B
(83,81,27)
#4A4818
(74,72,24)
#413F15
(65,63,21)
#383612
(56,54,18)
#2F2D0F
(47,45,15)
#26240C
(38,36,12)
#1D1B09
(29,27,9)
#141206
(20,18,6)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #656321

#656321
(101,99,33)
#737135
(115,113,53)
#817F49
(129,127,73)
#8F8D5D
(143,141,93)
#9D9B71
(157,155,113)
#ABA985
(171,169,133)
#B9B799
(185,183,153)
#C7C5AD
(199,197,173)
#D5D3C1
(213,211,193)
#E3E1D5
(227,225,213)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656321 color. Also use rgb(101,99,33) instead hex code.

Text Font Color

.myTextColor { color: #656321; }

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

This text font color is #656321.


Background Color

.myBgColor { background-color: #656321; }

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

This div background color is #656321.


Border color

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

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

This div border color is #656321.


Opacity

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

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

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

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

This text has shadow with #656321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656321 on black background.


Color preview on white background

This text has color #656321 on white background.



Black color preview on #656321 background

This text has black color on #656321 background.


White color preview on #656321 background

This text has white color on #656321 background.