COLOR #83382C

HEX: #83382C RGB: (131,56,44)

Color info

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

RGB color model

#83382C color RGB value is (131,56,44).

RGB: (131,56,44) (51%, 22%, 17%)

RGB channels and saturation

R 131 of 255 = 51%
G 56 of 255 = 22%
B 44 of 255 = 17%

131
56
44

R + G + B ~ 30%. #83382C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 56 + 44 = 231 (100%)
R 131 of 231 ~ 56.71%
G 56 of 231 ~ 24.24%
B 44 of 231 ~ 19.05'%

%56.71
%24.24
%19.05

CMYK color model

#83382C color CMYK value is (0,57,66,49).

  • cyan value is 0.00%
  • magenta value is 57.25%
  • yellow value is 66.41%
  • key color value is 48.63%

CMYK: (0,57,66,49)
C0M57Y66K49 (0%, 57%, 66%, 49%)
(0.00 / 0.57 / 0.66 / 0.49)

CMYK percentages

%0
%57.25
%66.41
%48.63

Codes

Color #83382C in popluar color models

83 38 2C
RGB 131 56 44
HSL 49.71% 34.31%
HSB/HSV 66.41% 51.37%
CMYK 0.00% 57.25% 66.41%
48.63%

Color #83382C in popluar number systems.

HEX 83 38 2C
Decimal 131 56 44
Binary 10000011 111000 101100
Octal 203 70 54

Shades and tints

Shades of #83382C

#83382C
(131,56,44)
#783328
(120,51,40)
#6D2E24
(109,46,36)
#622920
(98,41,32)
#57241C
(87,36,28)
#4C1F18
(76,31,24)
#411A14
(65,26,20)
#361510
(54,21,16)
#2B100C
(43,16,12)
#200B08
(32,11,8)
#150604
(21,6,4)
#000000
(0,0,0)

Tints of #83382C

#83382C
(131,56,44)
#8E4A3F
(142,74,63)
#995C52
(153,92,82)
#A46E65
(164,110,101)
#AF8078
(175,128,120)
#BA928B
(186,146,139)
#C5A49E
(197,164,158)
#D0B6B1
(208,182,177)
#DBC8C4
(219,200,196)
#E6DAD7
(230,218,215)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83382C color. Also use rgb(131,56,44) instead hex code.

Text Font Color

.myTextColor { color: #83382C; }

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

This text font color is #83382C.

Background Color

.myBgColor { background-color: #83382C; }

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

This div background color is #83382C.

Border color

.myBorderColor { border: 1px solid #83382C; }

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

This div border color is #83382C.

Opacity

.myOpacity80 { color: #83382C; opacity: 0.8; }

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

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

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

This text has shadow with #83382C color.


.textShadow {text-shadow: 3px 3px 1px #83382C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83382C; -webkit-box-shadow: 1px 1px 3px 2px #83382C; box-shadow:1px 1px 3px 2px #83382C;">
Div content here
</div>

This div box has shadow with color #83382C.

Preview

Color preview on black background

This text has color #83382C on black background.


Color preview on white background

This text has color #83382C on white background.


Black color preview on #83382C background

This text has black color on #83382C background.


White color preview on #83382C background

This text has white color on #83382C background.


Related colors

Complementary color

Complementary color for #hex is #7CC7D3.


I love getcolorcode.com

Triadic colors

1 #2C8338 and #382C83 with #83382C are triadic colors.

2 #2C3883 and #38832C with #83382C are triadic colors.