Color Hex Logo

#536352 Color Hex

#536352
(83,99,82)
0 Favorites   0 Comments

Color spaces of #536352

RGB 839982
HSL0.320.090.35
HSV116°17°39°
CMYK 0.160.000.17   0.61
XYZ9.552111.37199.6742
Yxy11.37190.31220.3717
Hunter Lab33.7222-8.45246.5965
CIE-Lab40.1999-9.77647.6519

#536352 color RGB value is (83,99,82).

#536352 hex color red value is 83, green value is 99 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #536352 hue: 0.32 , saturation: 0.09 and the lightness value of 536352 is 0.35.

The process color (four color CMYK) of #536352 color hex is 0.16, 0.00, 0.17, 0.61. Web safe color of #536352 is #666666. Color #536352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 01010010
Octal 123 143 122
Decimal 83 99 82
Hex 53 63 52

RGB Percentages of Color #536352

%31.44
%37.50
%31.06

CMYK Percentages of Color #536352

%16
%0
%17
%61

Triadic Colors of #536352

#536352 #525363 #635253

Analogous Colors of #536352

#536352 #52635a #5c6352

Monochromatic Colors of #536352

#536352

Complementary Color

#536352 #625263

#536352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536352 Color CSS Codes

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

#536352 Text Font Color

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

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


#536352 Background Color

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

This div background color is #536352


#536352 Border Color

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

This div border color is #536352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536352


Comments

No comments written yet.

Please login to write comment.