Color Hex Logo

#0d400b Color Hex

#0D400B
(13,64,11)
0 Favorites   0 Comments

Color spaces of #0d400b

RGB 136411
HSL0.330.710.15
HSV118°83°25°
CMYK 0.800.000.83   0.75
XYZ2.05983.77650.9370
Yxy3.77650.30410.5576
Hunter Lab19.4332-15.088210.7445
CIE-Lab22.9184-28.350626.1121

#0d400b color RGB value is (13,64,11).

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

The process color (four color CMYK) of #0d400b color hex is 0.80, 0.00, 0.83, 0.75. Web safe color of #0d400b is #003300. Color #0d400b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000000 00001011
Octal 15 100 13
Decimal 13 64 11
Hex D 40 B

RGB Percentages of Color #0d400b

%14.77
%72.73
%12.50

CMYK Percentages of Color #0d400b

%80
%0
%83
%75

Triadic Colors of #0d400b

#0d400b #0b0d40 #400b0d

Analogous Colors of #0d400b

#0d400b #0b4024 #28400b

Monochromatic Colors of #0d400b

#0d400b

Complementary Color

#0d400b #3e0b40

#0d400b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d400b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d400b Color CSS Codes

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

#0d400b Text Font Color

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

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


#0d400b Background Color

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

This div background color is #0d400b


#0d400b Border Color

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

This div border color is #0d400b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,64,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 #0d400b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d400b


Comments

No comments written yet.

Please login to write comment.