Color Hex Logo

#053100 Color Hex

#053100
(5,49,0)
0 Favorites   0 Comments

Color spaces of #053100

RGB 5490
HSL0.321.000.10
HSV114°100°19°
CMYK 0.900.001.00   0.81
XYZ1.16092.22890.3690
Yxy2.22890.30880.5930
Hunter Lab14.9295-12.24678.9852
CIE-Lab16.6454-25.565023.4209

#053100 color RGB value is (5,49,0).

#053100 hex color red value is 5, green value is 49 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #053100 hue: 0.32 , saturation: 1.00 and the lightness value of 053100 is 0.10.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110001 00000000
Octal 5 61 0
Decimal 5 49 0
Hex 5 31 0

RGB Percentages of Color #053100

%9.26
%90.74
%0.00

CMYK Percentages of Color #053100

%90
%0
%100
%81

Triadic Colors of #053100

#053100 #000531 #310005

Analogous Colors of #053100

#053100 #003113 #1e3100

Monochromatic Colors of #053100

#053100

Complementary Color

#053100 #2c0031

#053100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053100 Color CSS Codes

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

#053100 Text Font Color

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

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


#053100 Background Color

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

This div background color is #053100


#053100 Border Color

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

This div border color is #053100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053100

#053100 Color Palettes


Comments

No comments written yet.

Please login to write comment.