color codes Logo

#05632c color codes

#05632C
(5,99,44)
0 Favorites   0 Comments

Color spaces of #05632c

RGB 59944
HSL0.400.900.20
HSV145°95°39°
CMYK 0.950.000.56   0.61
XYZ4.97919.13783.8842
Yxy9.13780.27660.5076
Hunter Lab30.2288-23.499013.5418
CIE-Lab36.2483-38.122224.2451

#05632c color RGB value is (5,99,44).

#05632c hex color red value is 5, green value is 99 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #05632c hue: 0.40 , saturation: 0.90 and the lightness value of 05632c is 0.20.

The process color (four color CMYK) of #05632c color code is 0.95, 0.00, 0.56, 0.61. Web safe color of #05632c is #006633. Color #05632c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100011 00101100
Octal 5 143 54
Decimal 5 99 44
Hex 5 63 2C

RGB Percentages of Color #05632c

%3.38
%66.89
%29.73

CMYK Percentages of Color #05632c

%95
%0
%56
%61

Triadic Colors of #05632c

#05632c #2c0563 #632c05

Analogous Colors of #05632c

#05632c #05635b #0d6305

Monochromatic Colors of #05632c

#05632c

Complementary Color

#05632c #63053c

#05632c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05632c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05632c Color CSS Codes

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

#05632c Text Font Color

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

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


#05632c Background Color

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

This div background color is #05632c


#05632c Border Color

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

This div border color is #05632c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,99,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05632c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05632c;
  -webkit-box-shadow: 1px 1px 3px 2px #05632c;
  box-shadow:         1px 1px 3px 2px #05632c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,99,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05632c


Comments

No comments written yet.

Please login to write comment.