Color Hex Logo

#05503d Color Hex

#05503D
(5,80,61)
0 Favorites   0 Comments

Color spaces of #05503d

RGB 58061
HSL0.460.880.17
HSV165°94°31°
CMYK 0.940.000.24   0.69
XYZ3.77366.10655.3947
Yxy6.10650.24700.3998
Hunter Lab24.7113-15.98664.3544
CIE-Lab29.6796-26.32225.3010

#05503d color RGB value is (5,80,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010000 00111101
Octal 5 120 75
Decimal 5 80 61
Hex 5 50 3D

RGB Percentages of Color #05503d

%3.42
%54.79
%41.78

CMYK Percentages of Color #05503d

%94
%0
%24
%69

Triadic Colors of #05503d

#05503d #3d0550 #503d05

Analogous Colors of #05503d

#05503d #053e50 #055018

Monochromatic Colors of #05503d

#05503d

Complementary Color

#05503d #500518

#05503d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05503d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05503d Color CSS Codes

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

#05503d Text Font Color

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

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


#05503d Background Color

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

This div background color is #05503d


#05503d Border Color

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

This div border color is #05503d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05503d


Comments

No comments written yet.

Please login to write comment.