Color Hex Logo

#558538 Color Hex

#558538
(85,133,56)
0 Favorites   0 Comments

Color spaces of #558538

RGB 8513356
HSL0.270.410.37
HSV97°58°52°
CMYK 0.360.000.58   0.48
XYZ12.847718.99196.7300
Yxy18.99190.33310.4924
Hunter Lab43.5797-23.641021.3497
CIE-Lab50.6777-30.798735.8849

#558538 color RGB value is (85,133,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000101 00111000
Octal 125 205 70
Decimal 85 133 56
Hex 55 85 38

RGB Percentages of Color #558538

%31.02
%48.54
%20.44

CMYK Percentages of Color #558538

%36
%0
%58
%48

Triadic Colors of #558538

#558538 #385585 #853855

Analogous Colors of #558538

#558538 #388542 #7c8538

Monochromatic Colors of #558538

#558538

Complementary Color

#558538 #683885

#558538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558538 Color CSS Codes

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

#558538 Text Font Color

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

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


#558538 Background Color

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

This div background color is #558538


#558538 Border Color

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

This div border color is #558538


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,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 #558538">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558538


Comments

No comments written yet.

Please login to write comment.