Color Hex Logo

#0f830d Color Hex

#0F830D
(15,131,13)
0 Favorites   0 Comments

Color spaces of #0f830d

RGB 1513113
HSL0.330.820.28
HSV119°90°51°
CMYK 0.890.000.90   0.49
XYZ8.385916.36323.0972
Yxy16.36320.30110.5876
Hunter Lab40.4515-33.785623.7764
CIE-Lab47.4474-50.889648.3402

#0f830d color RGB value is (15,131,13).

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

The process color (four color CMYK) of #0f830d color hex is 0.89, 0.00, 0.90, 0.49. Web safe color of #0f830d is #009900. Color #0f830d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000011 00001101
Octal 17 203 15
Decimal 15 131 13
Hex F 83 D

RGB Percentages of Color #0f830d

%9.43
%82.39
%8.18

CMYK Percentages of Color #0f830d

%89
%0
%90
%49

Triadic Colors of #0f830d

#0f830d #0d0f83 #830d0f

Analogous Colors of #0f830d

#0f830d #0d8346 #4a830d

Monochromatic Colors of #0f830d

#0f830d

Complementary Color

#0f830d #810d83

#0f830d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f830d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f830d Color CSS Codes

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

#0f830d Text Font Color

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

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


#0f830d Background Color

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

This div background color is #0f830d


#0f830d Border Color

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

This div border color is #0f830d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f830d


Comments

No comments written yet.

Please login to write comment.