Color Hex Logo

#537054 Color Hex

#537054
(83,112,84)
0 Favorites   0 Comments

Color spaces of #537054

RGB 8311284
HSL0.340.150.38
HSV122°26°44°
CMYK 0.260.000.25   0.56
XYZ10.961714.067410.5250
Yxy14.06740.30830.3957
Hunter Lab37.5065-13.46789.6167
CIE-Lab44.3294-16.661612.2287

#537054 color RGB value is (83,112,84).

#537054 hex color red value is 83, green value is 112 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #537054 hue: 0.34 , saturation: 0.15 and the lightness value of 537054 is 0.38.

The process color (four color CMYK) of #537054 color hex is 0.26, 0.00, 0.25, 0.56. Web safe color of #537054 is #666666. Color #537054 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110000 01010100
Octal 123 160 124
Decimal 83 112 84
Hex 53 70 54

RGB Percentages of Color #537054

%29.75
%40.14
%30.11

CMYK Percentages of Color #537054

%26
%0
%25
%56

Triadic Colors of #537054

#537054 #545370 #705453

Analogous Colors of #537054

#537054 #537063 #617053

Monochromatic Colors of #537054

#537054

Complementary Color

#537054 #70536f

#537054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537054 Color CSS Codes

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

#537054 Text Font Color

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

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


#537054 Background Color

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

This div background color is #537054


#537054 Border Color

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

This div border color is #537054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537054


Comments

No comments written yet.

Please login to write comment.