Color Hex Logo

#538b3d Color Hex

#538B3D
(83,139,61)
0 Favorites   0 Comments

Color spaces of #538b3d

RGB 8313961
HSL0.290.390.39
HSV103°56°55°
CMYK 0.400.000.56   0.45
XYZ13.642220.64127.6800
Yxy20.64120.32510.4919
Hunter Lab45.4326-25.908221.7803
CIE-Lab52.5546-33.704435.5626

#538b3d color RGB value is (83,139,61).

#538b3d hex color red value is 83, green value is 139 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #538b3d hue: 0.29 , saturation: 0.39 and the lightness value of 538b3d is 0.39.

The process color (four color CMYK) of #538b3d color hex is 0.40, 0.00, 0.56, 0.45. Web safe color of #538b3d is #669933. Color #538b3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001011 00111101
Octal 123 213 75
Decimal 83 139 61
Hex 53 8B 3D

RGB Percentages of Color #538b3d

%29.33
%49.12
%21.55

CMYK Percentages of Color #538b3d

%40
%0
%56
%45

Triadic Colors of #538b3d

#538b3d #3d538b #8b3d53

Analogous Colors of #538b3d

#538b3d #3d8b4e #7a8b3d

Monochromatic Colors of #538b3d

#538b3d

Complementary Color

#538b3d #753d8b

#538b3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538b3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#538b3d Color CSS Codes

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

#538b3d Text Font Color

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

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


#538b3d Background Color

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

This div background color is #538b3d


#538b3d Border Color

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

This div border color is #538b3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,139,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538b3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538b3d;
  -webkit-box-shadow: 1px 1px 3px 2px #538b3d;
  box-shadow:         1px 1px 3px 2px #538b3d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538b3d


Comments

No comments written yet.

Please login to write comment.