Color Hex Logo

#0b370a Color Hex

#0B370A
(11,55,10)
0 Favorites   0 Comments

Color spaces of #0b370a

RGB 115510
HSL0.330.690.13
HSV119°82°22°
CMYK 0.800.000.82   0.78
XYZ1.55902.82540.7504
Yxy2.82540.30360.5502
Hunter Lab16.8089-12.86009.1194
CIE-Lab19.3306-25.247522.5954

#0b370a color RGB value is (11,55,10).

#0b370a hex color red value is 11, green value is 55 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #0b370a hue: 0.33 , saturation: 0.69 and the lightness value of 0b370a is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 00110111 00001010
Octal 13 67 12
Decimal 11 55 10
Hex B 37 A

RGB Percentages of Color #0b370a

%14.47
%72.37
%13.16

CMYK Percentages of Color #0b370a

%80
%0
%82
%78

Triadic Colors of #0b370a

#0b370a #0a0b37 #370a0b

Analogous Colors of #0b370a

#0b370a #0a3720 #22370a

Monochromatic Colors of #0b370a

#0b370a

Complementary Color

#0b370a #360a37

#0b370a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b370a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b370a Color CSS Codes

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

#0b370a Text Font Color

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

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


#0b370a Background Color

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

This div background color is #0b370a


#0b370a Border Color

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

This div border color is #0b370a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b370a


Comments

No comments written yet.

Please login to write comment.