Color Hex Logo

#0b2513 Color Hex

#0B2513
(11,37,19)
0 Favorites   0 Comments

Color spaces of #0b2513

RGB 113719
HSL0.380.540.09
HSV138°70°15°
CMYK 0.700.000.49   0.85
XYZ0.91711.44130.8460
Yxy1.44130.28620.4498
Hunter Lab12.0054-7.37384.2257
CIE-Lab12.2299-15.23468.9853

#0b2513 color RGB value is (11,37,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 00100101 00010011
Octal 13 45 23
Decimal 11 37 19
Hex B 25 13

RGB Percentages of Color #0b2513

%16.42
%55.22
%28.36

CMYK Percentages of Color #0b2513

%70
%0
%49
%85

Triadic Colors of #0b2513

#0b2513 #130b25 #25130b

Analogous Colors of #0b2513

#0b2513 #0b2520 #10250b

Monochromatic Colors of #0b2513

#0b2513

Complementary Color

#0b2513 #250b1d

#0b2513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b2513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b2513 Color CSS Codes

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

#0b2513 Text Font Color

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

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


#0b2513 Background Color

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

This div background color is #0b2513


#0b2513 Border Color

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

This div border color is #0b2513


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,37,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b2513


Comments

No comments written yet.

Please login to write comment.