Color Hex Logo

#05764d Color Hex

#05764D
(5,118,77)
0 Favorites   0 Comments

Color spaces of #05764d

RGB 511877
HSL0.440.920.24
HSV158°96°46°
CMYK 0.960.000.35   0.54
XYZ7.880613.52509.2164
Yxy13.52500.25740.4417
Hunter Lab36.7764-26.108810.8850
CIE-Lab43.5439-38.627614.8479

#05764d color RGB value is (5,118,77).

#05764d hex color red value is 5, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #05764d hue: 0.44 , saturation: 0.92 and the lightness value of 05764d is 0.24.

The process color (four color CMYK) of #05764d color hex is 0.96, 0.00, 0.35, 0.54. Web safe color of #05764d is #006666. Color #05764d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110110 01001101
Octal 5 166 115
Decimal 5 118 77
Hex 5 76 4D

RGB Percentages of Color #05764d

%2.50
%59.00
%38.50

CMYK Percentages of Color #05764d

%96
%0
%35
%54

Triadic Colors of #05764d

#05764d #4d0576 #764d05

Analogous Colors of #05764d

#05764d #056776 #057615

Monochromatic Colors of #05764d

#05764d

Complementary Color

#05764d #76052e

#05764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05764d Color CSS Codes

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

#05764d Text Font Color

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

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


#05764d Background Color

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

This div background color is #05764d


#05764d Border Color

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

This div border color is #05764d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,118,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05764d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05764d;
  -webkit-box-shadow: 1px 1px 3px 2px #05764d;
  box-shadow:         1px 1px 3px 2px #05764d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05764d


Comments

No comments written yet.

Please login to write comment.