COLOR #53082D

HEX: #53082D
RGB: (83,8,45)

Color info

#53082D contains mainly red and blue colors. Web safe color of #53082D is #660033 (or #603).

RGB color model

#53082D color RGB value is (83,8,45).

  • red value is 83;
  • green value is 8;
  • blue value is 45.
RGB:
(83,8,45)
(33%,3%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 8 of 255 = 3%
B 45 of 255 = 18%

83
8
45

R + G + B ~ 18%. #53082D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 8 + 45 = 136 (100%)
R 83 of 136 ~ 61.03%
G 8 of 136 ~ 5.88%
B 45 of 136 ~ 33.09%

%61.03
%33.09

CMYK color model

#53082D color CMYK value is (0,90,46,67).

  • cyan value is 0.00%
  • magenta value is 90.36%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(0,90,46,67)
C0M90Y46K67 
(0%,90%,46%,67%)
(0.00/0.90/0.46/0.67)	

CMYK percentages

%0
%90.36
%45.78
%67.45

Codes

Color #53082D in popluar color models

53082D
RGB83845
HSL330°82.42%17.84%
HSB/HSV330°90.36%32.55%
CMYK0.00%90.36%45.78%
67.45%

Color #53082D in popluar number systems.

HEX53082D
Decimal83845
Binary10100111000101101
Octal1231055

Shades and tints

Shades of #53082D

#53082D
(83,8,45)
#4C0829
(76,8,41)
#450825
(69,8,37)
#3E0821
(62,8,33)
#37081D
(55,8,29)
#300819
(48,8,25)
#290815
(41,8,21)
#220811
(34,8,17)
#1B080D
(27,8,13)
#140809
(20,8,9)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #53082D

#53082D
(83,8,45)
#621E40
(98,30,64)
#713453
(113,52,83)
#804A66
(128,74,102)
#8F6079
(143,96,121)
#9E768C
(158,118,140)
#AD8C9F
(173,140,159)
#BCA2B2
(188,162,178)
#CBB8C5
(203,184,197)
#DACED8
(218,206,216)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53082D color. Also use rgb(83,8,45) instead hex code.

Text Font Color

.myTextColor { color: #53082D; }

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

This text font color is #53082D.


Background Color

.myBgColor { background-color: #53082D; }

<div style="background-color:#53082D">Inner text</div>

This div background color is #53082D.


Border color

.myBorderColor { border: 1px solid #53082D; }

<div style="border:3px solid #53082D">Div</div>

This div border color is #53082D.


Opacity

.myOpacity80 { color: #53082D; opacity: 0.8; }

<p style="color:#53082D;opacity:0.8;">80%</p>

Text with #53082D 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 #53082D;}

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

This text has shadow with #53082D color.

.textShadow {text-shadow: 3px 3px 1px #53082D, 3px 3px 1px red;}

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

This text has shadow with #53082D primary color and red secondary color.


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

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

This text has shadow with #53082D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53082D on black background.


Color preview on white background

This text has color #53082D on white background.



Black color preview on #53082D background

This text has black color on #53082D background.


White color preview on #53082D background

This text has white color on #53082D background.