Color Hex Logo

#05382b Color Hex

#05382B
(5,56,43)
0 Favorites   0 Comments

Color spaces of #05382b

RGB 55643
HSL0.460.840.12
HSV165°91°22°
CMYK 0.910.000.23   0.78
XYZ1.91283.03502.7705
Yxy3.03500.24780.3932
Hunter Lab17.4213-10.88842.7660
CIE-Lab20.1835-19.96093.5603

#05382b color RGB value is (5,56,43).

#05382b hex color red value is 5, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #05382b hue: 0.46 , saturation: 0.84 and the lightness value of 05382b is 0.12.

The process color (four color CMYK) of #05382b color hex is 0.91, 0.00, 0.23, 0.78. Web safe color of #05382b is #003333. Color #05382b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111000 00101011
Octal 5 70 53
Decimal 5 56 43
Hex 5 38 2B

RGB Percentages of Color #05382b

%4.81
%53.85
%41.35

CMYK Percentages of Color #05382b

%91
%0
%23
%78

Triadic Colors of #05382b

#05382b #2b0538 #382b05

Analogous Colors of #05382b

#05382b #052c38 #053812

Monochromatic Colors of #05382b

#05382b

Complementary Color

#05382b #380512

#05382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05382b Color CSS Codes

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

#05382b Text Font Color

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

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


#05382b Background Color

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

This div background color is #05382b


#05382b Border Color

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

This div border color is #05382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05382b


Comments

No comments written yet.

Please login to write comment.