Color Hex Logo

#05733f Color Hex

#05733F
(5,115,63)
0 Favorites   0 Comments

Color spaces of #05733f

RGB 511563
HSL0.420.920.24
HSV152°96°45°
CMYK 0.960.000.45   0.55
XYZ7.090512.65266.7711
Yxy12.65260.26740.4772
Hunter Lab35.5705-26.666813.6131
CIE-Lab42.2351-40.530621.1680

#05733f color RGB value is (5,115,63).

#05733f hex color red value is 5, green value is 115 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #05733f hue: 0.42 , saturation: 0.92 and the lightness value of 05733f is 0.24.

The process color (four color CMYK) of #05733f color hex is 0.96, 0.00, 0.45, 0.55. Web safe color of #05733f is #006633. Color #05733f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110011 00111111
Octal 5 163 77
Decimal 5 115 63
Hex 5 73 3F

RGB Percentages of Color #05733f

%2.73
%62.84
%34.43

CMYK Percentages of Color #05733f

%96
%0
%45
%55

Triadic Colors of #05733f

#05733f #3f0573 #733f05

Analogous Colors of #05733f

#05733f #057073 #057308

Monochromatic Colors of #05733f

#05733f

Complementary Color

#05733f #730539

#05733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05733f Color CSS Codes

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

#05733f Text Font Color

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

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


#05733f Background Color

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

This div background color is #05733f


#05733f Border Color

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

This div border color is #05733f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,115,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05733f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05733f;
  -webkit-box-shadow: 1px 1px 3px 2px #05733f;
  box-shadow:         1px 1px 3px 2px #05733f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05733f


Comments

No comments written yet.

Please login to write comment.