Color Hex Logo

#05321f Color Hex

#05321F
(5,50,31)
0 Favorites   0 Comments

Color spaces of #05321f

RGB 55031
HSL0.430.820.11
HSV155°90°20°
CMYK 0.900.000.38   0.80
XYZ1.45052.41241.6855
Yxy2.41240.26140.4348
Hunter Lab15.5319-10.51104.4383
CIE-Lab17.5177-20.45167.9444

#05321f color RGB value is (5,50,31).

#05321f hex color red value is 5, green value is 50 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #05321f hue: 0.43 , saturation: 0.82 and the lightness value of 05321f is 0.11.

The process color (four color CMYK) of #05321f color hex is 0.90, 0.00, 0.38, 0.80. Web safe color of #05321f is #003333. Color #05321f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110010 00011111
Octal 5 62 37
Decimal 5 50 31
Hex 5 32 1F

RGB Percentages of Color #05321f

%5.81
%58.14
%36.05

CMYK Percentages of Color #05321f

%90
%0
%38
%80

Triadic Colors of #05321f

#05321f #1f0532 #321f05

Analogous Colors of #05321f

#05321f #052f32 #053209

Monochromatic Colors of #05321f

#05321f

Complementary Color

#05321f #320518

#05321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05321f Color CSS Codes

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

#05321f Text Font Color

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

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


#05321f Background Color

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

This div background color is #05321f


#05321f Border Color

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

This div border color is #05321f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,50,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05321f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05321f;
  -webkit-box-shadow: 1px 1px 3px 2px #05321f;
  box-shadow:         1px 1px 3px 2px #05321f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05321f


Comments

No comments written yet.

Please login to write comment.