Color Hex Logo

#536044 Color Hex

#536044
(83,96,68)
0 Favorites   0 Comments

Color spaces of #536044

RGB 839668
HSL0.240.170.32
HSV88°29°38°
CMYK 0.140.000.29   0.62
XYZ8.793510.62217.0556
Yxy10.62210.33220.4013
Hunter Lab32.5916-8.87439.9787
CIE-Lab38.9366-10.655314.3863

#536044 color RGB value is (83,96,68).

#536044 hex color red value is 83, green value is 96 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #536044 hue: 0.24 , saturation: 0.17 and the lightness value of 536044 is 0.32.

The process color (four color CMYK) of #536044 color hex is 0.14, 0.00, 0.29, 0.62. Web safe color of #536044 is #666633. Color #536044 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100000 01000100
Octal 123 140 104
Decimal 83 96 68
Hex 53 60 44

RGB Percentages of Color #536044

%33.60
%38.87
%27.53

CMYK Percentages of Color #536044

%14
%0
%29
%62

Triadic Colors of #536044

#536044 #445360 #604453

Analogous Colors of #536044

#536044 #456044 #605f44

Monochromatic Colors of #536044

#536044

Complementary Color

#536044 #514460

#536044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536044 Color CSS Codes

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

#536044 Text Font Color

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

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


#536044 Background Color

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

This div background color is #536044


#536044 Border Color

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

This div border color is #536044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536044


Comments

No comments written yet.

Please login to write comment.