Color Hex Logo

#05481b Color Hex

#05481B
(5,72,27)
0 Favorites   0 Comments

Color spaces of #05481b

RGB 57227
HSL0.390.870.15
HSV140°93°28°
CMYK 0.930.000.63   0.72
XYZ2.57784.74611.8171
Yxy4.74610.28200.5192
Hunter Lab21.7855-17.003510.3046
CIE-Lab25.9988-30.805021.3021

#05481b color RGB value is (5,72,27).

#05481b hex color red value is 5, green value is 72 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #05481b hue: 0.39 , saturation: 0.87 and the lightness value of 05481b is 0.15.

The process color (four color CMYK) of #05481b color hex is 0.93, 0.00, 0.63, 0.72. Web safe color of #05481b is #003333. Color #05481b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001000 00011011
Octal 5 110 33
Decimal 5 72 27
Hex 5 48 1B

RGB Percentages of Color #05481b

%4.81
%69.23
%25.96

CMYK Percentages of Color #05481b

%93
%0
%63
%72

Triadic Colors of #05481b

#05481b #1b0548 #481b05

Analogous Colors of #05481b

#05481b #05483d #114805

Monochromatic Colors of #05481b

#05481b

Complementary Color

#05481b #480532

#05481b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05481b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05481b Color CSS Codes

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

#05481b Text Font Color

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

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


#05481b Background Color

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

This div background color is #05481b


#05481b Border Color

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

This div border color is #05481b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05481b


Comments

No comments written yet.

Please login to write comment.