Color Hex Logo

#538015 Color Hex

#538015
(83,128,21)
0 Favorites   0 Comments

Color spaces of #538015

RGB 8312821
HSL0.240.720.29
HSV85°84°50°
CMYK 0.350.000.84   0.50
XYZ11.421817.33153.4528
Yxy17.33150.35460.5381
Hunter Lab41.6311-23.881724.2244
CIE-Lab48.6750-32.034148.2043

#538015 color RGB value is (83,128,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 00010101
Octal 123 200 25
Decimal 83 128 21
Hex 53 80 15

RGB Percentages of Color #538015

%35.78
%55.17
%9.05

CMYK Percentages of Color #538015

%35
%0
%84
%50

Triadic Colors of #538015

#538015 #155380 #801553

Analogous Colors of #538015

#538015 #1d8015 #807815

Monochromatic Colors of #538015

#538015

Complementary Color

#538015 #421580

#538015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538015 Color CSS Codes

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

#538015 Text Font Color

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

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


#538015 Background Color

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

This div background color is #538015


#538015 Border Color

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

This div border color is #538015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538015


Comments

No comments written yet.

Please login to write comment.