Color Hex Logo

#0d541d Color Hex

#0D541D
(13,84,29)
0 Favorites   0 Comments

Color spaces of #0d541d

RGB 138429
HSL0.370.730.19
HSV134°85°33°
CMYK 0.850.000.65   0.67
XYZ3.55816.51492.2324
Yxy6.51490.28910.5294
Hunter Lab25.5243-19.784512.6814
CIE-Lab30.6760-33.928125.7364

#0d541d color RGB value is (13,84,29).

#0d541d hex color red value is 13, green value is 84 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0d541d hue: 0.37 , saturation: 0.73 and the lightness value of 0d541d is 0.19.

The process color (four color CMYK) of #0d541d color hex is 0.85, 0.00, 0.65, 0.67. Web safe color of #0d541d is #006633. Color #0d541d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01010100 00011101
Octal 15 124 35
Decimal 13 84 29
Hex D 54 1D

RGB Percentages of Color #0d541d

%10.32
%66.67
%23.02

CMYK Percentages of Color #0d541d

%85
%0
%65
%67

Triadic Colors of #0d541d

#0d541d #1d0d54 #541d0d

Analogous Colors of #0d541d

#0d541d #0d5441 #21540d

Monochromatic Colors of #0d541d

#0d541d

Complementary Color

#0d541d #540d44

#0d541d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d541d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d541d Color CSS Codes

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

#0d541d Text Font Color

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

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


#0d541d Background Color

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

This div background color is #0d541d


#0d541d Border Color

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

This div border color is #0d541d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d541d


Comments

No comments written yet.

Please login to write comment.