Color Hex Logo

#0b380e Color Hex

#0B380E
(11,56,14)
0 Favorites   0 Comments

Color spaces of #0b380e

RGB 115614
HSL0.340.670.13
HSV124°80°22°
CMYK 0.800.000.75   0.78
XYZ1.63152.93120.8953
Yxy2.93120.29890.5370
Hunter Lab17.1207-12.95148.8841
CIE-Lab19.7662-25.185621.2738

#0b380e color RGB value is (11,56,14).

#0b380e hex color red value is 11, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #0b380e hue: 0.34 , saturation: 0.67 and the lightness value of 0b380e is 0.13.

The process color (four color CMYK) of #0b380e color hex is 0.80, 0.00, 0.75, 0.78. Web safe color of #0b380e is #003300. Color #0b380e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00111000 00001110
Octal 13 70 16
Decimal 11 56 14
Hex B 38 E

RGB Percentages of Color #0b380e

%13.58
%69.14
%17.28

CMYK Percentages of Color #0b380e

%80
%0
%75
%78

Triadic Colors of #0b380e

#0b380e #0e0b38 #380e0b

Analogous Colors of #0b380e

#0b380e #0b3825 #1f380b

Monochromatic Colors of #0b380e

#0b380e

Complementary Color

#0b380e #380b35

#0b380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b380e Color CSS Codes

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

#0b380e Text Font Color

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

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


#0b380e Background Color

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

This div background color is #0b380e


#0b380e Border Color

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

This div border color is #0b380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b380e


Comments

No comments written yet.

Please login to write comment.