Color Hex Logo

#0b2515 Color Hex

#0B2515
(11,37,21)
0 Favorites   0 Comments

Color spaces of #0b2515

RGB 113721
HSL0.400.540.09
HSV143°70°15°
CMYK 0.700.000.43   0.85
XYZ0.93491.44840.9398
Yxy1.44840.28130.4359
Hunter Lab12.0349-7.19493.7946
CIE-Lab12.2762-14.74987.7235

#0b2515 color RGB value is (11,37,21).

#0b2515 hex color red value is 11, green value is 37 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #0b2515 hue: 0.40 , saturation: 0.54 and the lightness value of 0b2515 is 0.09.

The process color (four color CMYK) of #0b2515 color hex is 0.70, 0.00, 0.43, 0.85. Web safe color of #0b2515 is #003300. Color #0b2515 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00100101 00010101
Octal 13 45 25
Decimal 11 37 21
Hex B 25 15

RGB Percentages of Color #0b2515

%15.94
%53.62
%30.43

CMYK Percentages of Color #0b2515

%70
%0
%43
%85

Triadic Colors of #0b2515

#0b2515 #150b25 #25150b

Analogous Colors of #0b2515

#0b2515 #0b2522 #0e250b

Monochromatic Colors of #0b2515

#0b2515

Complementary Color

#0b2515 #250b1b

#0b2515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b2515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b2515 Color CSS Codes

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

#0b2515 Text Font Color

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

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


#0b2515 Background Color

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

This div background color is #0b2515


#0b2515 Border Color

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

This div border color is #0b2515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b2515


Comments

No comments written yet.

Please login to write comment.