Color Hex Logo

#524e0b Color Hex

#524E0B
(82,78,11)
0 Favorites   0 Comments

Color spaces of #524e0b

RGB 827811
HSL0.160.760.18
HSV57°87°32°
CMYK 0.000.050.87   0.68
XYZ6.26457.26681.3891
Yxy7.26680.41990.4870
Hunter Lab26.9570-5.693415.8147
CIE-Lab32.4067-6.680136.7271

#524e0b color RGB value is (82,78,11).

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

The process color (four color CMYK) of #524e0b color hex is 0.00, 0.05, 0.87, 0.68. Web safe color of #524e0b is #666600. Color #524e0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001110 00001011
Octal 122 116 13
Decimal 82 78 11
Hex 52 4E B

RGB Percentages of Color #524e0b

%47.95
%45.61
%6.43

CMYK Percentages of Color #524e0b

%0
%5
%87
%68

Triadic Colors of #524e0b

#524e0b #0b524e #4e0b52

Analogous Colors of #524e0b

#524e0b #33520b #522b0b

Monochromatic Colors of #524e0b

#524e0b

Complementary Color

#524e0b #0b0f52

#524e0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524e0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#524e0b Color CSS Codes

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

#524e0b Text Font Color

<p style="color:#524e0b">Text here</p>

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


#524e0b Background Color

<div style="background-color:#524e0b">
Div content here</div>

This div background color is #524e0b


#524e0b Border Color

<div style="border:3px solid #524e0b">
Div here</div>

This div border color is #524e0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,78,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 #524e0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524e0b


Comments

No comments written yet.

Please login to write comment.