Color Hex Logo

#041f0f Color Hex

#041F0F
(4,31,15)
0 Favorites   0 Comments

Color spaces of #041f0f

RGB 43115
HSL0.400.770.07
HSV144°87°12°
CMYK 0.870.000.52   0.88
XYZ0.62631.04030.6197
Yxy1.04030.27390.4550
Hunter Lab10.1995-6.88843.5373
CIE-Lab9.3227-14.52857.2099

#041f0f color RGB value is (4,31,15).

#041f0f hex color red value is 4, green value is 31 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #041f0f hue: 0.40 , saturation: 0.77 and the lightness value of 041f0f is 0.07.

The process color (four color CMYK) of #041f0f color hex is 0.87, 0.00, 0.52, 0.88. Web safe color of #041f0f is #003300. Color #041f0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011111 00001111
Octal 4 37 17
Decimal 4 31 15
Hex 4 1F F

RGB Percentages of Color #041f0f

%8.00
%62.00
%30.00

CMYK Percentages of Color #041f0f

%87
%0
%52
%88

Triadic Colors of #041f0f

#041f0f #0f041f #1f0f04

Analogous Colors of #041f0f

#041f0f #041f1d #061f04

Monochromatic Colors of #041f0f

#041f0f

Complementary Color

#041f0f #1f0414

#041f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#041f0f Color CSS Codes

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

#041f0f Text Font Color

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

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


#041f0f Background Color

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

This div background color is #041f0f


#041f0f Border Color

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

This div border color is #041f0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,31,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #041f0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #041f0f;
  -webkit-box-shadow: 1px 1px 3px 2px #041f0f;
  box-shadow:         1px 1px 3px 2px #041f0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041f0f


Comments

No comments written yet.

Please login to write comment.