Color Hex Logo

#538380 Color Hex

#538380
(83,131,128)
0 Favorites   0 Comments

Color spaces of #538380

RGB 83131128
HSL0.490.220.42
HSV176°37°51°
CMYK 0.370.000.02   0.49
XYZ15.579919.630123.3899
Yxy19.63010.26590.3350
Hunter Lab44.3059-14.7668-0.2862
CIE-Lab51.4164-16.9484-3.5453

#538380 color RGB value is (83,131,128).

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

The process color (four color CMYK) of #538380 color hex is 0.37, 0.00, 0.02, 0.49. Web safe color of #538380 is #669999. Color #538380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 10000000
Octal 123 203 200
Decimal 83 131 128
Hex 53 83 80

RGB Percentages of Color #538380

%24.27
%38.30
%37.43

CMYK Percentages of Color #538380

%37
%0
%2
%49

Triadic Colors of #538380

#538380 #805383 #838053

Analogous Colors of #538380

#538380 #536e83 #538368

Monochromatic Colors of #538380

#538380

Complementary Color

#538380 #835356

#538380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538380 Color CSS Codes

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

#538380 Text Font Color

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

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


#538380 Background Color

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

This div background color is #538380


#538380 Border Color

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

This div border color is #538380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538380


Comments

No comments written yet.

Please login to write comment.