Color Hex Logo

#538209 Color Hex

#538209
(83,130,9)
0 Favorites   0 Comments

Color spaces of #538209

RGB 831309
HSL0.230.870.27
HSV83°93°51°
CMYK 0.360.000.93   0.49
XYZ11.599217.82403.0875
Yxy17.82400.35680.5483
Hunter Lab42.2185-24.840825.2170
CIE-Lab49.2819-33.379251.5669

#538209 color RGB value is (83,130,9).

#538209 hex color red value is 83, green value is 130 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #538209 hue: 0.23 , saturation: 0.87 and the lightness value of 538209 is 0.27.

The process color (four color CMYK) of #538209 color hex is 0.36, 0.00, 0.93, 0.49. Web safe color of #538209 is #669900. Color #538209 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000010 00001001
Octal 123 202 11
Decimal 83 130 9
Hex 53 82 9

RGB Percentages of Color #538209

%37.39
%58.56
%4.05

CMYK Percentages of Color #538209

%36
%0
%93
%49

Triadic Colors of #538209

#538209 #095382 #820953

Analogous Colors of #538209

#538209 #178209 #827509

Monochromatic Colors of #538209

#538209

Complementary Color

#538209 #380982

#538209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538209 Color CSS Codes

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

#538209 Text Font Color

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

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


#538209 Background Color

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

This div background color is #538209


#538209 Border Color

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

This div border color is #538209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538209


Comments

No comments written yet.

Please login to write comment.