Color Hex Logo

#0b502d Color Hex

#0B502D
(11,80,45)
0 Favorites   0 Comments

Color spaces of #0b502d

RGB 118045
HSL0.420.760.18
HSV150°86°31°
CMYK 0.860.000.44   0.69
XYZ3.48035.99793.4569
Yxy5.99790.26910.4637
Hunter Lab24.4906-17.49248.7745
CIE-Lab29.4072-29.686914.9588

#0b502d color RGB value is (11,80,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010000 00101101
Octal 13 120 55
Decimal 11 80 45
Hex B 50 2D

RGB Percentages of Color #0b502d

%8.09
%58.82
%33.09

CMYK Percentages of Color #0b502d

%86
%0
%44
%69

Triadic Colors of #0b502d

#0b502d #2d0b50 #502d0b

Analogous Colors of #0b502d

#0b502d #0b5050 #0c500b

Monochromatic Colors of #0b502d

#0b502d

Complementary Color

#0b502d #500b2e

#0b502d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b502d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b502d Color CSS Codes

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

#0b502d Text Font Color

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

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


#0b502d Background Color

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

This div background color is #0b502d


#0b502d Border Color

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

This div border color is #0b502d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b502d


Comments

No comments written yet.

Please login to write comment.