Color Hex Logo

#53904f Color Hex

#53904F
(83,144,79)
0 Favorites   0 Comments

Color spaces of #53904f

RGB 8314479
HSL0.320.290.44
HSV116°45°56°
CMYK 0.420.000.45   0.44
XYZ14.951822.350010.9231
Yxy22.35000.31000.4635
Hunter Lab47.2758-26.278919.3941
CIE-Lab54.3964-33.521128.4425

#53904f color RGB value is (83,144,79).

#53904f hex color red value is 83, green value is 144 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #53904f hue: 0.32 , saturation: 0.29 and the lightness value of 53904f is 0.44.

The process color (four color CMYK) of #53904f color hex is 0.42, 0.00, 0.45, 0.44. Web safe color of #53904f is #669966. Color #53904f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010000 01001111
Octal 123 220 117
Decimal 83 144 79
Hex 53 90 4F

RGB Percentages of Color #53904f

%27.12
%47.06
%25.82

CMYK Percentages of Color #53904f

%42
%0
%45
%44

Triadic Colors of #53904f

#53904f #4f5390 #904f53

Analogous Colors of #53904f

#53904f #4f906c #74904f

Monochromatic Colors of #53904f

#53904f

Complementary Color

#53904f #8c4f90

#53904f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53904f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53904f Color CSS Codes

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

#53904f Text Font Color

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

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


#53904f Background Color

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

This div background color is #53904f


#53904f Border Color

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

This div border color is #53904f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,144,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53904f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53904f;
  -webkit-box-shadow: 1px 1px 3px 2px #53904f;
  box-shadow:         1px 1px 3px 2px #53904f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53904f


Comments

No comments written yet.

Please login to write comment.