Color Hex Logo

#0b501d Color Hex

#0B501D
(11,80,29)
0 Favorites   0 Comments

Color spaces of #0b501d

RGB 118029
HSL0.380.760.18
HSV136°86°31°
CMYK 0.860.000.64   0.69
XYZ3.22845.89722.1305
Yxy5.89720.28680.5239
Hunter Lab24.2842-18.767011.7973
CIE-Lab29.1516-32.691923.9540

#0b501d color RGB value is (11,80,29).

#0b501d hex color red value is 11, green value is 80 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0b501d hue: 0.38 , saturation: 0.76 and the lightness value of 0b501d is 0.18.

The process color (four color CMYK) of #0b501d color hex is 0.86, 0.00, 0.64, 0.69. Web safe color of #0b501d is #006633. Color #0b501d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010000 00011101
Octal 13 120 35
Decimal 11 80 29
Hex B 50 1D

RGB Percentages of Color #0b501d

%9.17
%66.67
%24.17

CMYK Percentages of Color #0b501d

%86
%0
%64
%69

Triadic Colors of #0b501d

#0b501d #1d0b50 #501d0b

Analogous Colors of #0b501d

#0b501d #0b5040 #1c500b

Monochromatic Colors of #0b501d

#0b501d

Complementary Color

#0b501d #500b3e

#0b501d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b501d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b501d Color CSS Codes

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

#0b501d Text Font Color

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

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


#0b501d Background Color

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

This div background color is #0b501d


#0b501d Border Color

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

This div border color is #0b501d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b501d


Comments

No comments written yet.

Please login to write comment.