Color Hex Logo

#536957 Color Hex

#536957
(83,105,87)
0 Favorites   0 Comments

Color spaces of #536957

RGB 8310587
HSL0.360.120.37
HSV131°21°41°
CMYK 0.210.000.17   0.59
XYZ10.339212.630310.9098
Yxy12.63030.30520.3728
Hunter Lab35.5391-10.26356.6766
CIE-Lab42.2008-12.18387.4534

#536957 color RGB value is (83,105,87).

#536957 hex color red value is 83, green value is 105 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #536957 hue: 0.36 , saturation: 0.12 and the lightness value of 536957 is 0.37.

The process color (four color CMYK) of #536957 color hex is 0.21, 0.00, 0.17, 0.59. Web safe color of #536957 is #666666. Color #536957 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101001 01010111
Octal 123 151 127
Decimal 83 105 87
Hex 53 69 57

RGB Percentages of Color #536957

%30.18
%38.18
%31.64

CMYK Percentages of Color #536957

%21
%0
%17
%59

Triadic Colors of #536957

#536957 #575369 #695753

Analogous Colors of #536957

#536957 #536962 #5a6953

Monochromatic Colors of #536957

#536957

Complementary Color

#536957 #695365

#536957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536957 Color CSS Codes

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

#536957 Text Font Color

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

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


#536957 Background Color

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

This div background color is #536957


#536957 Border Color

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

This div border color is #536957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536957

#536957 Color Palettes


Comments

No comments written yet.

Please login to write comment.