Color Hex Logo

#538825 Color Hex

#538825
(83,136,37)
0 Favorites   0 Comments

Color spaces of #538825

RGB 8313637
HSL0.260.570.34
HSV92°73°53°
CMYK 0.390.000.73   0.47
XYZ12.705419.58094.8601
Yxy19.58090.34200.5271
Hunter Lab44.2503-26.186124.4633
CIE-Lab51.3600-34.690545.1924

#538825 color RGB value is (83,136,37).

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

The process color (four color CMYK) of #538825 color hex is 0.39, 0.00, 0.73, 0.47. Web safe color of #538825 is #669933. Color #538825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001000 00100101
Octal 123 210 45
Decimal 83 136 37
Hex 53 88 25

RGB Percentages of Color #538825

%32.42
%53.13
%14.45

CMYK Percentages of Color #538825

%39
%0
%73
%47

Triadic Colors of #538825

#538825 #255388 #882553

Analogous Colors of #538825

#538825 #258829 #858825

Monochromatic Colors of #538825

#538825

Complementary Color

#538825 #5a2588

#538825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538825 Color CSS Codes

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

#538825 Text Font Color

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

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


#538825 Background Color

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

This div background color is #538825


#538825 Border Color

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

This div border color is #538825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,136,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 #538825">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538825


Comments

No comments written yet.

Please login to write comment.