Color Hex Logo

#0d831e Color Hex

#0D831E
(13,131,30)
0 Favorites   0 Comments

Color spaces of #0d831e

RGB 1313130
HSL0.360.820.28
HSV129°90°51°
CMYK 0.900.000.77   0.49
XYZ8.516616.41193.9472
Yxy16.41190.29490.5684
Hunter Lab40.5116-33.369922.5813
CIE-Lab47.5103-50.010243.3084

#0d831e color RGB value is (13,131,30).

#0d831e hex color red value is 13, green value is 131 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0d831e hue: 0.36 , saturation: 0.82 and the lightness value of 0d831e is 0.28.

The process color (four color CMYK) of #0d831e color hex is 0.90, 0.00, 0.77, 0.49. Web safe color of #0d831e is #009933. Color #0d831e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000011 00011110
Octal 15 203 36
Decimal 13 131 30
Hex D 83 1E

RGB Percentages of Color #0d831e

%7.47
%75.29
%17.24

CMYK Percentages of Color #0d831e

%90
%0
%77
%49

Triadic Colors of #0d831e

#0d831e #1e0d83 #831e0d

Analogous Colors of #0d831e

#0d831e #0d8359 #37830d

Monochromatic Colors of #0d831e

#0d831e

Complementary Color

#0d831e #830d72

#0d831e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d831e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d831e Color CSS Codes

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

#0d831e Text Font Color

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

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


#0d831e Background Color

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

This div background color is #0d831e


#0d831e Border Color

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

This div border color is #0d831e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d831e


Comments

No comments written yet.

Please login to write comment.