Color Hex Logo

#536159 Color Hex

#536159
(83,97,89)
0 Favorites   0 Comments

Color spaces of #536159

RGB 839789
HSL0.400.080.35
HSV146°14°38°
CMYK 0.140.000.08   0.62
XYZ9.645111.109711.0872
Yxy11.10970.30290.3489
Hunter Lab33.3312-6.67683.6098
CIE-Lab39.7646-7.14822.7523

#536159 color RGB value is (83,97,89).

#536159 hex color red value is 83, green value is 97 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #536159 hue: 0.40 , saturation: 0.08 and the lightness value of 536159 is 0.35.

The process color (four color CMYK) of #536159 color hex is 0.14, 0.00, 0.08, 0.62. Web safe color of #536159 is #666666. Color #536159 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100001 01011001
Octal 123 141 131
Decimal 83 97 89
Hex 53 61 59

RGB Percentages of Color #536159

%30.86
%36.06
%33.09

CMYK Percentages of Color #536159

%14
%0
%8
%62

Triadic Colors of #536159

#536159 #595361 #615953

Analogous Colors of #536159

#536159 #536160 #546153

Monochromatic Colors of #536159

#536159

Complementary Color

#536159 #61535b

#536159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536159 Color CSS Codes

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

#536159 Text Font Color

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

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


#536159 Background Color

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

This div background color is #536159


#536159 Border Color

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

This div border color is #536159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536159


Comments

No comments written yet.

Please login to write comment.