Color Hex Logo

#0d442b Color Hex

#0D442B
(13,68,43)
0 Favorites   0 Comments

Color spaces of #0d442b

RGB 136843
HSL0.420.680.16
HSV153°81°27°
CMYK 0.810.000.37   0.73
XYZ2.66914.39422.9930
Yxy4.39420.26540.4370
Hunter Lab20.9623-13.95606.2082
CIE-Lab24.9340-24.462510.2164

#0d442b color RGB value is (13,68,43).

#0d442b hex color red value is 13, green value is 68 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #0d442b hue: 0.42 , saturation: 0.68 and the lightness value of 0d442b is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000100 00101011
Octal 15 104 53
Decimal 13 68 43
Hex D 44 2B

RGB Percentages of Color #0d442b

%10.48
%54.84
%34.68

CMYK Percentages of Color #0d442b

%81
%0
%37
%73

Triadic Colors of #0d442b

#0d442b #2b0d44 #442b0d

Analogous Colors of #0d442b

#0d442b #0d4244 #0d4410

Monochromatic Colors of #0d442b

#0d442b

Complementary Color

#0d442b #440d26

#0d442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d442b Color CSS Codes

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

#0d442b Text Font Color

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

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


#0d442b Background Color

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

This div background color is #0d442b


#0d442b Border Color

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

This div border color is #0d442b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d442b


Comments

No comments written yet.

Please login to write comment.