COLOR #983D0A

HEX: #983D0A
RGB: (152,61,10)

Color info

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

RGB color model

#983D0A color RGB value is (152,61,10).

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

RGB channels and saturation

R 152 of 255 = 60%
G 61 of 255 = 24%
B 10 of 255 = 4%

152
61
10

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

Portions of RGB colors in percentages

R + G + B =
152 + 61 + 10 = 223 (100%)
R 152 of 223 ~ 68.16%
G 61 of 223 ~ 27.35%
B 10 of 223 ~ 4.48%

%68.16
%27.35

CMYK color model

#983D0A color CMYK value is (0,60,93,40).

  • cyan value is 0.00%
  • magenta value is 59.87%
  • yellow value is 93.42%
  • key color value is 40.39%
CMYK:
(0,60,93,40)
C0M60Y93K40 
(0%,60%,93%,40%)
(0.00/0.60/0.93/0.40)	

CMYK percentages

%0
%59.87
%93.42
%40.39

Codes

Color #983D0A in popluar color models

983D0A
RGB1526110
HSL22°87.65%31.76%
HSB/HSV22°93.42%59.61%
CMYK0.00%59.87%93.42%
40.39%

Color #983D0A in popluar number systems.

HEX983D0A
Decimal1526110
Binary100110001111011010
Octal2307512

Shades and tints

Shades of #983D0A

#983D0A
(152,61,10)
#8B380A
(139,56,10)
#7E330A
(126,51,10)
#712E0A
(113,46,10)
#64290A
(100,41,10)
#57240A
(87,36,10)
#4A1F0A
(74,31,10)
#3D1A0A
(61,26,10)
#30150A
(48,21,10)
#23100A
(35,16,10)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #983D0A

#983D0A
(152,61,10)
#A14E20
(161,78,32)
#AA5F36
(170,95,54)
#B3704C
(179,112,76)
#BC8162
(188,129,98)
#C59278
(197,146,120)
#CEA38E
(206,163,142)
#D7B4A4
(215,180,164)
#E0C5BA
(224,197,186)
#E9D6D0
(233,214,208)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #983D0A; }

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

This text font color is #983D0A.


Background Color

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

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

This div background color is #983D0A.


Border color

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

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

This div border color is #983D0A.


Opacity

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

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

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

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

This text has shadow with #983D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983D0A on black background.


Color preview on white background

This text has color #983D0A on white background.



Black color preview on #983D0A background

This text has black color on #983D0A background.


White color preview on #983D0A background

This text has white color on #983D0A background.