Color Hex Logo

#53796e Color Hex

#53796E
(83,121,110)
0 Favorites   0 Comments

Color spaces of #53796e

RGB 83121110
HSL0.450.190.40
HSV163°31°47°
CMYK 0.310.000.09   0.53
XYZ13.219116.639517.2669
Yxy16.63950.28050.3531
Hunter Lab40.7915-13.53963.4569
CIE-Lab47.8026-15.95651.7494

#53796e color RGB value is (83,121,110).

#53796e hex color red value is 83, green value is 121 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53796e hue: 0.45 , saturation: 0.19 and the lightness value of 53796e is 0.40.

The process color (four color CMYK) of #53796e color hex is 0.31, 0.00, 0.09, 0.53. Web safe color of #53796e is #666666. Color #53796e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111001 01101110
Octal 123 171 156
Decimal 83 121 110
Hex 53 79 6E

RGB Percentages of Color #53796e

%26.43
%38.54
%35.03

CMYK Percentages of Color #53796e

%31
%0
%9
%53

Triadic Colors of #53796e

#53796e #6e5379 #796e53

Analogous Colors of #53796e

#53796e #537179 #53795b

Monochromatic Colors of #53796e

#53796e

Complementary Color

#53796e #79535e

#53796e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53796e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53796e Color CSS Codes

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

#53796e Text Font Color

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

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


#53796e Background Color

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

This div background color is #53796e


#53796e Border Color

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

This div border color is #53796e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,121,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53796e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53796e;
  -webkit-box-shadow: 1px 1px 3px 2px #53796e;
  box-shadow:         1px 1px 3px 2px #53796e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53796e


Comments

No comments written yet.

Please login to write comment.