Color Hex Logo

#0b731c Color Hex

#0B731C
(11,115,28)
0 Favorites   0 Comments

Color spaces of #0b731c

RGB 1111528
HSL0.360.830.25
HSV130°90°45°
CMYK 0.900.000.76   0.55
XYZ6.478312.41653.1538
Yxy12.41650.29380.5631
Hunter Lab35.2371-28.847819.3593
CIE-Lab41.8706-45.200538.3552

#0b731c color RGB value is (11,115,28).

#0b731c hex color red value is 11, green value is 115 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #0b731c hue: 0.36 , saturation: 0.83 and the lightness value of 0b731c is 0.25.

The process color (four color CMYK) of #0b731c color hex is 0.90, 0.00, 0.76, 0.55. Web safe color of #0b731c is #006633. Color #0b731c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01110011 00011100
Octal 13 163 34
Decimal 11 115 28
Hex B 73 1C

RGB Percentages of Color #0b731c

%7.14
%74.68
%18.18

CMYK Percentages of Color #0b731c

%90
%0
%76
%55

Triadic Colors of #0b731c

#0b731c #1c0b73 #731c0b

Analogous Colors of #0b731c

#0b731c #0b7350 #2e730b

Monochromatic Colors of #0b731c

#0b731c

Complementary Color

#0b731c #730b62

#0b731c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b731c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b731c Color CSS Codes

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

#0b731c Text Font Color

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

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


#0b731c Background Color

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

This div background color is #0b731c


#0b731c Border Color

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

This div border color is #0b731c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b731c


Comments

No comments written yet.

Please login to write comment.