Color Hex Logo

#051904 Color Hex

#051904
(5,25,4)
0 Favorites   0 Comments

Color spaces of #051904

RGB 5254
HSL0.330.720.06
HSV117°84°10°
CMYK 0.800.000.84   0.90
XYZ0.43210.73630.2342
Yxy0.73630.30810.5250
Hunter Lab8.5808-6.02774.3883
CIE-Lab6.6509-10.96738.1173

#051904 color RGB value is (5,25,4).

#051904 hex color red value is 5, green value is 25 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #051904 hue: 0.33 , saturation: 0.72 and the lightness value of 051904 is 0.06.

The process color (four color CMYK) of #051904 color hex is 0.80, 0.00, 0.84, 0.90. Web safe color of #051904 is #000000. Color #051904 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011001 00000100
Octal 5 31 4
Decimal 5 25 4
Hex 5 19 4

RGB Percentages of Color #051904

%14.71
%73.53
%11.76

CMYK Percentages of Color #051904

%80
%0
%84
%90

Triadic Colors of #051904

#051904 #040519 #190405

Analogous Colors of #051904

#051904 #04190e #101904

Monochromatic Colors of #051904

#051904

Complementary Color

#051904 #180419

#051904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051904 Color CSS Codes

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

#051904 Text Font Color

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

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


#051904 Background Color

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

This div background color is #051904


#051904 Border Color

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

This div border color is #051904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051904


Comments

No comments written yet.

Please login to write comment.