Color Hex Logo

#538262 Color Hex

#538262
(83,130,98)
0 Favorites   0 Comments

Color spaces of #538262

RGB 8313098
HSL0.390.220.42
HSV139°36°51°
CMYK 0.360.000.25   0.49
XYZ13.754518.686114.4371
Yxy18.68610.29340.3986
Hunter Lab43.2274-18.851210.4575
CIE-Lab50.3179-23.347412.3562

#538262 color RGB value is (83,130,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000010 01100010
Octal 123 202 142
Decimal 83 130 98
Hex 53 82 62

RGB Percentages of Color #538262

%26.69
%41.80
%31.51

CMYK Percentages of Color #538262

%36
%0
%25
%49

Triadic Colors of #538262

#538262 #625382 #826253

Analogous Colors of #538262

#538262 #53827a #5c8253

Monochromatic Colors of #538262

#538262

Complementary Color

#538262 #825373

#538262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538262 Color CSS Codes

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

#538262 Text Font Color

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

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


#538262 Background Color

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

This div background color is #538262


#538262 Border Color

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

This div border color is #538262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538262


Comments

No comments written yet.

Please login to write comment.