COLOR #52380B

HEX: #52380B
RGB: (82,56,11)

Color info

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

RGB color model

#52380B color RGB value is (82,56,11).

  • red value is 82;
  • green value is 56;
  • blue value is 11.
RGB:
(82,56,11)
(32%,22%,4%)

RGB channels and saturation

R 82 of 255 = 32%
G 56 of 255 = 22%
B 11 of 255 = 4%

82
56
11

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

Portions of RGB colors in percentages

R + G + B =
82 + 56 + 11 = 149 (100%)
R 82 of 149 ~ 55.03%
G 56 of 149 ~ 37.58%
B 11 of 149 ~ 7.38%

%55.03
%37.58

CMYK color model

#52380B color CMYK value is (0,32,87,68).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 86.59%
  • key color value is 67.84%
CMYK:
(0,32,87,68)
C0M32Y87K68 
(0%,32%,87%,68%)
(0.00/0.32/0.87/0.68)	

CMYK percentages

%0
%31.71
%86.59
%67.84

Codes

Color #52380B in popluar color models

52380B
RGB825611
HSL38°76.34%18.24%
HSB/HSV38°86.59%32.16%
CMYK0.00%31.71%86.59%
67.84%

Color #52380B in popluar number systems.

HEX52380B
Decimal825611
Binary10100101110001011
Octal1227013

Shades and tints

Shades of #52380B

#52380B
(82,56,11)
#4B330A
(75,51,10)
#442E09
(68,46,9)
#3D2908
(61,41,8)
#362407
(54,36,7)
#2F1F06
(47,31,6)
#281A05
(40,26,5)
#211504
(33,21,4)
#1A1003
(26,16,3)
#130B02
(19,11,2)
#0C0601
(12,6,1)
#000000
(0,0,0)

Tints of #52380B

#52380B
(82,56,11)
#614A21
(97,74,33)
#705C37
(112,92,55)
#7F6E4D
(127,110,77)
#8E8063
(142,128,99)
#9D9279
(157,146,121)
#ACA48F
(172,164,143)
#BBB6A5
(187,182,165)
#CAC8BB
(202,200,187)
#D9DAD1
(217,218,209)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52380B color. Also use rgb(82,56,11) instead hex code.

Text Font Color

.myTextColor { color: #52380B; }

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

This text font color is #52380B.


Background Color

.myBgColor { background-color: #52380B; }

<div style="background-color:#52380B">Inner text</div>

This div background color is #52380B.


Border color

.myBorderColor { border: 1px solid #52380B; }

<div style="border:3px solid #52380B">Div</div>

This div border color is #52380B.


Opacity

.myOpacity80 { color: #52380B; opacity: 0.8; }

<p style="color:#52380B;opacity:0.8;">80%</p>

Text with #52380B 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 #52380B;}

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

This text has shadow with #52380B color.

.textShadow {text-shadow: 3px 3px 1px #52380B, 3px 3px 1px red;}

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

This text has shadow with #52380B primary color and red secondary color.


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

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

This text has shadow with #52380B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52380B on black background.


Color preview on white background

This text has color #52380B on white background.



Black color preview on #52380B background

This text has black color on #52380B background.


White color preview on #52380B background

This text has white color on #52380B background.