Color Hex Logo

#536443 Color Hex

#536443
(83,100,67)
0 Favorites   0 Comments

Color spaces of #536443

RGB 8310067
HSL0.250.200.33
HSV91°33°39°
CMYK 0.170.000.33   0.61
XYZ9.137611.35867.0210
Yxy11.35860.33210.4128
Hunter Lab33.7025-10.583611.2403
CIE-Lab40.1780-13.094316.6583

#536443 color RGB value is (83,100,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100100 01000011
Octal 123 144 103
Decimal 83 100 67
Hex 53 64 43

RGB Percentages of Color #536443

%33.20
%40.00
%26.80

CMYK Percentages of Color #536443

%17
%0
%33
%61

Triadic Colors of #536443

#536443 #435364 #644353

Analogous Colors of #536443

#536443 #436444 #646443

Monochromatic Colors of #536443

#536443

Complementary Color

#536443 #544364

#536443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536443 Color CSS Codes

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

#536443 Text Font Color

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

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


#536443 Background Color

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

This div background color is #536443


#536443 Border Color

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

This div border color is #536443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536443


Comments

No comments written yet.

Please login to write comment.