Color Hex Logo

#052611 Color Hex

#052611
(5,38,17)
0 Favorites   0 Comments

Color spaces of #052611

RGB 53817
HSL0.390.770.08
HSV142°87°15°
CMYK 0.870.000.55   0.85
XYZ0.85691.45900.7668
Yxy1.45900.27800.4733
Hunter Lab12.0789-8.47504.6914
CIE-Lab12.3450-18.112710.3166

#052611 color RGB value is (5,38,17).

#052611 hex color red value is 5, green value is 38 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #052611 hue: 0.39 , saturation: 0.77 and the lightness value of 052611 is 0.08.

The process color (four color CMYK) of #052611 color hex is 0.87, 0.00, 0.55, 0.85. Web safe color of #052611 is #003300. Color #052611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100110 00010001
Octal 5 46 21
Decimal 5 38 17
Hex 5 26 11

RGB Percentages of Color #052611

%8.33
%63.33
%28.33

CMYK Percentages of Color #052611

%87
%0
%55
%85

Triadic Colors of #052611

#052611 #110526 #261105

Analogous Colors of #052611

#052611 #052622 #0a2605

Monochromatic Colors of #052611

#052611

Complementary Color

#052611 #26051a

#052611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052611 Color CSS Codes

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

#052611 Text Font Color

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

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


#052611 Background Color

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

This div background color is #052611


#052611 Border Color

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

This div border color is #052611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052611


Comments

No comments written yet.

Please login to write comment.