Color Hex Logo

#0f4529 Color Hex

#0F4529
(15,69,41)
0 Favorites   0 Comments

Color spaces of #0f4529

RGB 156941
HSL0.410.640.16
HSV149°78°27°
CMYK 0.780.000.41   0.73
XYZ2.72544.51792.8262
Yxy4.51790.27070.4487
Hunter Lab21.2554-14.30936.9953
CIE-Lab25.3146-25.041712.0154

#0f4529 color RGB value is (15,69,41).

#0f4529 hex color red value is 15, green value is 69 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #0f4529 hue: 0.41 , saturation: 0.64 and the lightness value of 0f4529 is 0.16.

The process color (four color CMYK) of #0f4529 color hex is 0.78, 0.00, 0.41, 0.73. Web safe color of #0f4529 is #003333. Color #0f4529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000101 00101001
Octal 17 105 51
Decimal 15 69 41
Hex F 45 29

RGB Percentages of Color #0f4529

%12.00
%55.20
%32.80

CMYK Percentages of Color #0f4529

%78
%0
%41
%73

Triadic Colors of #0f4529

#0f4529 #290f45 #45290f

Analogous Colors of #0f4529

#0f4529 #0f4544 #10450f

Monochromatic Colors of #0f4529

#0f4529

Complementary Color

#0f4529 #450f2b

#0f4529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f4529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f4529 Color CSS Codes

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

#0f4529 Text Font Color

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

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


#0f4529 Background Color

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

This div background color is #0f4529


#0f4529 Border Color

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

This div border color is #0f4529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f4529


Comments

No comments written yet.

Please login to write comment.