Color Hex Logo

#536442 Color Hex

#536442
(83,100,66)
0 Favorites   0 Comments

Color spaces of #536442

RGB 8310066
HSL0.250.200.33
HSV90°34°39°
CMYK 0.170.000.34   0.61
XYZ9.107811.34676.8644
Yxy11.34670.33340.4153
Hunter Lab33.6849-10.685211.4971
CIE-Lab40.1584-13.259017.2252

#536442 color RGB value is (83,100,66).

#536442 hex color red value is 83, green value is 100 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #536442 hue: 0.25 , saturation: 0.20 and the lightness value of 536442 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100100 01000010
Octal 123 144 102
Decimal 83 100 66
Hex 53 64 42

RGB Percentages of Color #536442

%33.33
%40.16
%26.51

CMYK Percentages of Color #536442

%17
%0
%34
%61

Triadic Colors of #536442

#536442 #425364 #644253

Analogous Colors of #536442

#536442 #426442 #646442

Monochromatic Colors of #536442

#536442

Complementary Color

#536442 #534264

#536442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536442 Color CSS Codes

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

#536442 Text Font Color

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

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


#536442 Background Color

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

This div background color is #536442


#536442 Border Color

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

This div border color is #536442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536442


Comments

No comments written yet.

Please login to write comment.