Color Hex Logo

#536c4d Color Hex

#536C4D
(83,108,77)
0 Favorites   0 Comments

Color spaces of #536c4d

RGB 8310877
HSL0.300.170.36
HSV108°29°42°
CMYK 0.230.000.29   0.58
XYZ10.269413.09999.0085
Yxy13.09990.31720.4046
Hunter Lab36.1938-12.692610.5786
CIE-Lab42.9134-15.793414.4261

#536c4d color RGB value is (83,108,77).

#536c4d hex color red value is 83, green value is 108 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #536c4d hue: 0.30 , saturation: 0.17 and the lightness value of 536c4d is 0.36.

The process color (four color CMYK) of #536c4d color hex is 0.23, 0.00, 0.29, 0.58. Web safe color of #536c4d is #666666. Color #536c4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101100 01001101
Octal 123 154 115
Decimal 83 108 77
Hex 53 6C 4D

RGB Percentages of Color #536c4d

%30.97
%40.30
%28.73

CMYK Percentages of Color #536c4d

%23
%0
%29
%58

Triadic Colors of #536c4d

#536c4d #4d536c #6c4d53

Analogous Colors of #536c4d

#536c4d #4d6c57 #636c4d

Monochromatic Colors of #536c4d

#536c4d

Complementary Color

#536c4d #664d6c

#536c4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536c4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#536c4d Color CSS Codes

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

#536c4d Text Font Color

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

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


#536c4d Background Color

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

This div background color is #536c4d


#536c4d Border Color

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

This div border color is #536c4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,108,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #536c4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #536c4d;
  -webkit-box-shadow: 1px 1px 3px 2px #536c4d;
  box-shadow:         1px 1px 3px 2px #536c4d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536c4d


Comments

No comments written yet.

Please login to write comment.