Color Hex Logo

#52360b Color Hex

#52360B
(82,54,11)
0 Favorites   0 Comments

Color spaces of #52360b

RGB 825411
HSL0.100.760.18
HSV36°87°32°
CMYK 0.000.340.87   0.68
XYZ4.85924.45630.9207
Yxy4.45630.47470.4353
Hunter Lab21.11004.145712.1911
CIE-Lab25.12608.304830.1515

#52360b color RGB value is (82,54,11).

#52360b hex color red value is 82, green value is 54 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #52360b hue: 0.10 , saturation: 0.76 and the lightness value of 52360b is 0.18.

The process color (four color CMYK) of #52360b color hex is 0.00, 0.34, 0.87, 0.68. Web safe color of #52360b is #663300. Color #52360b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110110 00001011
Octal 122 66 13
Decimal 82 54 11
Hex 52 36 B

RGB Percentages of Color #52360b

%55.78
%36.73
%7.48

CMYK Percentages of Color #52360b

%0
%34
%87
%68

Triadic Colors of #52360b

#52360b #0b5236 #360b52

Analogous Colors of #52360b

#52360b #4b520b #52130b

Monochromatic Colors of #52360b

#52360b

Complementary Color

#52360b #0b2752

#52360b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52360b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52360b Color CSS Codes

.mybgcolor {background-color:#52360b; } 
.myforecolor {color:#52360b; }
.mybordercolor {border:3px solid #52360b; }

#52360b Text Font Color

<p style="color:#52360b">Text here</p>

This sample text font color is #52360b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#52360b Background Color

<div style="background-color:#52360b">
Div content here</div>

This div background color is #52360b


#52360b Border Color

<div style="border:3px solid #52360b">
Div here</div>

This div border color is #52360b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,54,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52360b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52360b;
  -webkit-box-shadow: 1px 1px 3px 2px #52360b;
  box-shadow:         1px 1px 3px 2px #52360b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,54,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #52360b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #52360b;
  -webkit-box-shadow: 1px 1px 3px 2px #52360b;
  box-shadow:         1px 1px 3px 2px #52360b;">
Div content here</div>

This div box has shadow with color #52360b

#52360b Color Palettes


Comments

No comments written yet.

Please login to write comment.