Color Hex Logo

#055021 Color Hex

#055021
(5,80,33)
0 Favorites   0 Comments

Color spaces of #055021

RGB 58033
HSL0.400.880.17
HSV142°94°31°
CMYK 0.940.000.59   0.69
XYZ3.20585.87942.4047
Yxy5.87940.27900.5117
Hunter Lab24.2475-18.833311.0933
CIE-Lab29.1061-32.874621.6562

#055021 color RGB value is (5,80,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010000 00100001
Octal 5 120 41
Decimal 5 80 33
Hex 5 50 21

RGB Percentages of Color #055021

%4.24
%67.80
%27.97

CMYK Percentages of Color #055021

%94
%0
%59
%69

Triadic Colors of #055021

#055021 #210550 #502105

Analogous Colors of #055021

#055021 #055047 #0f5005

Monochromatic Colors of #055021

#055021

Complementary Color

#055021 #500534

#055021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055021 Color CSS Codes

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

#055021 Text Font Color

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

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


#055021 Background Color

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

This div background color is #055021


#055021 Border Color

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

This div border color is #055021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055021


Comments

No comments written yet.

Please login to write comment.