Color Hex Logo

#058433 Color Hex

#058433
(5,132,51)
0 Favorites   0 Comments

Color spaces of #058433

RGB 513251
HSL0.390.930.27
HSV142°96°52°
CMYK 0.960.000.61   0.48
XYZ8.911416.77385.9000
Yxy16.77380.28210.5311
Hunter Lab40.9558-32.833720.1279
CIE-Lab47.9738-48.602534.6173

#058433 color RGB value is (5,132,51).

#058433 hex color red value is 5, green value is 132 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #058433 hue: 0.39 , saturation: 0.93 and the lightness value of 058433 is 0.27.

The process color (four color CMYK) of #058433 color hex is 0.96, 0.00, 0.61, 0.48. Web safe color of #058433 is #009933. Color #058433 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000100 00110011
Octal 5 204 63
Decimal 5 132 51
Hex 5 84 33

RGB Percentages of Color #058433

%2.66
%70.21
%27.13

CMYK Percentages of Color #058433

%96
%0
%61
%48

Triadic Colors of #058433

#058433 #330584 #843305

Analogous Colors of #058433

#058433 #058473 #178405

Monochromatic Colors of #058433

#058433

Complementary Color

#058433 #840556

#058433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058433 Color CSS Codes

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

#058433 Text Font Color

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

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


#058433 Background Color

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

This div background color is #058433


#058433 Border Color

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

This div border color is #058433


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,132,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #058433; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #058433;
  -webkit-box-shadow: 1px 1px 3px 2px #058433;
  box-shadow:         1px 1px 3px 2px #058433; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058433


Comments

No comments written yet.

Please login to write comment.