Color Hex Logo

#52450e Color Hex

#52450E
(82,69,14)
0 Favorites   0 Comments

Color spaces of #52450e

RGB 826914
HSL0.130.710.19
HSV49°83°32°
CMYK 0.000.160.83   0.68
XYZ5.68716.08181.2896
Yxy6.08180.43550.4657
Hunter Lab24.6613-1.993714.1625
CIE-Lab29.6179-1.065633.0624

#52450e color RGB value is (82,69,14).

#52450e hex color red value is 82, green value is 69 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #52450e hue: 0.13 , saturation: 0.71 and the lightness value of 52450e is 0.19.

The process color (four color CMYK) of #52450e color hex is 0.00, 0.16, 0.83, 0.68. Web safe color of #52450e is #663300. Color #52450e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000101 00001110
Octal 122 105 16
Decimal 82 69 14
Hex 52 45 E

RGB Percentages of Color #52450e

%49.70
%41.82
%8.48

CMYK Percentages of Color #52450e

%0
%16
%83
%68

Triadic Colors of #52450e

#52450e #0e5245 #450e52

Analogous Colors of #52450e

#52450e #3d520e #52230e

Monochromatic Colors of #52450e

#52450e

Complementary Color

#52450e #0e1b52

#52450e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52450e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52450e Color CSS Codes

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

#52450e Text Font Color

<p style="color:#52450e">Text here</p>

This sample text font color is #52450e
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.


#52450e Background Color

<div style="background-color:#52450e">
Div content here</div>

This div background color is #52450e


#52450e Border Color

<div style="border:3px solid #52450e">
Div here</div>

This div border color is #52450e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,69,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52450e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52450e;
  -webkit-box-shadow: 1px 1px 3px 2px #52450e;
  box-shadow:         1px 1px 3px 2px #52450e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52450e


Comments

No comments written yet.

Please login to write comment.