COLOR #83080C

HEX: #83080C
RGB: (131,8,12)

Color info

#83080C contains mainly red color. Web safe color of #83080C is #990000 (or #900).

RGB color model

#83080C color RGB value is (131,8,12).

  • red value is 131;
  • green value is 8;
  • blue value is 12.
RGB:
(131,8,12)
(51%,3%,5%)

RGB channels and saturation

R 131 of 255 = 51%
G 8 of 255 = 3%
B 12 of 255 = 5%

131
8
12

R + G + B ~ 20%. #83080C is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 8 + 12 = 151 (100%)
R 131 of 151 ~ 86.75%
G 8 of 151 ~ 5.3%
B 12 of 151 ~ 7.95%

%86.75

CMYK color model

#83080C color CMYK value is (0,94,91,49).

  • cyan value is 0.00%
  • magenta value is 93.89%
  • yellow value is 90.84%
  • key color value is 48.63%
CMYK:
(0,94,91,49)
C0M94Y91K49 
(0%,94%,91%,49%)
(0.00/0.94/0.91/0.49)	

CMYK percentages

%0
%93.89
%90.84
%48.63

Codes

Color #83080C in popluar color models

83080C
RGB131812
HSL358°88.49%27.25%
HSB/HSV358°93.89%51.37%
CMYK0.00%93.89%90.84%
48.63%

Color #83080C in popluar number systems.

HEX83080C
Decimal131812
Binary1000001110001100
Octal2031014

Shades and tints

Shades of #83080C

#83080C
(131,8,12)
#78080B
(120,8,11)
#6D080A
(109,8,10)
#620809
(98,8,9)
#570808
(87,8,8)
#4C0807
(76,8,7)
#410806
(65,8,6)
#360805
(54,8,5)
#2B0804
(43,8,4)
#200803
(32,8,3)
#150802
(21,8,2)
#000000
(0,0,0)

Tints of #83080C

#83080C
(131,8,12)
#8E1E22
(142,30,34)
#993438
(153,52,56)
#A44A4E
(164,74,78)
#AF6064
(175,96,100)
#BA767A
(186,118,122)
#C58C90
(197,140,144)
#D0A2A6
(208,162,166)
#DBB8BC
(219,184,188)
#E6CED2
(230,206,210)
#F1E4E8
(241,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83080C color. Also use rgb(131,8,12) instead hex code.

Text Font Color

.myTextColor { color: #83080C; }

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

This text font color is #83080C.


Background Color

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

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

This div background color is #83080C.


Border color

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

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

This div border color is #83080C.


Opacity

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

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

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

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

This text has shadow with #83080C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83080C on black background.


Color preview on white background

This text has color #83080C on white background.



Black color preview on #83080C background

This text has black color on #83080C background.


White color preview on #83080C background

This text has white color on #83080C background.