Color Hex Logo

#526338 Color Hex

#526338
(82,99,56)
0 Favorites   0 Comments

Color spaces of #526338

RGB 829956
HSL0.230.280.30
HSV84°43°39°
CMYK 0.170.000.43   0.61
XYZ8.655311.00305.4090
Yxy11.00300.34530.4389
Hunter Lab33.1708-11.472613.5514
CIE-Lab39.5855-14.643522.3154

#526338 color RGB value is (82,99,56).

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

The process color (four color CMYK) of #526338 color hex is 0.17, 0.00, 0.43, 0.61. Web safe color of #526338 is #666633. Color #526338 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 00111000
Octal 122 143 70
Decimal 82 99 56
Hex 52 63 38

RGB Percentages of Color #526338

%34.60
%41.77
%23.63

CMYK Percentages of Color #526338

%17
%0
%43
%61

Triadic Colors of #526338

#526338 #385263 #633852

Analogous Colors of #526338

#526338 #3d6338 #635f38

Monochromatic Colors of #526338

#526338

Complementary Color

#526338 #493863

#526338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526338 Color CSS Codes

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

#526338 Text Font Color

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

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


#526338 Background Color

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

This div background color is #526338


#526338 Border Color

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

This div border color is #526338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526338


Comments

No comments written yet.

Please login to write comment.