Color Hex Logo

#0f281e Color Hex

#0F281E
(15,40,30)
0 Favorites   0 Comments

Color spaces of #0f281e

RGB 154030
HSL0.430.450.11
HSV156°63°16°
CMYK 0.630.000.25   0.84
XYZ1.19011.71291.4962
Yxy1.71290.27050.3894
Hunter Lab13.0878-6.67222.3834
CIE-Lab13.9021-12.78323.6512

#0f281e color RGB value is (15,40,30).

#0f281e hex color red value is 15, green value is 40 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0f281e hue: 0.43 , saturation: 0.45 and the lightness value of 0f281e is 0.11.

The process color (four color CMYK) of #0f281e color hex is 0.63, 0.00, 0.25, 0.84. Web safe color of #0f281e is #003333. Color #0f281e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101000 00011110
Octal 17 50 36
Decimal 15 40 30
Hex F 28 1E

RGB Percentages of Color #0f281e

%17.65
%47.06
%35.29

CMYK Percentages of Color #0f281e

%63
%0
%25
%84

Triadic Colors of #0f281e

#0f281e #1e0f28 #281e0f

Analogous Colors of #0f281e

#0f281e #0f2628 #0f2812

Monochromatic Colors of #0f281e

#0f281e

Complementary Color

#0f281e #280f19

#0f281e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f281e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f281e Color CSS Codes

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

#0f281e Text Font Color

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

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


#0f281e Background Color

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

This div background color is #0f281e


#0f281e Border Color

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

This div border color is #0f281e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f281e


Comments

No comments written yet.

Please login to write comment.