COLOR #53290E

HEX: #53290E
RGB: (83,41,14)

Color info

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

RGB color model

#53290E color RGB value is (83,41,14).

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

RGB channels and saturation

R 83 of 255 = 33%
G 41 of 255 = 16%
B 14 of 255 = 5%

83
41
14

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

Portions of RGB colors in percentages

R + G + B =
83 + 41 + 14 = 138 (100%)
R 83 of 138 ~ 60.14%
G 41 of 138 ~ 29.71%
B 14 of 138 ~ 10.14%

%60.14
%29.71
%10.14

CMYK color model

#53290E color CMYK value is (0,51,83,67).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 83.13%
  • key color value is 67.45%
CMYK:
(0,51,83,67)
C0M51Y83K67 
(0%,51%,83%,67%)
(0.00/0.51/0.83/0.67)	

CMYK percentages

%0
%50.6
%83.13
%67.45

Codes

Color #53290E in popluar color models

53290E
RGB834114
HSL23°71.13%19.02%
HSB/HSV23°83.13%32.55%
CMYK0.00%50.60%83.13%
67.45%

Color #53290E in popluar number systems.

HEX53290E
Decimal834114
Binary10100111010011110
Octal1235116

Shades and tints

Shades of #53290E

#53290E
(83,41,14)
#4C260D
(76,38,13)
#45230C
(69,35,12)
#3E200B
(62,32,11)
#371D0A
(55,29,10)
#301A09
(48,26,9)
#291708
(41,23,8)
#221407
(34,20,7)
#1B1106
(27,17,6)
#140E05
(20,14,5)
#0D0B04
(13,11,4)
#000000
(0,0,0)

Tints of #53290E

#53290E
(83,41,14)
#623C23
(98,60,35)
#714F38
(113,79,56)
#80624D
(128,98,77)
#8F7562
(143,117,98)
#9E8877
(158,136,119)
#AD9B8C
(173,155,140)
#BCAEA1
(188,174,161)
#CBC1B6
(203,193,182)
#DAD4CB
(218,212,203)
#E9E7E0
(233,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53290E; }

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

This text font color is #53290E.


Background Color

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

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

This div background color is #53290E.


Border color

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

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

This div border color is #53290E.


Opacity

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

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

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

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

This text has shadow with #53290E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53290E on black background.


Color preview on white background

This text has color #53290E on white background.



Black color preview on #53290E background

This text has black color on #53290E background.


White color preview on #53290E background

This text has white color on #53290E background.