Color Hex Logo

#055045 Color Hex

#055045
(5,80,69)
0 Favorites   0 Comments

Color spaces of #055045

RGB 58069
HSL0.480.880.17
HSV171°94°31°
CMYK 0.940.000.14   0.69
XYZ4.00546.19936.6157
Yxy6.19930.23810.3686
Hunter Lab24.8984-14.85691.6751
CIE-Lab29.9098-23.89120.5284

#055045 color RGB value is (5,80,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010000 01000101
Octal 5 120 105
Decimal 5 80 69
Hex 5 50 45

RGB Percentages of Color #055045

%3.25
%51.95
%44.81

CMYK Percentages of Color #055045

%94
%0
%14
%69

Triadic Colors of #055045

#055045 #450550 #504505

Analogous Colors of #055045

#055045 #053650 #055020

Monochromatic Colors of #055045

#055045

Complementary Color

#055045 #500510

#055045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055045 Color CSS Codes

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

#055045 Text Font Color

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

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


#055045 Background Color

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

This div background color is #055045


#055045 Border Color

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

This div border color is #055045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055045


Comments

No comments written yet.

Please login to write comment.