Color Hex Logo

#0f3515 Color Hex

#0F3515
(15,53,21)
0 Favorites   0 Comments

Color spaces of #0f3515

RGB 155321
HSL0.360.560.13
HSV129°72°21°
CMYK 0.720.000.60   0.79
XYZ1.60552.70191.1464
Yxy2.70190.29440.4954
Hunter Lab16.4375-11.33097.3711
CIE-Lab18.8082-21.744816.1790

#0f3515 color RGB value is (15,53,21).

#0f3515 hex color red value is 15, green value is 53 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #0f3515 hue: 0.36 , saturation: 0.56 and the lightness value of 0f3515 is 0.13.

The process color (four color CMYK) of #0f3515 color hex is 0.72, 0.00, 0.60, 0.79. Web safe color of #0f3515 is #003300. Color #0f3515 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00110101 00010101
Octal 17 65 25
Decimal 15 53 21
Hex F 35 15

RGB Percentages of Color #0f3515

%16.85
%59.55
%23.60

CMYK Percentages of Color #0f3515

%72
%0
%60
%79

Triadic Colors of #0f3515

#0f3515 #150f35 #35150f

Analogous Colors of #0f3515

#0f3515 #0f3528 #1c350f

Monochromatic Colors of #0f3515

#0f3515

Complementary Color

#0f3515 #350f2f

#0f3515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f3515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f3515 Color CSS Codes

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

#0f3515 Text Font Color

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

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


#0f3515 Background Color

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

This div background color is #0f3515


#0f3515 Border Color

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

This div border color is #0f3515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f3515


Comments

No comments written yet.

Please login to write comment.