Color Hex Logo

#0f240d Color Hex

#0F240D
(15,36,13)
0 Favorites   0 Comments

Color spaces of #0f240d

RGB 153613
HSL0.320.470.10
HSV115°64°14°
CMYK 0.580.000.64   0.86
XYZ0.90051.39240.6021
Yxy1.39240.31110.4810
Hunter Lab11.8000-7.02805.2347
CIE-Lab11.9070-14.488811.9172

#0f240d color RGB value is (15,36,13).

#0f240d hex color red value is 15, green value is 36 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0f240d hue: 0.32 , saturation: 0.47 and the lightness value of 0f240d is 0.10.

The process color (four color CMYK) of #0f240d color hex is 0.58, 0.00, 0.64, 0.86. Web safe color of #0f240d is #003300. Color #0f240d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100100 00001101
Octal 17 44 15
Decimal 15 36 13
Hex F 24 D

RGB Percentages of Color #0f240d

%23.44
%56.25
%20.31

CMYK Percentages of Color #0f240d

%58
%0
%64
%86

Triadic Colors of #0f240d

#0f240d #0d0f24 #240d0f

Analogous Colors of #0f240d

#0f240d #0d2417 #1b240d

Monochromatic Colors of #0f240d

#0f240d

Complementary Color

#0f240d #220d24

#0f240d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f240d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f240d Color CSS Codes

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

#0f240d Text Font Color

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

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


#0f240d Background Color

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

This div background color is #0f240d


#0f240d Border Color

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

This div border color is #0f240d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f240d


Comments

No comments written yet.

Please login to write comment.