Color Hex Logo

#0b6847 Color Hex

#0B6847
(11,104,71)
0 Favorites   0 Comments

Color spaces of #0b6847

RGB 1110471
HSL0.440.810.23
HSV159°89°41°
CMYK 0.890.000.32   0.59
XYZ6.225710.42677.6457
Yxy10.42670.25620.4291
Hunter Lab32.2904-22.09288.5646
CIE-Lab38.5976-33.782811.6221

#0b6847 color RGB value is (11,104,71).

#0b6847 hex color red value is 11, green value is 104 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #0b6847 hue: 0.44 , saturation: 0.81 and the lightness value of 0b6847 is 0.23.

The process color (four color CMYK) of #0b6847 color hex is 0.89, 0.00, 0.32, 0.59. Web safe color of #0b6847 is #006633. Color #0b6847 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01101000 01000111
Octal 13 150 107
Decimal 11 104 71
Hex B 68 47

RGB Percentages of Color #0b6847

%5.91
%55.91
%38.17

CMYK Percentages of Color #0b6847

%89
%0
%32
%59

Triadic Colors of #0b6847

#0b6847 #470b68 #68470b

Analogous Colors of #0b6847

#0b6847 #0b5b68 #0b6819

Monochromatic Colors of #0b6847

#0b6847

Complementary Color

#0b6847 #680b2c

#0b6847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b6847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b6847 Color CSS Codes

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

#0b6847 Text Font Color

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

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


#0b6847 Background Color

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

This div background color is #0b6847


#0b6847 Border Color

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

This div border color is #0b6847


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,104,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 #0b6847">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b6847


Comments

No comments written yet.

Please login to write comment.