Color Hex Logo

#04311d Color Hex

#04311D
(4,49,29)
0 Favorites   0 Comments

Color spaces of #04311d

RGB 44929
HSL0.430.850.10
HSV153°92°19°
CMYK 0.920.000.41   0.81
XYZ1.37022.31111.5363
Yxy2.31110.26260.4429
Hunter Lab15.2023-10.51564.6499
CIE-Lab17.0418-20.73268.6403

#04311d color RGB value is (4,49,29).

#04311d hex color red value is 4, green value is 49 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #04311d hue: 0.43 , saturation: 0.85 and the lightness value of 04311d is 0.10.

The process color (four color CMYK) of #04311d color hex is 0.92, 0.00, 0.41, 0.81. Web safe color of #04311d is #003333. Color #04311d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110001 00011101
Octal 4 61 35
Decimal 4 49 29
Hex 4 31 1D

RGB Percentages of Color #04311d

%4.88
%59.76
%35.37

CMYK Percentages of Color #04311d

%92
%0
%41
%81

Triadic Colors of #04311d

#04311d #1d0431 #311d04

Analogous Colors of #04311d

#04311d #042f31 #043107

Monochromatic Colors of #04311d

#04311d

Complementary Color

#04311d #310418

#04311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04311d Color CSS Codes

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

#04311d Text Font Color

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

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


#04311d Background Color

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

This div background color is #04311d


#04311d Border Color

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

This div border color is #04311d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,49,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04311d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04311d;
  -webkit-box-shadow: 1px 1px 3px 2px #04311d;
  box-shadow:         1px 1px 3px 2px #04311d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04311d


Comments

No comments written yet.

Please login to write comment.