Color Hex Logo

#538806 Color Hex

#538806
(83,136,6)
0 Favorites   0 Comments

Color spaces of #538806

RGB 831366
HSL0.230.920.28
HSV84°96°53°
CMYK 0.390.000.96   0.47
XYZ12.404319.46053.2748
Yxy19.46050.35300.5538
Hunter Lab44.1141-27.007726.4785
CIE-Lab51.2217-36.129953.7021

#538806 color RGB value is (83,136,6).

#538806 hex color red value is 83, green value is 136 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #538806 hue: 0.23 , saturation: 0.92 and the lightness value of 538806 is 0.28.

The process color (four color CMYK) of #538806 color hex is 0.39, 0.00, 0.96, 0.47. Web safe color of #538806 is #669900. Color #538806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001000 00000110
Octal 123 210 6
Decimal 83 136 6
Hex 53 88 6

RGB Percentages of Color #538806

%36.89
%60.44
%2.67

CMYK Percentages of Color #538806

%39
%0
%96
%47

Triadic Colors of #538806

#538806 #065388 #880653

Analogous Colors of #538806

#538806 #128806 #887c06

Monochromatic Colors of #538806

#538806

Complementary Color

#538806 #3b0688

#538806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538806 Color CSS Codes

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

#538806 Text Font Color

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

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


#538806 Background Color

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

This div background color is #538806


#538806 Border Color

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

This div border color is #538806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538806


Comments

No comments written yet.

Please login to write comment.