COLOR #883B3D

HEX: #883B3D
RGB: (136,59,61)

Color info

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

RGB color model

#883B3D color RGB value is (136,59,61).

  • red value is 136;
  • green value is 59;
  • blue value is 61.
RGB:
(136,59,61)
(53%,23%,24%)

RGB channels and saturation

R 136 of 255 = 53%
G 59 of 255 = 23%
B 61 of 255 = 24%

136
59
61

R + G + B ~ 33%. #883B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 59 + 61 = 256 (100%)
R 136 of 256 ~ 53.13%
G 59 of 256 ~ 23.05%
B 61 of 256 ~ 23.83%

%53.13
%23.05
%23.83

CMYK color model

#883B3D color CMYK value is (0,57,55,47).

  • cyan value is 0.00%
  • magenta value is 56.62%
  • yellow value is 55.15%
  • key color value is 46.67%
CMYK:
(0,57,55,47)
C0M57Y55K47 
(0%,57%,55%,47%)
(0.00/0.57/0.55/0.47)	

CMYK percentages

%0
%56.62
%55.15
%46.67

Codes

Color #883B3D in popluar color models

883B3D
RGB1365961
HSL358°39.49%38.24%
HSB/HSV358°56.62%53.33%
CMYK0.00%56.62%55.15%
46.67%

Color #883B3D in popluar number systems.

HEX883B3D
Decimal1365961
Binary10001000111011111101
Octal2107375

Shades and tints

Shades of #883B3D

#883B3D
(136,59,61)
#7C3638
(124,54,56)
#703133
(112,49,51)
#642C2E
(100,44,46)
#582729
(88,39,41)
#4C2224
(76,34,36)
#401D1F
(64,29,31)
#34181A
(52,24,26)
#281315
(40,19,21)
#1C0E10
(28,14,16)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #883B3D

#883B3D
(136,59,61)
#924C4E
(146,76,78)
#9C5D5F
(156,93,95)
#A66E70
(166,110,112)
#B07F81
(176,127,129)
#BA9092
(186,144,146)
#C4A1A3
(196,161,163)
#CEB2B4
(206,178,180)
#D8C3C5
(216,195,197)
#E2D4D6
(226,212,214)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883B3D color. Also use rgb(136,59,61) instead hex code.

Text Font Color

.myTextColor { color: #883B3D; }

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

This text font color is #883B3D.


Background Color

.myBgColor { background-color: #883B3D; }

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

This div background color is #883B3D.


Border color

.myBorderColor { border: 1px solid #883B3D; }

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

This div border color is #883B3D.


Opacity

.myOpacity80 { color: #883B3D; opacity: 0.8; }

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

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

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

This text has shadow with #883B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883B3D on black background.


Color preview on white background

This text has color #883B3D on white background.



Black color preview on #883B3D background

This text has black color on #883B3D background.


White color preview on #883B3D background

This text has white color on #883B3D background.