Color Hex Logo

#0b6247 Color Hex

#0B6247
(11,98,71)
0 Favorites   0 Comments

Color spaces of #0b6247

RGB 119871
HSL0.450.800.21
HSV161°89°38°
CMYK 0.890.000.28   0.62
XYZ5.64309.26147.4515
Yxy9.26140.25240.4143
Hunter Lab30.4325-20.15836.7855
CIE-Lab36.4828-31.16238.6804

#0b6247 color RGB value is (11,98,71).

#0b6247 hex color red value is 11, green value is 98 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #0b6247 hue: 0.45 , saturation: 0.80 and the lightness value of 0b6247 is 0.21.

The process color (four color CMYK) of #0b6247 color hex is 0.89, 0.00, 0.28, 0.62. Web safe color of #0b6247 is #006633. Color #0b6247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01100010 01000111
Octal 13 142 107
Decimal 11 98 71
Hex B 62 47

RGB Percentages of Color #0b6247

%6.11
%54.44
%39.44

CMYK Percentages of Color #0b6247

%89
%0
%28
%62

Triadic Colors of #0b6247

#0b6247 #470b62 #62470b

Analogous Colors of #0b6247

#0b6247 #0b5262 #0b621c

Monochromatic Colors of #0b6247

#0b6247

Complementary Color

#0b6247 #620b26

#0b6247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b6247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b6247 Color CSS Codes

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

#0b6247 Text Font Color

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

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


#0b6247 Background Color

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

This div background color is #0b6247


#0b6247 Border Color

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

This div border color is #0b6247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b6247


Comments

No comments written yet.

Please login to write comment.