COLOR #883523

HEX: #883523
RGB: (136,53,35)

Color info

#883523 contains mainly red color. Web safe color of #883523 is #993333 (or #933).

RGB color model

#883523 color RGB value is (136,53,35).

  • red value is 136;
  • green value is 53;
  • blue value is 35.
RGB:
(136,53,35)
(53%,21%,14%)

RGB channels and saturation

R 136 of 255 = 53%
G 53 of 255 = 21%
B 35 of 255 = 14%

136
53
35

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

Portions of RGB colors in percentages

R + G + B =
136 + 53 + 35 = 224 (100%)
R 136 of 224 ~ 60.71%
G 53 of 224 ~ 23.66%
B 35 of 224 ~ 15.63%

%60.71
%23.66
%15.63

CMYK color model

#883523 color CMYK value is (0,61,74,47).

  • cyan value is 0.00%
  • magenta value is 61.03%
  • yellow value is 74.26%
  • key color value is 46.67%
CMYK:
(0,61,74,47)
C0M61Y74K47 
(0%,61%,74%,47%)
(0.00/0.61/0.74/0.47)	

CMYK percentages

%0
%61.03
%74.26
%46.67

Codes

Color #883523 in popluar color models

883523
RGB1365335
HSL11°59.06%33.53%
HSB/HSV11°74.26%53.33%
CMYK0.00%61.03%74.26%
46.67%

Color #883523 in popluar number systems.

HEX883523
Decimal1365335
Binary10001000110101100011
Octal2106543

Shades and tints

Shades of #883523

#883523
(136,53,35)
#7C3120
(124,49,32)
#702D1D
(112,45,29)
#64291A
(100,41,26)
#582517
(88,37,23)
#4C2114
(76,33,20)
#401D11
(64,29,17)
#34190E
(52,25,14)
#28150B
(40,21,11)
#1C1108
(28,17,8)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #883523

#883523
(136,53,35)
#924737
(146,71,55)
#9C594B
(156,89,75)
#A66B5F
(166,107,95)
#B07D73
(176,125,115)
#BA8F87
(186,143,135)
#C4A19B
(196,161,155)
#CEB3AF
(206,179,175)
#D8C5C3
(216,197,195)
#E2D7D7
(226,215,215)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883523 color. Also use rgb(136,53,35) instead hex code.

Text Font Color

.myTextColor { color: #883523; }

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

This text font color is #883523.


Background Color

.myBgColor { background-color: #883523; }

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

This div background color is #883523.


Border color

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

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

This div border color is #883523.


Opacity

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

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

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

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

This text has shadow with #883523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883523 on black background.


Color preview on white background

This text has color #883523 on white background.



Black color preview on #883523 background

This text has black color on #883523 background.


White color preview on #883523 background

This text has white color on #883523 background.