Color Hex Logo

#538171 Color Hex

#538171
(83,129,113)
0 Favorites   0 Comments

Color spaces of #538171

RGB 83129113
HSL0.440.220.42
HSV159°36°51°
CMYK 0.360.000.12   0.49
XYZ14.398218.731818.4795
Yxy18.73180.27900.3630
Hunter Lab43.2802-16.35824.9809
CIE-Lab50.3719-19.54743.7023

#538171 color RGB value is (83,129,113).

#538171 hex color red value is 83, green value is 129 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #538171 hue: 0.44 , saturation: 0.22 and the lightness value of 538171 is 0.42.

The process color (four color CMYK) of #538171 color hex is 0.36, 0.00, 0.12, 0.49. Web safe color of #538171 is #669966. Color #538171 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 01110001
Octal 123 201 161
Decimal 83 129 113
Hex 53 81 71

RGB Percentages of Color #538171

%25.54
%39.69
%34.77

CMYK Percentages of Color #538171

%36
%0
%12
%49

Triadic Colors of #538171

#538171 #715381 #817153

Analogous Colors of #538171

#538171 #537a81 #53815a

Monochromatic Colors of #538171

#538171

Complementary Color

#538171 #815363

#538171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538171 Color CSS Codes

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

#538171 Text Font Color

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

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


#538171 Background Color

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

This div background color is #538171


#538171 Border Color

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

This div border color is #538171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538171


Comments

No comments written yet.

Please login to write comment.