Color Hex Logo

#538067 Color Hex

#538067
(83,128,103)
0 Favorites   0 Comments

Color spaces of #538067

RGB 83128103
HSL0.410.210.41
HSV147°35°50°
CMYK 0.350.000.20   0.50
XYZ13.734618.256615.6320
Yxy18.25660.28840.3834
Hunter Lab42.7277-17.39578.2181
CIE-Lab49.8059-21.26698.7339

#538067 color RGB value is (83,128,103).

#538067 hex color red value is 83, green value is 128 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #538067 hue: 0.41 , saturation: 0.21 and the lightness value of 538067 is 0.41.

The process color (four color CMYK) of #538067 color hex is 0.35, 0.00, 0.20, 0.50. Web safe color of #538067 is #669966. Color #538067 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 01100111
Octal 123 200 147
Decimal 83 128 103
Hex 53 80 67

RGB Percentages of Color #538067

%26.43
%40.76
%32.80

CMYK Percentages of Color #538067

%35
%0
%20
%50

Triadic Colors of #538067

#538067 #675380 #806753

Analogous Colors of #538067

#538067 #53807e #568053

Monochromatic Colors of #538067

#538067

Complementary Color

#538067 #80536c

#538067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538067 Color CSS Codes

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

#538067 Text Font Color

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

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


#538067 Background Color

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

This div background color is #538067


#538067 Border Color

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

This div border color is #538067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538067


Comments

No comments written yet.

Please login to write comment.