Color Hex Logo

#0b4904 Color Hex

#0B4904
(11,73,4)
0 Favorites   0 Comments

Color spaces of #0b4904

RGB 11734
HSL0.320.900.15
HSV114°95°29°
CMYK 0.850.000.95   0.71
XYZ2.54254.84500.9160
Yxy4.84500.30620.5835
Hunter Lab22.0114-17.901612.9406
CIE-Lab26.2885-32.742732.2231

#0b4904 color RGB value is (11,73,4).

#0b4904 hex color red value is 11, green value is 73 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #0b4904 hue: 0.32 , saturation: 0.90 and the lightness value of 0b4904 is 0.15.

The process color (four color CMYK) of #0b4904 color hex is 0.85, 0.00, 0.95, 0.71. Web safe color of #0b4904 is #003300. Color #0b4904 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01001001 00000100
Octal 13 111 4
Decimal 11 73 4
Hex B 49 4

RGB Percentages of Color #0b4904

%12.50
%82.95
%4.55

CMYK Percentages of Color #0b4904

%85
%0
%95
%71

Triadic Colors of #0b4904

#0b4904 #040b49 #49040b

Analogous Colors of #0b4904

#0b4904 #04491f #2e4904

Monochromatic Colors of #0b4904

#0b4904

Complementary Color

#0b4904 #420449

#0b4904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b4904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b4904 Color CSS Codes

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

#0b4904 Text Font Color

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

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


#0b4904 Background Color

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

This div background color is #0b4904


#0b4904 Border Color

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

This div border color is #0b4904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b4904


Comments

No comments written yet.

Please login to write comment.