Color Hex Logo

#538a25 Color Hex

#538A25
(83,138,37)
0 Favorites   0 Comments

Color spaces of #538a25

RGB 8313837
HSL0.260.580.34
HSV93°73°54°
CMYK 0.400.000.73   0.46
XYZ12.989720.14954.9549
Yxy20.14950.34100.5289
Hunter Lab44.8882-26.900224.8771
CIE-Lab52.0058-35.581345.8476

#538a25 color RGB value is (83,138,37).

#538a25 hex color red value is 83, green value is 138 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #538a25 hue: 0.26 , saturation: 0.58 and the lightness value of 538a25 is 0.34.

The process color (four color CMYK) of #538a25 color hex is 0.40, 0.00, 0.73, 0.46. Web safe color of #538a25 is #669933. Color #538a25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 00100101
Octal 123 212 45
Decimal 83 138 37
Hex 53 8A 25

RGB Percentages of Color #538a25

%32.17
%53.49
%14.34

CMYK Percentages of Color #538a25

%40
%0
%73
%46

Triadic Colors of #538a25

#538a25 #25538a #8a2553

Analogous Colors of #538a25

#538a25 #258a2a #868a25

Monochromatic Colors of #538a25

#538a25

Complementary Color

#538a25 #5c258a

#538a25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538a25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538a25 Color CSS Codes

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

#538a25 Text Font Color

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

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


#538a25 Background Color

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

This div background color is #538a25


#538a25 Border Color

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

This div border color is #538a25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,138,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538a25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538a25;
  -webkit-box-shadow: 1px 1px 3px 2px #538a25;
  box-shadow:         1px 1px 3px 2px #538a25; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538a25


Comments

No comments written yet.

Please login to write comment.