Color Hex Logo

#0b411a Color Hex

#0B411A
(11,65,26)
0 Favorites   0 Comments

Color spaces of #0b411a

RGB 116526
HSL0.380.710.15
HSV137°83°25°
CMYK 0.830.000.60   0.75
XYZ2.21483.92631.6184
Yxy3.92630.28540.5060
Hunter Lab19.8149-14.72439.0279
CIE-Lab23.4263-27.127618.8020

#0b411a color RGB value is (11,65,26).

#0b411a hex color red value is 11, green value is 65 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #0b411a hue: 0.38 , saturation: 0.71 and the lightness value of 0b411a is 0.15.

The process color (four color CMYK) of #0b411a color hex is 0.83, 0.00, 0.60, 0.75. Web safe color of #0b411a is #003333. Color #0b411a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01000001 00011010
Octal 13 101 32
Decimal 11 65 26
Hex B 41 1A

RGB Percentages of Color #0b411a

%10.78
%63.73
%25.49

CMYK Percentages of Color #0b411a

%83
%0
%60
%75

Triadic Colors of #0b411a

#0b411a #1a0b41 #411a0b

Analogous Colors of #0b411a

#0b411a #0b4135 #17410b

Monochromatic Colors of #0b411a

#0b411a

Complementary Color

#0b411a #410b32

#0b411a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b411a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b411a Color CSS Codes

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

#0b411a Text Font Color

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

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


#0b411a Background Color

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

This div background color is #0b411a


#0b411a Border Color

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

This div border color is #0b411a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b411a


Comments

No comments written yet.

Please login to write comment.