Color Hex Logo

#05271a Color Hex

#05271A
(5,39,26)
0 Favorites   0 Comments

Color spaces of #05271a

RGB 53926
HSL0.440.770.09
HSV157°87°15°
CMYK 0.870.000.33   0.85
XYZ0.97461.55791.2266
Yxy1.55790.25930.4144
Hunter Lab12.4816-7.90502.9105
CIE-Lab12.9715-16.25155.1165

#05271a color RGB value is (5,39,26).

#05271a hex color red value is 5, green value is 39 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #05271a hue: 0.44 , saturation: 0.77 and the lightness value of 05271a is 0.09.

The process color (four color CMYK) of #05271a color hex is 0.87, 0.00, 0.33, 0.85. Web safe color of #05271a is #003333. Color #05271a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100111 00011010
Octal 5 47 32
Decimal 5 39 26
Hex 5 27 1A

RGB Percentages of Color #05271a

%7.14
%55.71
%37.14

CMYK Percentages of Color #05271a

%87
%0
%33
%85

Triadic Colors of #05271a

#05271a #1a0527 #271a05

Analogous Colors of #05271a

#05271a #052327 #052709

Monochromatic Colors of #05271a

#05271a

Complementary Color

#05271a #270512

#05271a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05271a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05271a Color CSS Codes

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

#05271a Text Font Color

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

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


#05271a Background Color

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

This div background color is #05271a


#05271a Border Color

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

This div border color is #05271a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,39,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05271a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05271a;
  -webkit-box-shadow: 1px 1px 3px 2px #05271a;
  box-shadow:         1px 1px 3px 2px #05271a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05271a


Comments

No comments written yet.

Please login to write comment.