Color Hex Logo

#0d863b Color Hex

#0D863B
(13,134,59)
0 Favorites   0 Comments

Color spaces of #0d863b

RGB 1313459
HSL0.400.820.29
HSV143°90°53°
CMYK 0.900.000.56   0.47
XYZ9.480517.45157.0065
Yxy17.45150.27930.5142
Hunter Lab41.7750-32.597119.2984
CIE-Lab48.8240-47.531331.6203

#0d863b color RGB value is (13,134,59).

#0d863b hex color red value is 13, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #0d863b hue: 0.40 , saturation: 0.82 and the lightness value of 0d863b is 0.29.

The process color (four color CMYK) of #0d863b color hex is 0.90, 0.00, 0.56, 0.47. Web safe color of #0d863b is #009933. Color #0d863b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000110 00111011
Octal 15 206 73
Decimal 13 134 59
Hex D 86 3B

RGB Percentages of Color #0d863b

%6.31
%65.05
%28.64

CMYK Percentages of Color #0d863b

%90
%0
%56
%47

Triadic Colors of #0d863b

#0d863b #3b0d86 #863b0d

Analogous Colors of #0d863b

#0d863b #0d8678 #1c860d

Monochromatic Colors of #0d863b

#0d863b

Complementary Color

#0d863b #860d58

#0d863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d863b Color CSS Codes

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

#0d863b Text Font Color

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

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


#0d863b Background Color

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

This div background color is #0d863b


#0d863b Border Color

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

This div border color is #0d863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d863b


Comments

No comments written yet.

Please login to write comment.