Color Hex Logo

#55983c Color Hex

#55983C
(85,152,60)
0 Favorites   0 Comments

Color spaces of #55983c

RGB 8515260
HSL0.290.430.42
HSV104°61°60°
CMYK 0.440.000.61   0.40
XYZ15.790224.71408.2130
Yxy24.71400.32410.5073
Hunter Lab49.7132-30.301825.0041
CIE-Lab56.7957-38.909341.0058

#55983c color RGB value is (85,152,60).

#55983c hex color red value is 85, green value is 152 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #55983c hue: 0.29 , saturation: 0.43 and the lightness value of 55983c is 0.42.

The process color (four color CMYK) of #55983c color hex is 0.44, 0.00, 0.61, 0.40. Web safe color of #55983c is #669933. Color #55983c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011000 00111100
Octal 125 230 74
Decimal 85 152 60
Hex 55 98 3C

RGB Percentages of Color #55983c

%28.62
%51.18
%20.20

CMYK Percentages of Color #55983c

%44
%0
%61
%40

Triadic Colors of #55983c

#55983c #3c5598 #983c55

Analogous Colors of #55983c

#55983c #3c9851 #83983c

Monochromatic Colors of #55983c

#55983c

Complementary Color

#55983c #7f3c98

#55983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55983c Color CSS Codes

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

#55983c Text Font Color

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

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


#55983c Background Color

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

This div background color is #55983c


#55983c Border Color

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

This div border color is #55983c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,152,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55983c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55983c;
  -webkit-box-shadow: 1px 1px 3px 2px #55983c;
  box-shadow:         1px 1px 3px 2px #55983c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,152,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55983c


Comments

No comments written yet.

Please login to write comment.