Color Hex Logo

#538013 Color Hex

#538013
(83,128,19)
0 Favorites   0 Comments

Color spaces of #538013

RGB 8312819
HSL0.240.740.29
HSV85°85°50°
CMYK 0.350.000.85   0.50
XYZ11.404017.32443.3590
Yxy17.32440.35540.5399
Hunter Lab41.6226-23.933124.3510
CIE-Lab48.6662-32.124348.7676

#538013 color RGB value is (83,128,19).

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

The process color (four color CMYK) of #538013 color hex is 0.35, 0.00, 0.85, 0.50. Web safe color of #538013 is #669900. Color #538013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 00010011
Octal 123 200 23
Decimal 83 128 19
Hex 53 80 13

RGB Percentages of Color #538013

%36.09
%55.65
%8.26

CMYK Percentages of Color #538013

%35
%0
%85
%50

Triadic Colors of #538013

#538013 #135380 #801353

Analogous Colors of #538013

#538013 #1c8013 #807713

Monochromatic Colors of #538013

#538013

Complementary Color

#538013 #401380

#538013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538013 Color CSS Codes

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

#538013 Text Font Color

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

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


#538013 Background Color

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

This div background color is #538013


#538013 Border Color

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

This div border color is #538013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538013


Comments

No comments written yet.

Please login to write comment.