Color Hex Logo

#0b5515 Color Hex

#0B5515
(11,85,21)
0 Favorites   0 Comments

Color spaces of #0b5515

RGB 118521
HSL0.360.770.19
HSV128°87°33°
CMYK 0.870.000.75   0.67
XYZ3.52196.62231.8021
Yxy6.62230.29480.5543
Hunter Lab25.7338-20.604913.8617
CIE-Lab30.9311-35.596829.9471

#0b5515 color RGB value is (11,85,21).

#0b5515 hex color red value is 11, green value is 85 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #0b5515 hue: 0.36 , saturation: 0.77 and the lightness value of 0b5515 is 0.19.

The process color (four color CMYK) of #0b5515 color hex is 0.87, 0.00, 0.75, 0.67. Web safe color of #0b5515 is #006600. Color #0b5515 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010101 00010101
Octal 13 125 25
Decimal 11 85 21
Hex B 55 15

RGB Percentages of Color #0b5515

%9.40
%72.65
%17.95

CMYK Percentages of Color #0b5515

%87
%0
%75
%67

Triadic Colors of #0b5515

#0b5515 #150b55 #55150b

Analogous Colors of #0b5515

#0b5515 #0b553a #26550b

Monochromatic Colors of #0b5515

#0b5515

Complementary Color

#0b5515 #550b4b

#0b5515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b5515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b5515 Color CSS Codes

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

#0b5515 Text Font Color

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

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


#0b5515 Background Color

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

This div background color is #0b5515


#0b5515 Border Color

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

This div border color is #0b5515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b5515


Comments

No comments written yet.

Please login to write comment.