Color Hex Logo

#538772 Color Hex

#538772
(83,135,114)
0 Favorites   0 Comments

Color spaces of #538772

RGB 83135114
HSL0.430.240.43
HSV156°39°53°
CMYK 0.390.000.16   0.47
XYZ15.268520.381919.0489
Yxy20.38190.27910.3726
Hunter Lab45.1463-18.63736.5858
CIE-Lab52.2663-22.44715.8426

#538772 color RGB value is (83,135,114).

#538772 hex color red value is 83, green value is 135 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #538772 hue: 0.43 , saturation: 0.24 and the lightness value of 538772 is 0.43.

The process color (four color CMYK) of #538772 color hex is 0.39, 0.00, 0.16, 0.47. Web safe color of #538772 is #669966. Color #538772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000111 01110010
Octal 123 207 162
Decimal 83 135 114
Hex 53 87 72

RGB Percentages of Color #538772

%25.00
%40.66
%34.34

CMYK Percentages of Color #538772

%39
%0
%16
%47

Triadic Colors of #538772

#538772 #725387 #877253

Analogous Colors of #538772

#538772 #538287 #538758

Monochromatic Colors of #538772

#538772

Complementary Color

#538772 #875368

#538772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538772 Color CSS Codes

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

#538772 Text Font Color

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

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


#538772 Background Color

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

This div background color is #538772


#538772 Border Color

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

This div border color is #538772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538772


Comments

No comments written yet.

Please login to write comment.