Color Hex Logo

#0b3328 Color Hex

#0B3328
(11,51,40)
0 Favorites   0 Comments

Color spaces of #0b3328

RGB 115140
HSL0.450.650.12
HSV164°78°20°
CMYK 0.780.000.22   0.80
XYZ1.70482.59202.4179
Yxy2.59200.25390.3860
Hunter Lab16.0997-9.27302.3654
CIE-Lab18.3297-17.09022.9736

#0b3328 color RGB value is (11,51,40).

#0b3328 hex color red value is 11, green value is 51 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #0b3328 hue: 0.45 , saturation: 0.65 and the lightness value of 0b3328 is 0.12.

The process color (four color CMYK) of #0b3328 color hex is 0.78, 0.00, 0.22, 0.80. Web safe color of #0b3328 is #003333. Color #0b3328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00110011 00101000
Octal 13 63 50
Decimal 11 51 40
Hex B 33 28

RGB Percentages of Color #0b3328

%10.78
%50.00
%39.22

CMYK Percentages of Color #0b3328

%78
%0
%22
%80

Triadic Colors of #0b3328

#0b3328 #280b33 #33280b

Analogous Colors of #0b3328

#0b3328 #0b2a33 #0b3314

Monochromatic Colors of #0b3328

#0b3328

Complementary Color

#0b3328 #330b16

#0b3328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b3328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b3328 Color CSS Codes

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

#0b3328 Text Font Color

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

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


#0b3328 Background Color

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

This div background color is #0b3328


#0b3328 Border Color

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

This div border color is #0b3328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b3328


Comments

No comments written yet.

Please login to write comment.