Color Hex Logo

#03311d Color Hex

#03311D
(3,49,29)
0 Favorites   0 Comments

Color spaces of #03311d

RGB 34929
HSL0.430.880.10
HSV154°94°19°
CMYK 0.940.000.41   0.81
XYZ1.35762.30471.5357
Yxy2.30470.26120.4434
Hunter Lab15.1812-10.60464.6292
CIE-Lab17.0113-20.97518.5940

#03311d color RGB value is (3,49,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110001 00011101
Octal 3 61 35
Decimal 3 49 29
Hex 3 31 1D

RGB Percentages of Color #03311d

%3.70
%60.49
%35.80

CMYK Percentages of Color #03311d

%94
%0
%41
%81

Triadic Colors of #03311d

#03311d #1d0331 #311d03

Analogous Colors of #03311d

#03311d #032e31 #033106

Monochromatic Colors of #03311d

#03311d

Complementary Color

#03311d #310317

#03311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03311d Color CSS Codes

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

#03311d Text Font Color

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

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


#03311d Background Color

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

This div background color is #03311d


#03311d Border Color

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

This div border color is #03311d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,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 #03311d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03311d


Comments

No comments written yet.

Please login to write comment.