Color Hex Logo

#05784b Color Hex

#05784B
(5,120,75)
0 Favorites   0 Comments

Color spaces of #05784b

RGB 512075
HSL0.430.920.25
HSV157°96°47°
CMYK 0.960.000.38   0.53
XYZ8.049113.97328.9295
Yxy13.97320.26010.4515
Hunter Lab37.3807-26.980412.0033
CIE-Lab44.1945-39.888916.8904

#05784b color RGB value is (5,120,75).

#05784b hex color red value is 5, green value is 120 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #05784b hue: 0.43 , saturation: 0.92 and the lightness value of 05784b is 0.25.

The process color (four color CMYK) of #05784b color hex is 0.96, 0.00, 0.38, 0.53. Web safe color of #05784b is #006633. Color #05784b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111000 01001011
Octal 5 170 113
Decimal 5 120 75
Hex 5 78 4B

RGB Percentages of Color #05784b

%2.50
%60.00
%37.50

CMYK Percentages of Color #05784b

%96
%0
%38
%53

Triadic Colors of #05784b

#05784b #4b0578 #784b05

Analogous Colors of #05784b

#05784b #056c78 #057812

Monochromatic Colors of #05784b

#05784b

Complementary Color

#05784b #780532

#05784b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05784b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05784b Color CSS Codes

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

#05784b Text Font Color

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

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


#05784b Background Color

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

This div background color is #05784b


#05784b Border Color

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

This div border color is #05784b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05784b


Comments

No comments written yet.

Please login to write comment.