Color Hex Logo

#538172 Color Hex

#538172
(83,129,114)
0 Favorites   0 Comments

Color spaces of #538172

RGB 83129114
HSL0.450.220.42
HSV160°36°51°
CMYK 0.360.000.12   0.49
XYZ14.454818.754418.7777
Yxy18.75440.27800.3608
Hunter Lab43.3064-16.20644.6062
CIE-Lab50.3986-19.31373.1559

#538172 color RGB value is (83,129,114).

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

The process color (four color CMYK) of #538172 color hex is 0.36, 0.00, 0.12, 0.49. Web safe color of #538172 is #669966. Color #538172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 01110010
Octal 123 201 162
Decimal 83 129 114
Hex 53 81 72

RGB Percentages of Color #538172

%25.46
%39.57
%34.97

CMYK Percentages of Color #538172

%36
%0
%12
%49

Triadic Colors of #538172

#538172 #725381 #817253

Analogous Colors of #538172

#538172 #537981 #53815b

Monochromatic Colors of #538172

#538172

Complementary Color

#538172 #815362

#538172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538172 Color CSS Codes

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

#538172 Text Font Color

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

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


#538172 Background Color

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

This div background color is #538172


#538172 Border Color

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

This div border color is #538172


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,129,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 #538172">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538172


Comments

No comments written yet.

Please login to write comment.