Color Hex Logo

#053518 Color Hex

#053518
(5,53,24)
0 Favorites   0 Comments

Color spaces of #053518

RGB 55324
HSL0.400.830.11
HSV144°91°21°
CMYK 0.910.000.55   0.79
XYZ1.50062.64441.2955
Yxy2.64440.27580.4861
Hunter Lab16.2616-11.98616.6597
CIE-Lab18.5595-23.530113.9267

#053518 color RGB value is (5,53,24).

#053518 hex color red value is 5, green value is 53 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #053518 hue: 0.40 , saturation: 0.83 and the lightness value of 053518 is 0.11.

The process color (four color CMYK) of #053518 color hex is 0.91, 0.00, 0.55, 0.79. Web safe color of #053518 is #003300. Color #053518 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110101 00011000
Octal 5 65 30
Decimal 5 53 24
Hex 5 35 18

RGB Percentages of Color #053518

%6.10
%64.63
%29.27

CMYK Percentages of Color #053518

%91
%0
%55
%79

Triadic Colors of #053518

#053518 #180535 #351805

Analogous Colors of #053518

#053518 #053530 #0a3505

Monochromatic Colors of #053518

#053518

Complementary Color

#053518 #350522

#053518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053518 Color CSS Codes

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

#053518 Text Font Color

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

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


#053518 Background Color

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

This div background color is #053518


#053518 Border Color

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

This div border color is #053518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053518


Comments

No comments written yet.

Please login to write comment.