COLOR #83380E

HEX: #83380E
RGB: (131,56,14)

Color info

#83380E contains mainly red color. Web safe color of #83380E is #993300 (or #930).

RGB color model

#83380E color RGB value is (131,56,14).

  • red value is 131;
  • green value is 56;
  • blue value is 14.
RGB:
(131,56,14)
(51%,22%,5%)

RGB channels and saturation

R 131 of 255 = 51%
G 56 of 255 = 22%
B 14 of 255 = 5%

131
56
14

R + G + B ~ 26%. #83380E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 56 + 14 = 201 (100%)
R 131 of 201 ~ 65.17%
G 56 of 201 ~ 27.86%
B 14 of 201 ~ 6.97%

%65.17
%27.86

CMYK color model

#83380E color CMYK value is (0,57,89,49).

  • cyan value is 0.00%
  • magenta value is 57.25%
  • yellow value is 89.31%
  • key color value is 48.63%
CMYK:
(0,57,89,49)
C0M57Y89K49 
(0%,57%,89%,49%)
(0.00/0.57/0.89/0.49)	

CMYK percentages

%0
%57.25
%89.31
%48.63

Codes

Color #83380E in popluar color models

83380E
RGB1315614
HSL22°80.69%28.43%
HSB/HSV22°89.31%51.37%
CMYK0.00%57.25%89.31%
48.63%

Color #83380E in popluar number systems.

HEX83380E
Decimal1315614
Binary100000111110001110
Octal2037016

Shades and tints

Shades of #83380E

#83380E
(131,56,14)
#78330D
(120,51,13)
#6D2E0C
(109,46,12)
#62290B
(98,41,11)
#57240A
(87,36,10)
#4C1F09
(76,31,9)
#411A08
(65,26,8)
#361507
(54,21,7)
#2B1006
(43,16,6)
#200B05
(32,11,5)
#150604
(21,6,4)
#000000
(0,0,0)

Tints of #83380E

#83380E
(131,56,14)
#8E4A23
(142,74,35)
#995C38
(153,92,56)
#A46E4D
(164,110,77)
#AF8062
(175,128,98)
#BA9277
(186,146,119)
#C5A48C
(197,164,140)
#D0B6A1
(208,182,161)
#DBC8B6
(219,200,182)
#E6DACB
(230,218,203)
#F1ECE0
(241,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83380E color. Also use rgb(131,56,14) instead hex code.

Text Font Color

.myTextColor { color: #83380E; }

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

This text font color is #83380E.


Background Color

.myBgColor { background-color: #83380E; }

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

This div background color is #83380E.


Border color

.myBorderColor { border: 1px solid #83380E; }

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

This div border color is #83380E.


Opacity

.myOpacity80 { color: #83380E; opacity: 0.8; }

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

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

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

This text has shadow with #83380E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83380E on black background.


Color preview on white background

This text has color #83380E on white background.



Black color preview on #83380E background

This text has black color on #83380E background.


White color preview on #83380E background

This text has white color on #83380E background.