Color Hex Logo

#0d490b Color Hex

#0D490B
(13,73,11)
0 Favorites   0 Comments

Color spaces of #0d490b

RGB 137311
HSL0.330.740.16
HSV118°85°29°
CMYK 0.820.000.85   0.71
XYZ2.60894.87481.1200
Yxy4.87480.30320.5666
Hunter Lab22.0789-17.546212.4477
CIE-Lab26.3751-31.825029.5644

#0d490b color RGB value is (13,73,11).

#0d490b hex color red value is 13, green value is 73 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #0d490b hue: 0.33 , saturation: 0.74 and the lightness value of 0d490b is 0.16.

The process color (four color CMYK) of #0d490b color hex is 0.82, 0.00, 0.85, 0.71. Web safe color of #0d490b is #003300. Color #0d490b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01001001 00001011
Octal 15 111 13
Decimal 13 73 11
Hex D 49 B

RGB Percentages of Color #0d490b

%13.40
%75.26
%11.34

CMYK Percentages of Color #0d490b

%82
%0
%85
%71

Triadic Colors of #0d490b

#0d490b #0b0d49 #490b0d

Analogous Colors of #0d490b

#0d490b #0b4928 #2c490b

Monochromatic Colors of #0d490b

#0d490b

Complementary Color

#0d490b #470b49

#0d490b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d490b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d490b Color CSS Codes

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

#0d490b Text Font Color

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

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


#0d490b Background Color

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

This div background color is #0d490b


#0d490b Border Color

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

This div border color is #0d490b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d490b

#0d490b Color Palettes


Comments

No comments written yet.

Please login to write comment.