Color Hex Logo

#538366 Color Hex

#538366
(83,131,102)
0 Favorites   0 Comments

Color spaces of #538366

RGB 83131102
HSL0.400.220.42
HSV144°37°51°
CMYK 0.370.000.22   0.49
XYZ14.081919.030915.5015
Yxy19.03090.28970.3915
Hunter Lab43.6244-18.72329.4690
CIE-Lab50.7233-23.028310.6080

#538366 color RGB value is (83,131,102).

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

The process color (four color CMYK) of #538366 color hex is 0.37, 0.00, 0.22, 0.49. Web safe color of #538366 is #669966. Color #538366 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 01100110
Octal 123 203 146
Decimal 83 131 102
Hex 53 83 66

RGB Percentages of Color #538366

%26.27
%41.46
%32.28

CMYK Percentages of Color #538366

%37
%0
%22
%49

Triadic Colors of #538366

#538366 #665383 #836653

Analogous Colors of #538366

#538366 #53837e #588353

Monochromatic Colors of #538366

#538366

Complementary Color

#538366 #835370

#538366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538366 Color CSS Codes

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

#538366 Text Font Color

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

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


#538366 Background Color

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

This div background color is #538366


#538366 Border Color

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

This div border color is #538366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538366


Comments

No comments written yet.

Please login to write comment.