Color Hex Logo

#538538 Color Hex

#538538
(83,133,56)
2 Favorites   0 Comments

Color spaces of #538538

RGB 8313356
HSL0.270.410.37
HSV99°58°52°
CMYK 0.380.000.58   0.48
XYZ12.668618.89966.7217
Yxy18.89960.33090.4936
Hunter Lab43.4737-24.062521.2644
CIE-Lab50.5695-31.530335.7309

#538538 color RGB value is (83,133,56).

#538538 hex color red value is 83, green value is 133 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #538538 hue: 0.27 , saturation: 0.41 and the lightness value of 538538 is 0.37.

The process color (four color CMYK) of #538538 color hex is 0.38, 0.00, 0.58, 0.48. Web safe color of #538538 is #669933. Color #538538 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000101 00111000
Octal 123 205 70
Decimal 83 133 56
Hex 53 85 38

RGB Percentages of Color #538538

%30.51
%48.90
%20.59

CMYK Percentages of Color #538538

%38
%0
%58
%48

Triadic Colors of #538538

#538538 #385385 #853853

Analogous Colors of #538538

#538538 #388544 #7a8538

Monochromatic Colors of #538538

#538538

Complementary Color

#538538 #6a3885

#538538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538538 Color CSS Codes

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

#538538 Text Font Color

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

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


#538538 Background Color

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

This div background color is #538538


#538538 Border Color

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

This div border color is #538538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538538


Comments

No comments written yet.

Please login to write comment.