COLOR #830C01

HEX: #830C01
RGB: (131,12,1)

Color info

#830C01 contains mainly red color. Web safe color of #830C01 is #990000 (or #900).

RGB color model

#830C01 color RGB value is (131,12,1).

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

RGB channels and saturation

R 131 of 255 = 51%
G 12 of 255 = 5%
B 1 of 255 = 0%

131
12
1

R + G + B ~ 19%. #830C01 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 12 + 1 = 144 (100%)
R 131 of 144 ~ 90.97%
G 12 of 144 ~ 8.33%
B 1 of 144 ~ 0.69%

%90.97

CMYK color model

#830C01 color CMYK value is (0,91,99,49).

  • cyan value is 0.00%
  • magenta value is 90.84%
  • yellow value is 99.24%
  • key color value is 48.63%
CMYK:
(0,91,99,49)
C0M91Y99K49 
(0%,91%,99%,49%)
(0.00/0.91/0.99/0.49)	

CMYK percentages

%0
%90.84
%99.24
%48.63

Codes

Color #830C01 in popluar color models

830C01
RGB131121
HSL98.48%25.88%
HSB/HSV99.24%51.37%
CMYK0.00%90.84%99.24%
48.63%

Color #830C01 in popluar number systems.

HEX830C01
Decimal131121
Binary1000001111001
Octal203141

Shades and tints

Shades of #830C01

#830C01
(131,12,1)
#780B01
(120,11,1)
#6D0A01
(109,10,1)
#620901
(98,9,1)
#570801
(87,8,1)
#4C0701
(76,7,1)
#410601
(65,6,1)
#360501
(54,5,1)
#2B0401
(43,4,1)
#200301
(32,3,1)
#150201
(21,2,1)
#000000
(0,0,0)

Tints of #830C01

#830C01
(131,12,1)
#8E2218
(142,34,24)
#99382F
(153,56,47)
#A44E46
(164,78,70)
#AF645D
(175,100,93)
#BA7A74
(186,122,116)
#C5908B
(197,144,139)
#D0A6A2
(208,166,162)
#DBBCB9
(219,188,185)
#E6D2D0
(230,210,208)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #830C01 color. Also use rgb(131,12,1) instead hex code.

Text Font Color

.myTextColor { color: #830C01; }

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

This text font color is #830C01.


Background Color

.myBgColor { background-color: #830C01; }

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

This div background color is #830C01.


Border color

.myBorderColor { border: 1px solid #830C01; }

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

This div border color is #830C01.


Opacity

.myOpacity80 { color: #830C01; opacity: 0.8; }

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

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

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

This text has shadow with #830C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830C01 on black background.


Color preview on white background

This text has color #830C01 on white background.



Black color preview on #830C01 background

This text has black color on #830C01 background.


White color preview on #830C01 background

This text has white color on #830C01 background.