Color Hex Logo

#526838 Color Hex

#526838
(82,104,56)
0 Favorites   0 Comments

Color spaces of #526838

RGB 8210456
HSL0.240.300.31
HSV88°46°41°
CMYK 0.210.000.46   0.59
XYZ9.143811.98005.5718
Yxy11.98000.34250.4488
Hunter Lab34.6121-13.415314.6841
CIE-Lab41.1843-17.380124.3416

#526838 color RGB value is (82,104,56).

#526838 hex color red value is 82, green value is 104 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #526838 hue: 0.24 , saturation: 0.30 and the lightness value of 526838 is 0.31.

The process color (four color CMYK) of #526838 color hex is 0.21, 0.00, 0.46, 0.59. Web safe color of #526838 is #666633. Color #526838 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 00111000
Octal 122 150 70
Decimal 82 104 56
Hex 52 68 38

RGB Percentages of Color #526838

%33.88
%42.98
%23.14

CMYK Percentages of Color #526838

%21
%0
%46
%59

Triadic Colors of #526838

#526838 #385268 #683852

Analogous Colors of #526838

#526838 #3a6838 #686638

Monochromatic Colors of #526838

#526838

Complementary Color

#526838 #4e3868

#526838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526838 Color CSS Codes

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

#526838 Text Font Color

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

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


#526838 Background Color

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

This div background color is #526838


#526838 Border Color

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

This div border color is #526838


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,104,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #526838; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #526838;
  -webkit-box-shadow: 1px 1px 3px 2px #526838;
  box-shadow:         1px 1px 3px 2px #526838; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526838


Comments

No comments written yet.

Please login to write comment.