Color Hex Logo

#0b410d Color Hex

#0B410D
(11,65,13)
0 Favorites   0 Comments

Color spaces of #0b410d

RGB 116513
HSL0.340.710.15
HSV122°83°25°
CMYK 0.830.000.80   0.75
XYZ2.10103.88081.0191
Yxy3.88080.30010.5543
Hunter Lab19.6997-15.437310.7227
CIE-Lab23.2734-28.957725.5642

#0b410d color RGB value is (11,65,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01000001 00001101
Octal 13 101 15
Decimal 11 65 13
Hex B 41 D

RGB Percentages of Color #0b410d

%12.36
%73.03
%14.61

CMYK Percentages of Color #0b410d

%83
%0
%80
%75

Triadic Colors of #0b410d

#0b410d #0d0b41 #410d0b

Analogous Colors of #0b410d

#0b410d #0b4128 #24410b

Monochromatic Colors of #0b410d

#0b410d

Complementary Color

#0b410d #410b3f

#0b410d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b410d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b410d Color CSS Codes

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

#0b410d Text Font Color

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

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


#0b410d Background Color

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

This div background color is #0b410d


#0b410d Border Color

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

This div border color is #0b410d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b410d


Comments

No comments written yet.

Please login to write comment.