Color Hex Logo

#0d710b Color Hex

#0D710B
(13,113,11)
0 Favorites   0 Comments

Color spaces of #0d710b

RGB 1311311
HSL0.330.820.24
HSV119°90°44°
CMYK 0.880.000.90   0.56
XYZ6.131511.92002.2942
Yxy11.92000.30140.5859
Hunter Lab34.5254-28.718820.2279
CIE-Lab41.0887-45.541943.1888

#0d710b color RGB value is (13,113,11).

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

The process color (four color CMYK) of #0d710b color hex is 0.88, 0.00, 0.90, 0.56. Web safe color of #0d710b is #006600. Color #0d710b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110001 00001011
Octal 15 161 13
Decimal 13 113 11
Hex D 71 B

RGB Percentages of Color #0d710b

%9.49
%82.48
%8.03

CMYK Percentages of Color #0d710b

%88
%0
%90
%56

Triadic Colors of #0d710b

#0d710b #0b0d71 #710b0d

Analogous Colors of #0d710b

#0d710b #0b713c #40710b

Monochromatic Colors of #0d710b

#0d710b

Complementary Color

#0d710b #6f0b71

#0d710b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d710b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d710b Color CSS Codes

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

#0d710b Text Font Color

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

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


#0d710b Background Color

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

This div background color is #0d710b


#0d710b Border Color

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

This div border color is #0d710b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d710b


Comments

No comments written yet.

Please login to write comment.