Color Hex Logo

#05674f Color Hex

#05674F
(5,103,79)
0 Favorites   0 Comments

Color spaces of #05674f

RGB 510379
HSL0.460.910.21
HSV165°95°40°
CMYK 0.950.000.23   0.60
XYZ6.324110.29739.0514
Yxy10.29730.24630.4011
Hunter Lab32.0894-20.97815.7388
CIE-Lab38.3708-31.74886.4560

#05674f color RGB value is (5,103,79).

#05674f hex color red value is 5, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #05674f hue: 0.46 , saturation: 0.91 and the lightness value of 05674f is 0.21.

The process color (four color CMYK) of #05674f color hex is 0.95, 0.00, 0.23, 0.60. Web safe color of #05674f is #006666. Color #05674f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100111 01001111
Octal 5 147 117
Decimal 5 103 79
Hex 5 67 4F

RGB Percentages of Color #05674f

%2.67
%55.08
%42.25

CMYK Percentages of Color #05674f

%95
%0
%23
%60

Triadic Colors of #05674f

#05674f #4f0567 #674f05

Analogous Colors of #05674f

#05674f #054e67 #05671e

Monochromatic Colors of #05674f

#05674f

Complementary Color

#05674f #67051d

#05674f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05674f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05674f Color CSS Codes

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

#05674f Text Font Color

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

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


#05674f Background Color

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

This div background color is #05674f


#05674f Border Color

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

This div border color is #05674f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,103,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05674f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05674f;
  -webkit-box-shadow: 1px 1px 3px 2px #05674f;
  box-shadow:         1px 1px 3px 2px #05674f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05674f


Comments

No comments written yet.

Please login to write comment.