Color Hex Logo

#053846 Color Hex

#053846
(5,56,70)
0 Favorites   0 Comments

Color spaces of #053846

RGB 55670
HSL0.540.870.15
HSV193°93°27°
CMYK 0.930.200.00   0.73
XYZ2.58233.30286.2958
Yxy3.30280.21200.2711
Hunter Lab18.1736-6.4406-7.8180
CIE-Lab21.2179-10.1104-13.1693

#053846 color RGB value is (5,56,70).

#053846 hex color red value is 5, green value is 56 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #053846 hue: 0.54 , saturation: 0.87 and the lightness value of 053846 is 0.15.

The process color (four color CMYK) of #053846 color hex is 0.93, 0.20, 0.00, 0.73. Web safe color of #053846 is #003333. Color #053846 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111000 01000110
Octal 5 70 106
Decimal 5 56 70
Hex 5 38 46

RGB Percentages of Color #053846

%3.82
%42.75
%53.44

CMYK Percentages of Color #053846

%93
%20
%0
%73

Triadic Colors of #053846

#053846 #460538 #384605

Analogous Colors of #053846

#053846 #051846 #054634

Monochromatic Colors of #053846

#053846

Complementary Color

#053846 #461305

#053846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053846 Color CSS Codes

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

#053846 Text Font Color

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

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


#053846 Background Color

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

This div background color is #053846


#053846 Border Color

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

This div border color is #053846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053846


Comments

No comments written yet.

Please login to write comment.