Color Hex Logo

#538135 Color Hex

#538135
(83,129,53)
0 Favorites   0 Comments

Color spaces of #538135

RGB 8312953
HSL0.270.420.36
HSV96°59°51°
CMYK 0.360.000.59   0.49
XYZ12.060117.79666.1676
Yxy17.79660.33480.4940
Hunter Lab42.1860-22.796120.8620
CIE-Lab49.2485-29.992635.6878

#538135 color RGB value is (83,129,53).

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

The process color (four color CMYK) of #538135 color hex is 0.36, 0.00, 0.59, 0.49. Web safe color of #538135 is #669933. Color #538135 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 00110101
Octal 123 201 65
Decimal 83 129 53
Hex 53 81 35

RGB Percentages of Color #538135

%31.32
%48.68
%20.00

CMYK Percentages of Color #538135

%36
%0
%59
%49

Triadic Colors of #538135

#538135 #355381 #813553

Analogous Colors of #538135

#538135 #35813d #798135

Monochromatic Colors of #538135

#538135

Complementary Color

#538135 #633581

#538135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538135 Color CSS Codes

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

#538135 Text Font Color

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

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


#538135 Background Color

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

This div background color is #538135


#538135 Border Color

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

This div border color is #538135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538135


Comments

No comments written yet.

Please login to write comment.