Color Hex Logo

#053621 Color Hex

#053621
(5,54,33)
0 Favorites   0 Comments

Color spaces of #053621

RGB 55433
HSL0.430.830.12
HSV154°91°21°
CMYK 0.910.000.39   0.79
XYZ1.65632.78041.8882
Yxy2.78040.26190.4396
Hunter Lab16.6745-11.44984.9583
CIE-Lab19.1420-21.84498.8220

#053621 color RGB value is (5,54,33).

#053621 hex color red value is 5, green value is 54 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #053621 hue: 0.43 , saturation: 0.83 and the lightness value of 053621 is 0.12.

The process color (four color CMYK) of #053621 color hex is 0.91, 0.00, 0.39, 0.79. Web safe color of #053621 is #003333. Color #053621 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110110 00100001
Octal 5 66 41
Decimal 5 54 33
Hex 5 36 21

RGB Percentages of Color #053621

%5.43
%58.70
%35.87

CMYK Percentages of Color #053621

%91
%0
%39
%79

Triadic Colors of #053621

#053621 #210536 #362105

Analogous Colors of #053621

#053621 #053336 #053609

Monochromatic Colors of #053621

#053621

Complementary Color

#053621 #36051a

#053621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053621 Color CSS Codes

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

#053621 Text Font Color

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

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


#053621 Background Color

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

This div background color is #053621


#053621 Border Color

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

This div border color is #053621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053621


Comments

No comments written yet.

Please login to write comment.