Color Hex Logo

#05342f Color Hex

#05342F
(5,52,47)
0 Favorites   0 Comments

Color spaces of #05342f

RGB 55247
HSL0.480.820.11
HSV174°90°20°
CMYK 0.900.000.10   0.80
XYZ1.80372.69353.1142
Yxy2.69350.23700.3539
Hunter Lab16.4119-9.10330.2379
CIE-Lab18.7721-16.5135-1.2117

#05342f color RGB value is (5,52,47).

#05342f hex color red value is 5, green value is 52 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #05342f hue: 0.48 , saturation: 0.82 and the lightness value of 05342f is 0.11.

The process color (four color CMYK) of #05342f color hex is 0.90, 0.00, 0.10, 0.80. Web safe color of #05342f is #003333. Color #05342f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110100 00101111
Octal 5 64 57
Decimal 5 52 47
Hex 5 34 2F

RGB Percentages of Color #05342f

%4.81
%50.00
%45.19

CMYK Percentages of Color #05342f

%90
%0
%10
%80

Triadic Colors of #05342f

#05342f #2f0534 #342f05

Analogous Colors of #05342f

#05342f #052234 #053418

Monochromatic Colors of #05342f

#05342f

Complementary Color

#05342f #34050a

#05342f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05342f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05342f Color CSS Codes

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

#05342f Text Font Color

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

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


#05342f Background Color

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

This div background color is #05342f


#05342f Border Color

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

This div border color is #05342f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05342f


Comments

No comments written yet.

Please login to write comment.