COLOR #53290A

HEX: #53290A
RGB: (83,41,10)

Color info

#53290A contains mainly red and green colors. Web safe color of #53290A is #663300 (or #630).

RGB color model

#53290A color RGB value is (83,41,10).

  • red value is 83;
  • green value is 41;
  • blue value is 10.
RGB:
(83,41,10)
(33%,16%,4%)

RGB channels and saturation

R 83 of 255 = 33%
G 41 of 255 = 16%
B 10 of 255 = 4%

83
41
10

R + G + B ~ 18%. #53290A is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 41 + 10 = 134 (100%)
R 83 of 134 ~ 61.94%
G 41 of 134 ~ 30.6%
B 10 of 134 ~ 7.46%

%61.94
%30.6

CMYK color model

#53290A color CMYK value is (0,51,88,67).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 87.95%
  • key color value is 67.45%
CMYK:
(0,51,88,67)
C0M51Y88K67 
(0%,51%,88%,67%)
(0.00/0.51/0.88/0.67)	

CMYK percentages

%0
%50.6
%87.95
%67.45

Codes

Color #53290A in popluar color models

53290A
RGB834110
HSL25°78.49%18.24%
HSB/HSV25°87.95%32.55%
CMYK0.00%50.60%87.95%
67.45%

Color #53290A in popluar number systems.

HEX53290A
Decimal834110
Binary10100111010011010
Octal1235112

Shades and tints

Shades of #53290A

#53290A
(83,41,10)
#4C260A
(76,38,10)
#45230A
(69,35,10)
#3E200A
(62,32,10)
#371D0A
(55,29,10)
#301A0A
(48,26,10)
#29170A
(41,23,10)
#22140A
(34,20,10)
#1B110A
(27,17,10)
#140E0A
(20,14,10)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #53290A

#53290A
(83,41,10)
#623C20
(98,60,32)
#714F36
(113,79,54)
#80624C
(128,98,76)
#8F7562
(143,117,98)
#9E8878
(158,136,120)
#AD9B8E
(173,155,142)
#BCAEA4
(188,174,164)
#CBC1BA
(203,193,186)
#DAD4D0
(218,212,208)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53290A color. Also use rgb(83,41,10) instead hex code.

Text Font Color

.myTextColor { color: #53290A; }

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

This text font color is #53290A.


Background Color

.myBgColor { background-color: #53290A; }

<div style="background-color:#53290A">Inner text</div>

This div background color is #53290A.


Border color

.myBorderColor { border: 1px solid #53290A; }

<div style="border:3px solid #53290A">Div</div>

This div border color is #53290A.


Opacity

.myOpacity80 { color: #53290A; opacity: 0.8; }

<p style="color:#53290A;opacity:0.8;">80%</p>

Text with #53290A 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 #53290A;}

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

This text has shadow with #53290A color.

.textShadow {text-shadow: 3px 3px 1px #53290A, 3px 3px 1px red;}

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

This text has shadow with #53290A primary color and red secondary color.


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

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

This text has shadow with #53290A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53290A on black background.


Color preview on white background

This text has color #53290A on white background.



Black color preview on #53290A background

This text has black color on #53290A background.


White color preview on #53290A background

This text has white color on #53290A background.