COLOR #52292A

HEX: #52292A
RGB: (82,41,42)

Color info

#52292A contains red, green and blue colors in about the same proportion. Web safe color of #52292A is #663333 (or #633).

RGB color model

#52292A color RGB value is (82,41,42).

  • red value is 82;
  • green value is 41;
  • blue value is 42.
RGB:
(82,41,42)
(32%,16%,16%)

RGB channels and saturation

R 82 of 255 = 32%
G 41 of 255 = 16%
B 42 of 255 = 16%

82
41
42

R + G + B ~ 21%. #52292A is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 41 + 42 = 165 (100%)
R 82 of 165 ~ 49.7%
G 41 of 165 ~ 24.85%
B 42 of 165 ~ 25.45%

%49.7
%24.85
%25.45

CMYK color model

#52292A color CMYK value is (0,50,49,68).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 48.78%
  • key color value is 67.84%
CMYK:
(0,50,49,68)
C0M50Y49K68 
(0%,50%,49%,68%)
(0.00/0.50/0.49/0.68)	

CMYK percentages

%0
%50
%48.78
%67.84

Codes

Color #52292A in popluar color models

52292A
RGB824142
HSL359°33.33%24.12%
HSB/HSV359°50.00%32.16%
CMYK0.00%50.00%48.78%
67.84%

Color #52292A in popluar number systems.

HEX52292A
Decimal824142
Binary1010010101001101010
Octal1225152

Shades and tints

Shades of #52292A

#52292A
(82,41,42)
#4B2627
(75,38,39)
#442324
(68,35,36)
#3D2021
(61,32,33)
#361D1E
(54,29,30)
#2F1A1B
(47,26,27)
#281718
(40,23,24)
#211415
(33,20,21)
#1A1112
(26,17,18)
#130E0F
(19,14,15)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #52292A

#52292A
(82,41,42)
#613C3D
(97,60,61)
#704F50
(112,79,80)
#7F6263
(127,98,99)
#8E7576
(142,117,118)
#9D8889
(157,136,137)
#AC9B9C
(172,155,156)
#BBAEAF
(187,174,175)
#CAC1C2
(202,193,194)
#D9D4D5
(217,212,213)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52292A color. Also use rgb(82,41,42) instead hex code.

Text Font Color

.myTextColor { color: #52292A; }

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

This text font color is #52292A.


Background Color

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

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

This div background color is #52292A.


Border color

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

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

This div border color is #52292A.


Opacity

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

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

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

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

This text has shadow with #52292A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52292A on black background.


Color preview on white background

This text has color #52292A on white background.



Black color preview on #52292A background

This text has black color on #52292A background.


White color preview on #52292A background

This text has white color on #52292A background.