Color Hex Logo

#054740 Color Hex

#054740
(5,71,64)
0 Favorites   0 Comments

Color spaces of #054740

RGB 57164
HSL0.480.870.15
HSV174°93°28°
CMYK 0.930.000.10   0.72
XYZ3.24124.90895.6272
Yxy4.90890.23530.3563
Hunter Lab22.1560-12.66040.4507
CIE-Lab26.4736-20.9351-1.2669

#054740 color RGB value is (5,71,64).

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

The process color (four color CMYK) of #054740 color hex is 0.93, 0.00, 0.10, 0.72. Web safe color of #054740 is #003333. Color #054740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000111 01000000
Octal 5 107 100
Decimal 5 71 64
Hex 5 47 40

RGB Percentages of Color #054740

%3.57
%50.71
%45.71

CMYK Percentages of Color #054740

%93
%0
%10
%72

Triadic Colors of #054740

#054740 #400547 #474005

Analogous Colors of #054740

#054740 #052d47 #05471f

Monochromatic Colors of #054740

#054740

Complementary Color

#054740 #47050c

#054740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054740 Color CSS Codes

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

#054740 Text Font Color

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

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


#054740 Background Color

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

This div background color is #054740


#054740 Border Color

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

This div border color is #054740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054740


Comments

No comments written yet.

Please login to write comment.