Color Hex Logo

#538077 Color Hex

#538077
(83,128,119)
0 Favorites   0 Comments

Color spaces of #538077

RGB 83128119
HSL0.470.210.41
HSV168°35°50°
CMYK 0.350.000.07   0.50
XYZ14.616218.609320.2744
Yxy18.60930.27320.3478
Hunter Lab43.1385-15.01292.3316
CIE-Lab50.2269-17.5840-0.0226

#538077 color RGB value is (83,128,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 01110111
Octal 123 200 167
Decimal 83 128 119
Hex 53 80 77

RGB Percentages of Color #538077

%25.15
%38.79
%36.06

CMYK Percentages of Color #538077

%35
%0
%7
%50

Triadic Colors of #538077

#538077 #775380 #807753

Analogous Colors of #538077

#538077 #537380 #538061

Monochromatic Colors of #538077

#538077

Complementary Color

#538077 #80535c

#538077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538077 Color CSS Codes

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

#538077 Text Font Color

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

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


#538077 Background Color

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

This div background color is #538077


#538077 Border Color

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

This div border color is #538077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538077


Comments

No comments written yet.

Please login to write comment.