Color Hex Logo

#055038 Color Hex

#055038
(5,80,56)
0 Favorites   0 Comments

Color spaces of #055038

RGB 58056
HSL0.450.880.17
HSV161°94°31°
CMYK 0.940.000.30   0.69
XYZ3.64516.05514.7180
Yxy6.05510.25280.4200
Hunter Lab24.6071-16.62095.8571
CIE-Lab29.5511-27.72678.2891

#055038 color RGB value is (5,80,56).

#055038 hex color red value is 5, green value is 80 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #055038 hue: 0.45 , saturation: 0.88 and the lightness value of 055038 is 0.17.

The process color (four color CMYK) of #055038 color hex is 0.94, 0.00, 0.30, 0.69. Web safe color of #055038 is #006633. Color #055038 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010000 00111000
Octal 5 120 70
Decimal 5 80 56
Hex 5 50 38

RGB Percentages of Color #055038

%3.55
%56.74
%39.72

CMYK Percentages of Color #055038

%94
%0
%30
%69

Triadic Colors of #055038

#055038 #380550 #503805

Analogous Colors of #055038

#055038 #054350 #055013

Monochromatic Colors of #055038

#055038

Complementary Color

#055038 #50051d

#055038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055038 Color CSS Codes

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

#055038 Text Font Color

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

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


#055038 Background Color

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

This div background color is #055038


#055038 Border Color

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

This div border color is #055038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055038


Comments

No comments written yet.

Please login to write comment.