Color Hex Logo

#0f551d Color Hex

#0F551D
(15,85,29)
0 Favorites   0 Comments

Color spaces of #0f551d

RGB 158529
HSL0.370.700.20
HSV132°82°33°
CMYK 0.820.000.66   0.67
XYZ3.66736.68732.2599
Yxy6.68730.29070.5301
Hunter Lab25.8598-19.940812.9205
CIE-Lab31.0842-33.993426.2163

#0f551d color RGB value is (15,85,29).

#0f551d hex color red value is 15, green value is 85 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0f551d hue: 0.37 , saturation: 0.70 and the lightness value of 0f551d is 0.20.

The process color (four color CMYK) of #0f551d color hex is 0.82, 0.00, 0.66, 0.67. Web safe color of #0f551d is #006633. Color #0f551d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01010101 00011101
Octal 17 125 35
Decimal 15 85 29
Hex F 55 1D

RGB Percentages of Color #0f551d

%11.63
%65.89
%22.48

CMYK Percentages of Color #0f551d

%82
%0
%66
%67

Triadic Colors of #0f551d

#0f551d #1d0f55 #551d0f

Analogous Colors of #0f551d

#0f551d #0f5540 #24550f

Monochromatic Colors of #0f551d

#0f551d

Complementary Color

#0f551d #550f47

#0f551d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f551d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f551d Color CSS Codes

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

#0f551d Text Font Color

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

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


#0f551d Background Color

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

This div background color is #0f551d


#0f551d Border Color

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

This div border color is #0f551d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f551d


Comments

No comments written yet.

Please login to write comment.