Color Hex Logo

#0d311e Color Hex

#0D311E
(13,49,30)
0 Favorites   0 Comments

Color spaces of #0d311e

RGB 134930
HSL0.410.580.12
HSV148°73°19°
CMYK 0.730.000.39   0.81
XYZ1.49862.37591.6079
Yxy2.37590.27330.4334
Hunter Lab15.4140-9.62004.6050
CIE-Lab17.3478-18.36328.4285

#0d311e color RGB value is (13,49,30).

#0d311e hex color red value is 13, green value is 49 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0d311e hue: 0.41 , saturation: 0.58 and the lightness value of 0d311e is 0.12.

The process color (four color CMYK) of #0d311e color hex is 0.73, 0.00, 0.39, 0.81. Web safe color of #0d311e is #003333. Color #0d311e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00110001 00011110
Octal 15 61 36
Decimal 13 49 30
Hex D 31 1E

RGB Percentages of Color #0d311e

%14.13
%53.26
%32.61

CMYK Percentages of Color #0d311e

%73
%0
%39
%81

Triadic Colors of #0d311e

#0d311e #1e0d31 #311e0d

Analogous Colors of #0d311e

#0d311e #0d3130 #0e310d

Monochromatic Colors of #0d311e

#0d311e

Complementary Color

#0d311e #310d20

#0d311e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d311e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d311e Color CSS Codes

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

#0d311e Text Font Color

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

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


#0d311e Background Color

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

This div background color is #0d311e


#0d311e Border Color

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

This div border color is #0d311e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,49,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d311e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d311e;
  -webkit-box-shadow: 1px 1px 3px 2px #0d311e;
  box-shadow:         1px 1px 3px 2px #0d311e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d311e


Comments

No comments written yet.

Please login to write comment.