Color Hex Logo

#538618 Color Hex

#538618
(83,134,24)
0 Favorites   0 Comments

Color spaces of #538618

RGB 8313424
HSL0.240.700.31
HSV88°82°53°
CMYK 0.380.000.82   0.47
XYZ12.257218.95513.8768
Yxy18.95510.34930.5402
Hunter Lab43.5375-25.937025.1967
CIE-Lab50.6346-34.606149.0911

#538618 color RGB value is (83,134,24).

#538618 hex color red value is 83, green value is 134 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #538618 hue: 0.24 , saturation: 0.70 and the lightness value of 538618 is 0.31.

The process color (four color CMYK) of #538618 color hex is 0.38, 0.00, 0.82, 0.47. Web safe color of #538618 is #669900. Color #538618 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000110 00011000
Octal 123 206 30
Decimal 83 134 24
Hex 53 86 18

RGB Percentages of Color #538618

%34.44
%55.60
%9.96

CMYK Percentages of Color #538618

%38
%0
%82
%47

Triadic Colors of #538618

#538618 #185386 #861853

Analogous Colors of #538618

#538618 #1c8618 #868218

Monochromatic Colors of #538618

#538618

Complementary Color

#538618 #4b1886

#538618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538618 Color CSS Codes

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

#538618 Text Font Color

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

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


#538618 Background Color

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

This div background color is #538618


#538618 Border Color

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

This div border color is #538618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538618


Comments

No comments written yet.

Please login to write comment.