Color Hex Logo

#537409 Color Hex

#537409
(83,116,9)
0 Favorites   0 Comments

Color spaces of #537409

RGB 831169
HSL0.220.860.25
HSV79°92°45°
CMYK 0.280.000.92   0.55
XYZ9.862014.34952.5084
Yxy14.34950.36910.5370
Hunter Lab37.8807-19.820022.5904
CIE-Lab44.7300-26.815647.7987

#537409 color RGB value is (83,116,9).

#537409 hex color red value is 83, green value is 116 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #537409 hue: 0.22 , saturation: 0.86 and the lightness value of 537409 is 0.25.

The process color (four color CMYK) of #537409 color hex is 0.28, 0.00, 0.92, 0.55. Web safe color of #537409 is #666600. Color #537409 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110100 00001001
Octal 123 164 11
Decimal 83 116 9
Hex 53 74 9

RGB Percentages of Color #537409

%39.90
%55.77
%4.33

CMYK Percentages of Color #537409

%28
%0
%92
%55

Triadic Colors of #537409

#537409 #095374 #740953

Analogous Colors of #537409

#537409 #1d7409 #746009

Monochromatic Colors of #537409

#537409

Complementary Color

#537409 #2a0974

#537409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537409 Color CSS Codes

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

#537409 Text Font Color

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

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


#537409 Background Color

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

This div background color is #537409


#537409 Border Color

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

This div border color is #537409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537409


Comments

No comments written yet.

Please login to write comment.