Color Hex Logo

#538310 Color Hex

#538310
(83,131,16)
0 Favorites   0 Comments

Color spaces of #538310

RGB 8313116
HSL0.240.780.29
HSV85°88°51°
CMYK 0.370.000.88   0.49
XYZ11.777118.10903.3649
Yxy18.10900.35420.5446
Hunter Lab42.5547-25.070425.1001
CIE-Lab49.6280-33.609550.3892

#538310 color RGB value is (83,131,16).

#538310 hex color red value is 83, green value is 131 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #538310 hue: 0.24 , saturation: 0.78 and the lightness value of 538310 is 0.29.

The process color (four color CMYK) of #538310 color hex is 0.37, 0.00, 0.88, 0.49. Web safe color of #538310 is #669900. Color #538310 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 00010000
Octal 123 203 20
Decimal 83 131 16
Hex 53 83 10

RGB Percentages of Color #538310

%36.09
%56.96
%6.96

CMYK Percentages of Color #538310

%37
%0
%88
%49

Triadic Colors of #538310

#538310 #105383 #831053

Analogous Colors of #538310

#538310 #1a8310 #837a10

Monochromatic Colors of #538310

#538310

Complementary Color

#538310 #401083

#538310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538310 Color CSS Codes

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

#538310 Text Font Color

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

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


#538310 Background Color

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

This div background color is #538310


#538310 Border Color

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

This div border color is #538310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538310


Comments

No comments written yet.

Please login to write comment.