Color Hex Logo

#053114 Color Hex

#053114
(5,49,20)
0 Favorites   0 Comments

Color spaces of #053114

RGB 54920
HSL0.390.810.11
HSV140°90°19°
CMYK 0.900.000.59   0.81
XYZ1.28722.27941.0339
Yxy2.27940.27980.4955
Hunter Lab15.0977-11.20246.5082
CIE-Lab16.8901-22.586914.3555

#053114 color RGB value is (5,49,20).

#053114 hex color red value is 5, green value is 49 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #053114 hue: 0.39 , saturation: 0.81 and the lightness value of 053114 is 0.11.

The process color (four color CMYK) of #053114 color hex is 0.90, 0.00, 0.59, 0.81. Web safe color of #053114 is #003300. Color #053114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110001 00010100
Octal 5 61 24
Decimal 5 49 20
Hex 5 31 14

RGB Percentages of Color #053114

%6.76
%66.22
%27.03

CMYK Percentages of Color #053114

%90
%0
%59
%81

Triadic Colors of #053114

#053114 #140531 #311405

Analogous Colors of #053114

#053114 #05312a #0c3105

Monochromatic Colors of #053114

#053114

Complementary Color

#053114 #310522

#053114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053114 Color CSS Codes

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

#053114 Text Font Color

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

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


#053114 Background Color

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

This div background color is #053114


#053114 Border Color

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

This div border color is #053114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053114


Comments

No comments written yet.

Please login to write comment.