Color Hex Logo

#0b7347 Color Hex

#0B7347
(11,115,71)
0 Favorites   0 Comments

Color spaces of #0b7347

RGB 1111571
HSL0.430.830.25
HSV155°90°45°
CMYK 0.900.000.38   0.55
XYZ7.406112.78758.0391
Yxy12.78750.26230.4529
Hunter Lab35.7596-25.610611.7028
CIE-Lab42.4413-38.341916.8575

#0b7347 color RGB value is (11,115,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01110011 01000111
Octal 13 163 107
Decimal 11 115 71
Hex B 73 47

RGB Percentages of Color #0b7347

%5.58
%58.38
%36.04

CMYK Percentages of Color #0b7347

%90
%0
%38
%55

Triadic Colors of #0b7347

#0b7347 #470b73 #73470b

Analogous Colors of #0b7347

#0b7347 #0b6b73 #0b7313

Monochromatic Colors of #0b7347

#0b7347

Complementary Color

#0b7347 #730b37

#0b7347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b7347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b7347 Color CSS Codes

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

#0b7347 Text Font Color

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

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


#0b7347 Background Color

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

This div background color is #0b7347


#0b7347 Border Color

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

This div border color is #0b7347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b7347


Comments

No comments written yet.

Please login to write comment.