COLOR #83553F

HEX: #83553F
RGB: (131,85,63)

Color info

#83553F contains mainly red and green colors. Web safe color of #83553F is #996633 (or #963).

RGB color model

#83553F color RGB value is (131,85,63).

  • red value is 131;
  • green value is 85;
  • blue value is 63.
RGB:
(131,85,63)
(51%,33%,25%)

RGB channels and saturation

R 131 of 255 = 51%
G 85 of 255 = 33%
B 63 of 255 = 25%

131
85
63

R + G + B ~ 36%. #83553F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 85 + 63 = 279 (100%)
R 131 of 279 ~ 46.95%
G 85 of 279 ~ 30.47%
B 63 of 279 ~ 22.58%

%46.95
%30.47
%22.58

CMYK color model

#83553F color CMYK value is (0,35,52,49).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 51.91%
  • key color value is 48.63%
CMYK:
(0,35,52,49)
C0M35Y52K49 
(0%,35%,52%,49%)
(0.00/0.35/0.52/0.49)	

CMYK percentages

%0
%35.11
%51.91
%48.63

Codes

Color #83553F in popluar color models

83553F
RGB1318563
HSL19°35.05%38.04%
HSB/HSV19°51.91%51.37%
CMYK0.00%35.11%51.91%
48.63%

Color #83553F in popluar number systems.

HEX83553F
Decimal1318563
Binary100000111010101111111
Octal20312577

Shades and tints

Shades of #83553F

#83553F
(131,85,63)
#784E3A
(120,78,58)
#6D4735
(109,71,53)
#624030
(98,64,48)
#57392B
(87,57,43)
#4C3226
(76,50,38)
#412B21
(65,43,33)
#36241C
(54,36,28)
#2B1D17
(43,29,23)
#201612
(32,22,18)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #83553F

#83553F
(131,85,63)
#8E6450
(142,100,80)
#997361
(153,115,97)
#A48272
(164,130,114)
#AF9183
(175,145,131)
#BAA094
(186,160,148)
#C5AFA5
(197,175,165)
#D0BEB6
(208,190,182)
#DBCDC7
(219,205,199)
#E6DCD8
(230,220,216)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83553F color. Also use rgb(131,85,63) instead hex code.

Text Font Color

.myTextColor { color: #83553F; }

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

This text font color is #83553F.


Background Color

.myBgColor { background-color: #83553F; }

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

This div background color is #83553F.


Border color

.myBorderColor { border: 1px solid #83553F; }

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

This div border color is #83553F.


Opacity

.myOpacity80 { color: #83553F; opacity: 0.8; }

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

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

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

This text has shadow with #83553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83553F on black background.


Color preview on white background

This text has color #83553F on white background.



Black color preview on #83553F background

This text has black color on #83553F background.


White color preview on #83553F background

This text has white color on #83553F background.