Color Hex Logo

#0f402a Color Hex

#0F402A
(15,64,42)
0 Favorites   0 Comments

Color spaces of #0f402a

RGB 156442
HSL0.430.620.15
HSV153°77°25°
CMYK 0.770.000.34   0.75
XYZ2.44833.93552.8211
Yxy3.93550.26600.4275
Hunter Lab19.8381-12.68735.4553
CIE-Lab23.4571-22.40818.8483

#0f402a color RGB value is (15,64,42).

#0f402a hex color red value is 15, green value is 64 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #0f402a hue: 0.43 , saturation: 0.62 and the lightness value of 0f402a is 0.15.

The process color (four color CMYK) of #0f402a color hex is 0.77, 0.00, 0.34, 0.75. Web safe color of #0f402a is #003333. Color #0f402a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000000 00101010
Octal 17 100 52
Decimal 15 64 42
Hex F 40 2A

RGB Percentages of Color #0f402a

%12.40
%52.89
%34.71

CMYK Percentages of Color #0f402a

%77
%0
%34
%75

Triadic Colors of #0f402a

#0f402a #2a0f40 #402a0f

Analogous Colors of #0f402a

#0f402a #0f3e40 #0f4012

Monochromatic Colors of #0f402a

#0f402a

Complementary Color

#0f402a #400f25

#0f402a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f402a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f402a Color CSS Codes

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

#0f402a Text Font Color

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

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


#0f402a Background Color

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

This div background color is #0f402a


#0f402a Border Color

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

This div border color is #0f402a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f402a


Comments

No comments written yet.

Please login to write comment.