Color Hex Logo

#538174 Color Hex

#538174
(83,129,116)
0 Favorites   0 Comments

Color spaces of #538174

RGB 83129116
HSL0.450.220.42
HSV163°36°51°
CMYK 0.360.000.10   0.49
XYZ14.569918.800519.3839
Yxy18.80050.27620.3564
Hunter Lab43.3595-15.89873.8461
CIE-Lab50.4530-18.84142.0643

#538174 color RGB value is (83,129,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 01110100
Octal 123 201 164
Decimal 83 129 116
Hex 53 81 74

RGB Percentages of Color #538174

%25.30
%39.33
%35.37

CMYK Percentages of Color #538174

%36
%0
%10
%49

Triadic Colors of #538174

#538174 #745381 #817453

Analogous Colors of #538174

#538174 #537781 #53815d

Monochromatic Colors of #538174

#538174

Complementary Color

#538174 #815360

#538174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538174 Color CSS Codes

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

#538174 Text Font Color

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

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


#538174 Background Color

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

This div background color is #538174


#538174 Border Color

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

This div border color is #538174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538174


Comments

No comments written yet.

Please login to write comment.