Color Hex Logo

#538276 Color Hex

#538276
(83,130,118)
0 Favorites   0 Comments

Color spaces of #538276

RGB 83130118
HSL0.460.220.42
HSV165°36°51°
CMYK 0.360.000.09   0.49
XYZ14.819919.112320.0475
Yxy19.11230.27450.3541
Hunter Lab43.7176-15.99583.4138
CIE-Lab50.8183-18.89441.4247

#538276 color RGB value is (83,130,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000010 01110110
Octal 123 202 166
Decimal 83 130 118
Hex 53 82 76

RGB Percentages of Color #538276

%25.08
%39.27
%35.65

CMYK Percentages of Color #538276

%36
%0
%9
%49

Triadic Colors of #538276

#538276 #765382 #827653

Analogous Colors of #538276

#538276 #537782 #53825f

Monochromatic Colors of #538276

#538276

Complementary Color

#538276 #82535f

#538276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538276 Color CSS Codes

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

#538276 Text Font Color

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

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


#538276 Background Color

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

This div background color is #538276


#538276 Border Color

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

This div border color is #538276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538276


Comments

No comments written yet.

Please login to write comment.