Color Hex Logo

#538028 Color Hex

#538028
(83,128,40)
0 Favorites   0 Comments

Color spaces of #538028

RGB 8312840
HSL0.250.520.33
HSV91°69°50°
CMYK 0.350.000.69   0.50
XYZ11.669517.43054.7569
Yxy17.43050.34470.5148
Hunter Lab41.7499-23.169722.4695
CIE-Lab48.7980-30.793041.2808

#538028 color RGB value is (83,128,40).

#538028 hex color red value is 83, green value is 128 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #538028 hue: 0.25 , saturation: 0.52 and the lightness value of 538028 is 0.33.

The process color (four color CMYK) of #538028 color hex is 0.35, 0.00, 0.69, 0.50. Web safe color of #538028 is #669933. Color #538028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 00101000
Octal 123 200 50
Decimal 83 128 40
Hex 53 80 28

RGB Percentages of Color #538028

%33.07
%51.00
%15.94

CMYK Percentages of Color #538028

%35
%0
%69
%50

Triadic Colors of #538028

#538028 #285380 #802853

Analogous Colors of #538028

#538028 #288029 #7f8028

Monochromatic Colors of #538028

#538028

Complementary Color

#538028 #552880

#538028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538028 Color CSS Codes

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

#538028 Text Font Color

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

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


#538028 Background Color

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

This div background color is #538028


#538028 Border Color

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

This div border color is #538028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538028


Comments

No comments written yet.

Please login to write comment.