COLOR #983B0A

HEX: #983B0A
RGB: (152,59,10)

Color info

#983B0A contains mainly red color. Web safe color of #983B0A is #993300 (or #930).

RGB color model

#983B0A color RGB value is (152,59,10).

  • red value is 152;
  • green value is 59;
  • blue value is 10.
RGB:
(152,59,10)
(60%,23%,4%)

RGB channels and saturation

R 152 of 255 = 60%
G 59 of 255 = 23%
B 10 of 255 = 4%

152
59
10

R + G + B ~ 29%. #983B0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 59 + 10 = 221 (100%)
R 152 of 221 ~ 68.78%
G 59 of 221 ~ 26.7%
B 10 of 221 ~ 4.52%

%68.78
%26.7

CMYK color model

#983B0A color CMYK value is (0,61,93,40).

  • cyan value is 0.00%
  • magenta value is 61.18%
  • yellow value is 93.42%
  • key color value is 40.39%
CMYK:
(0,61,93,40)
C0M61Y93K40 
(0%,61%,93%,40%)
(0.00/0.61/0.93/0.40)	

CMYK percentages

%0
%61.18
%93.42
%40.39

Codes

Color #983B0A in popluar color models

983B0A
RGB1525910
HSL21°87.65%31.76%
HSB/HSV21°93.42%59.61%
CMYK0.00%61.18%93.42%
40.39%

Color #983B0A in popluar number systems.

HEX983B0A
Decimal1525910
Binary100110001110111010
Octal2307312

Shades and tints

Shades of #983B0A

#983B0A
(152,59,10)
#8B360A
(139,54,10)
#7E310A
(126,49,10)
#712C0A
(113,44,10)
#64270A
(100,39,10)
#57220A
(87,34,10)
#4A1D0A
(74,29,10)
#3D180A
(61,24,10)
#30130A
(48,19,10)
#230E0A
(35,14,10)
#16090A
(22,9,10)
#000000
(0,0,0)

Tints of #983B0A

#983B0A
(152,59,10)
#A14C20
(161,76,32)
#AA5D36
(170,93,54)
#B36E4C
(179,110,76)
#BC7F62
(188,127,98)
#C59078
(197,144,120)
#CEA18E
(206,161,142)
#D7B2A4
(215,178,164)
#E0C3BA
(224,195,186)
#E9D4D0
(233,212,208)
#F2E5E6
(242,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983B0A color. Also use rgb(152,59,10) instead hex code.

Text Font Color

.myTextColor { color: #983B0A; }

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

This text font color is #983B0A.


Background Color

.myBgColor { background-color: #983B0A; }

<div style="background-color:#983B0A">Inner text</div>

This div background color is #983B0A.


Border color

.myBorderColor { border: 1px solid #983B0A; }

<div style="border:3px solid #983B0A">Div</div>

This div border color is #983B0A.


Opacity

.myOpacity80 { color: #983B0A; opacity: 0.8; }

<p style="color:#983B0A;opacity:0.8;">80%</p>

Text with #983B0A 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 #983B0A;}

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

This text has shadow with #983B0A color.

.textShadow {text-shadow: 3px 3px 1px #983B0A, 3px 3px 1px red;}

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

This text has shadow with #983B0A primary color and red secondary color.


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

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

This text has shadow with #983B0A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983B0A on black background.


Color preview on white background

This text has color #983B0A on white background.



Black color preview on #983B0A background

This text has black color on #983B0A background.


White color preview on #983B0A background

This text has white color on #983B0A background.