COLOR #52340A

HEX: #52340A
RGB: (82,52,10)

Color info

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

RGB color model

#52340A color RGB value is (82,52,10).

  • red value is 82;
  • green value is 52;
  • blue value is 10.
RGB:
(82,52,10)
(32%,20%,4%)

RGB channels and saturation

R 82 of 255 = 32%
G 52 of 255 = 20%
B 10 of 255 = 4%

82
52
10

R + G + B ~ 19%. #52340A is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 52 + 10 = 144 (100%)
R 82 of 144 ~ 56.94%
G 52 of 144 ~ 36.11%
B 10 of 144 ~ 6.94%

%56.94
%36.11

CMYK color model

#52340A color CMYK value is (0,37,88,68).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 87.80%
  • key color value is 67.84%
CMYK:
(0,37,88,68)
C0M37Y88K68 
(0%,37%,88%,68%)
(0.00/0.37/0.88/0.68)	

CMYK percentages

%0
%36.59
%87.8
%67.84

Codes

Color #52340A in popluar color models

52340A
RGB825210
HSL35°78.26%18.04%
HSB/HSV35°87.80%32.16%
CMYK0.00%36.59%87.80%
67.84%

Color #52340A in popluar number systems.

HEX52340A
Decimal825210
Binary10100101101001010
Octal1226412

Shades and tints

Shades of #52340A

#52340A
(82,52,10)
#4B300A
(75,48,10)
#442C0A
(68,44,10)
#3D280A
(61,40,10)
#36240A
(54,36,10)
#2F200A
(47,32,10)
#281C0A
(40,28,10)
#21180A
(33,24,10)
#1A140A
(26,20,10)
#13100A
(19,16,10)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #52340A

#52340A
(82,52,10)
#614620
(97,70,32)
#705836
(112,88,54)
#7F6A4C
(127,106,76)
#8E7C62
(142,124,98)
#9D8E78
(157,142,120)
#ACA08E
(172,160,142)
#BBB2A4
(187,178,164)
#CAC4BA
(202,196,186)
#D9D6D0
(217,214,208)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52340A color. Also use rgb(82,52,10) instead hex code.

Text Font Color

.myTextColor { color: #52340A; }

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

This text font color is #52340A.


Background Color

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

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

This div background color is #52340A.


Border color

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

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

This div border color is #52340A.


Opacity

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

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

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

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

This text has shadow with #52340A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52340A on black background.


Color preview on white background

This text has color #52340A on white background.



Black color preview on #52340A background

This text has black color on #52340A background.


White color preview on #52340A background

This text has white color on #52340A background.